Skip to content

Initial Release

Compare
Choose a tag to compare
@cristidragomir97 cristidragomir97 released this 07 Sep 12:44
· 89 commits to main since this release

This release provides a unified interface to access different types of storage, including internal storage, SD cards, and USB mass storage devices. It simplifies the handling of files and directories across multiple storage mediums on Portenta and some Nicla boards.
It enables the following functionality:

  • Access files and directories on internal storage, SD cards, and USB mass storage devices.
  • Read and write data to files.
  • Create, remove, and rename files and directories.
  • Copy and move files and directories.
  • List files and subfolders in a directory.
  • Manipulate files and folders from one storage medium to another
  • Format partitions and drives (FAT and LittleFS)