mbed-os/features/filesystem
Christopher Haster c0aa841ffd FAT: Added support for block sizes of 512-4096 bytes
This is necessary for support of block devices with >512 byte
blocks, such as most SPI flash parts.

- Enabled support of up to 4096 byte blocks
- Added support for heap-backed buffers using _FS_HEAPBUF
  - Necessary to avoid stack overflows
  - Avoids over-aggresive allocations of _MAX_SS
- Enabled _FS_TINY to further reduce memory footprint
  - Haven't found a downside for this yet except for possible
    thread contention
2017-06-03 07:10:48 +01: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: Added support for block sizes of 512-4096 bytes 2017-06-03 07:10:48 +01: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 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 Correct return type of FileHandle::size() 2017-05-31 15:02:11 +03:00
FileSystem.h Correct return type of FileHandle::size() 2017-05-31 15:02:11 +03: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