Skip to content

Releases: arduino-libraries/Arduino_POSIXStorage

RS485 Fixes

10 Jun 18:27
Compare
Choose a tag to compare

This release fixes RS485 communication issues on Arduino Opta.

Hot Plugging Support

03 Nov 09:36
Compare
Choose a tag to compare
  • Add register_hotplug_callback() support
  • portentaMachineControlPowerHandling() can discriminate between Portenta H7 and Portenta Machine Control targets
  • Arduino_POSIXStorage_Test.ino now selects the Portenta C33 SD card TEST_PORTENTA_H7_SDCARD as the default TestType

What's Changed

Full Changelog: v1.1.1...1.1.2

Opta Support

07 Sep 08:19
a613048
Compare
Choose a tag to compare

This release adds Opta support to the library.

Initial Release

04 Sep 10:30
b9a2cb4
Compare
Choose a tag to compare

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 device
  • umount to unmount a device
  • mkfs 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 inserted
  • deregister_hotplug_callback to deregister the above mentioned callback