Releases: arduino-libraries/Arduino_POSIXStorage
Releases · arduino-libraries/Arduino_POSIXStorage
RS485 Fixes
Hot Plugging Support
- Add
register_hotplug_callback()
support portentaMachineControlPowerHandling()
can discriminate between Portenta H7 and Portenta Machine Control targetsArduino_POSIXStorage_Test.ino
now selects the Portenta C33 SD cardTEST_PORTENTA_H7_SDCARD
as the defaultTestType
What's Changed
Full Changelog: v1.1.1...1.1.2
Opta Support
This release adds Opta support to the library.
Initial Release
As indicated in the description of this library, this initial release adds complementary functions to the POSIX storage functions already included in the Renesas core and the Arduino_USBHostMbed5 library, and makes them available to sketches.
The added functions are namely:
mount
to mount a deviceumount
to unmount a devicemkfs
to format a device
Additionally initial hotplug support was added for Portenta C33 with the following functions:
register_hotplug_callback
to register a callback for when a device was insertedderegister_hotplug_callback
to deregister the above mentioned callback