Commit Graph

7 Commits (c31929669265b51abd2d3a5102a161fdcf77108d)

Author SHA1 Message Date
neilt6 f0e0545737 [FATFileSystem] Updated FatFs to R0.11a & fixed sync bug
Updated ChaN FatFs to R0.11a, and implemented Raghid Mardini's sync bug
fix.
2015-11-24 14:18:32 -07:00
Neil Thiessen 0dde4f5597 Revert 2a49d8b..456ac21
This rolls back to commit 2a49d8bf99.
2015-07-19 09:43:46 -06:00
neilt6 a46b1282d2 [FATFileSystem] Modified arguments to match FatFs
Changed the virtual method argument types to match the integer widths
expected by FatFs.
2015-07-08 09:52:45 -06:00
neilt6 2a49d8bf99 [FATFileSystem] Updated FatFs to R0.11
Updated the internal FatFs library to R0.11. Minor changes were made to
FATFileSystem and FATDirHandle in order to accommodate API changes.
2015-07-07 14:41:05 -06: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 5c20760685 Initial commit of the mbed libraries and tools 2013-02-18 15:32:11 +00:00