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
fat FAT: Added support for block sizes of 512-4096 bytes 2017-06-03 07:10:48 +01:00
Dir.cpp
Dir.h
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
mbed_lib.json