mbed-os/features/filesystem/bd
Amanda Butler 634fcf0cc4 Copy edit littlefs
ExhaustibleBlockDevice.h
- Fix typos for consistent spelling.
ObservingBlockDevice.h
- Fix typos for consistent spelling.
ReadOnlyBlockDevice.h
- Fix typos for consistent spelling.
README.md
- Fix typos, mostly for branding.
DESIGN.md
- Make minor changes for consistent spelling and precise language.
SPEC.md
- Make minor changes for consistent spelling and precise language.
README.md
- Make minor changes for consistent spelling and precise language.
2017-11-29 16:35:06 -06:00
..
BlockDevice.h bd: Added trim function to let filesystems give erase hints to FTLs 2017-09-05 11:16:15 -05:00
ChainingBlockDevice.cpp Change address subtraction when moving through block devices to be the size of the entire block device not the block size 2017-10-24 18:31:46 -05:00
ChainingBlockDevice.h Fix doxygen warnings in 'features/filesystem' 2017-06-08 15:48:21 -05:00
ExhaustibleBlockDevice.cpp littlefs: Moved test block devices into general block devices 2017-11-22 16:02:54 -06:00
ExhaustibleBlockDevice.h Copy edit littlefs 2017-11-29 16:35:06 -06:00
HeapBlockDevice.cpp bd: Add asserts on initialization in HeapBlockDevice 2017-06-21 13:51:57 -05:00
HeapBlockDevice.h Add additional information on the block parameter in the HeapBlockDevice ctor 2017-10-17 19:03:39 -05:00
MBRBlockDevice.cpp bd: Fix missing init in MBRBlockDevice 2017-06-21 13:33:40 -05:00
MBRBlockDevice.h bd: Added MBRBlockDevice for handling a master boot record on a block device 2017-05-23 11:55:57 -05:00
ObservingBlockDevice.cpp littlefs: Moved test block devices into general block devices 2017-11-22 16:02:54 -06:00
ObservingBlockDevice.h Copy edit littlefs 2017-11-29 16:35:06 -06:00
ProfilingBlockDevice.cpp bd: Added ProfilingBlockDevice for measuring higher-level applications 2017-07-31 10:19:39 -05:00
ProfilingBlockDevice.h Resolve doxygen warning in filesystems 2017-10-27 18:18:04 -05:00
ReadOnlyBlockDevice.cpp littlefs: Moved test block devices into general block devices 2017-11-22 16:02:54 -06:00
ReadOnlyBlockDevice.h Copy edit littlefs 2017-11-29 16:35:06 -06:00
SlicingBlockDevice.cpp Replace second SlicingBD ctor with default arg 2017-10-26 11:49:35 -05:00
SlicingBlockDevice.h Replace second SlicingBD ctor with default arg 2017-10-26 11:49:35 -05:00