mbed-os/features/filesystem
Christopher Haster d1468a68ab FAT: Removed implicit MBR from FAT filesystem during format
- Implicit MBR still allowed during mount
  - maintains storage compatibility
- Not needed
  - MBR utility is not exposed through the FAT filesystem,
    so the only used partition was always the first. Omitting
    the MBR is functionally equivalent
  - Saves a few blocks on storage for MBR + offset
    for FAT alignment
- Duplicated with MBRBlockDevice
  - The implicit MBR actually prevents nesting a FAT filesystem
    in the MBRBlockDevice
2017-05-23 11:56:00 -05:00
..
bd bd: Added MBRBlockDevice for handling a master boot record on a block device 2017-05-23 11:55:57 -05:00
fat FAT: Removed implicit MBR from FAT filesystem during format 2017-05-23 11:56:00 -05:00
Dir.cpp Filesystem: Last minute changes due to feedback on directory iteration 2017-02-24 12:03:14 -06:00
Dir.h FileSystem: Reverted deprecation of DirHandle 2017-03-14 11:02:34 -05:00
File.cpp Filesystem: Revert deprecation of FileHandle 2017-03-14 11:02:34 -05:00
File.h Filesystem: Fixed typo in param naming 2017-03-14 11:04:22 -05:00
FileSystem.cpp Filesystem: Last minute changes due to feedback on directory iteration 2017-02-24 12:03:14 -06:00
FileSystem.h Filesystem: Fixed typo in param naming 2017-03-14 11:04:22 -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