mbed-os/features/filesystem/bd
Jimmy Brisson 9dfbf228ec
Merge pull request #5395 from kegilbert/resolve-doxy-warnings-filesystem
Resolve doxygen warning in filesystems docs
2017-11-01 14:07:17 -05: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
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
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
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