mbed-os/features/filesystem/fat
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
..
ChaN Filesystem: Include '.' and '..' in directory iteration 2017-04-13 14:30:57 -05:00
FATFileSystem.cpp FAT: Removed implicit MBR from FAT filesystem during format 2017-05-23 11:56:00 -05:00
FATFileSystem.h Filesystem: Last minute changes due to feedback on directory iteration 2017-02-24 12:03:14 -06:00