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:
mountto mount a deviceumountto unmount a devicemkfsto format a device
Additionally initial hotplug support was added for Portenta C33 with the following functions:
register_hotplug_callbackto register a callback for when a device was insertedderegister_hotplug_callbackto deregister the above mentioned callback