You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Relicensed library under the ISC License. We really want you people to adopt it and freely use it in your projects.
Fixed distribution package version string generation in Makefile.
LICENSE.md and README.md are stored in the generated distribution packages.
Added support for relative paths.
Please read the Relative path support section from the README for more information.
A trailing colon is now added to the returned mount names from UsbHsFsDevice elements.
Fixed devoptab device unregistration.
Bulk-Only Transport (BOT) driver:
usbHsFsRequestGetMaxLogicalUnits() now clears the STALL status from both endpoints on its own if it fails.
Likewise, usbHsFsRequestPostBuffer() now attempts to clear the STALL status from both endpoints if it fails.
FatFs devoptab interface:
Fixed error code translations for some FatFs errors.
Created an unified ffdev_fill_stat() function for both ffdev_stat() and ffdev_dirnext().
Fixed POSIX timestamp conversions from DOS timestamps.
Debug build:
Debug messages from usbHsFsScsiReadLogicalUnitBlocks() and usbHsFsScsiReadLogicalUnitBlocks() now include the total number of bytes to transfer per each loop iteration.
Added debug messages to the FatFs devoptab interface.