mbed-os/features/filesystem
Christopher Haster d7fe4ff599 fatfs: Fixed initialization of block device in mount/unmount functions
At some point the "mount" parameter for "f_mount" was name "force". This
led to a bit of confusion that ended with the default mount function
never calling block device init.

This is fine, since the block device can be manually initialized, but
a better user experience is where the filesystem initializes the block
device for the user.

This is backwards compatible due to the repeatability of the block
device init functions.
2017-06-14 16:35:15 -05:00
..
bd Fix doxygen warnings in 'features/filesystem' 2017-06-08 15:48:21 -05:00
fat fatfs: Fixed initialization of block device in mount/unmount functions 2017-06-14 16:35:15 -05:00
Dir.cpp Filesystem: Last minute changes due to feedback on directory iteration 2017-02-24 12:03:14 -06:00
Dir.h Fix doxygen warnings in 'features/filesystem' 2017-06-08 15:48:21 -05:00
File.cpp Correct return type of FileHandle::size() 2017-05-31 15:02:11 +03:00
File.h Correct return type of FileHandle::size() 2017-05-31 15:02:11 +03:00
FileSystem.cpp LocalFileSystem: Moved away from deprecated open functions 2017-06-03 13:18:02 -05:00
FileSystem.h Fix doxygen warnings in 'features/filesystem' 2017-06-08 15:48:21 -05:00
mbed_filesystem.h Filesystem: Integrate filesystem classes with common mbed.h entry point 2017-02-24 11:56:45 -06:00
mbed_lib.json Filesystem: Integrate filesystem classes with common mbed.h entry point 2017-02-24 11:56:45 -06:00