SDFileSystem

Dependencies:   FATFileSystem

Dependents:   Atlas_Test Atlas Interface_FRDMK64F_HMD_Sample_full ramanSpectrometer_interfaceBoard ... more

This pull request has been rejected by Mbed

fix to disk_read and disk_write for compatibility with latest FATFileSystem

fix to disk_read and disk_write functions to conform to virtual functions updated in version 4 of FATFileSystem. added extra parameter uint8_t count to each prototype and function.

fix to disk_read and disk_write functions to conform to virtual functions updated in version 4 of FATFileSystem. added extra parameter uint8_t count to each prototype and function.

2 comments:

15 Jul 2015

hmm. Seems like this code should be sync'd with https://github.com/mbedmicro/mbed/tree/master/libraries/fs/sd

Not sure why it's not but will post an issue against the github repo.

24 May 2016

Sorry if this is something big i missed but.... This lib doesn't compile !

It cannot find mbed_debug.h !

What am i doing wrong ?