Commit Graph

6 Commits (3df37e29a135cc3e4d12202c68f101bd5f2d294c)

Author SHA1 Message Date
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