neilt6
11dbe1d3ae
[FATFileSystem] Fixed API integer widths
...
Several integer widths in the public API were incorrect, and have been
modified to match the underlying FatFs library.
2015-11-26 09:59:52 -07:00
neilt6
083ac31ad5
Added count argument to disk read/write
...
The count argument in disk_read() and disk_write() is now passed to the
FATFileSystem instance. This allows more efficient disk drivers to be
written that can read and write multiple sectors at a time.
2014-08-13 09:12:12 -06:00
0xc0170
a5e0dea136
spaces removal - fs
2014-05-29 15:39:05 +02:00
Emilio Monti
4d6bf98d64
Merge pull request #168 from oliviermartin/om/sd-fix-when-no-card-present
...
libraries/sd: Fixed SDFileSystem when no card present
2014-02-18 10:47:11 +00:00
Olivier Martin
1e548aba02
libraries/sd: Allow changing the default clock settings for the initialization and transfer states.
2014-02-17 23:49:33 +00:00
Olivier Martin
cd2b7de281
libraries/sd: Fixed SDFileSystem when no card present (or failed its initialization).
2014-02-17 23:44:12 +00:00
Emilio Monti
5c20760685
Initial commit of the mbed libraries and tools
2013-02-18 15:32:11 +00:00