mbed-os/features/storage/blockdevice
Seppo Takalo 3eb8d6eb1d BufferedBlockDevice: Sync all the buffers on deinit()
Make sure that all data has been written on the underlying
storage when we do deinit().
2019-12-03 14:38:40 +02:00
..
BlockDevice.h Fix functionality for FlashIAPBD & SlicingBD 2019-03-14 17:46:10 +02:00
BufferedBlockDevice.cpp BufferedBlockDevice: Sync all the buffers on deinit() 2019-12-03 14:38:40 +02:00
BufferedBlockDevice.h Review updates 2019-01-10 15:42:28 +02:00
ChainingBlockDevice.cpp Assembler atomics 2019-04-26 13:12:35 +03:00
ChainingBlockDevice.h Documnent changes and adding const to get_type method 2018-12-23 14:27:14 +02:00
ExhaustibleBlockDevice.cpp Assembler atomics 2019-04-26 13:12:35 +03:00
ExhaustibleBlockDevice.h ExhaustibleBD: licensed under Apache 2.0 2019-04-16 10:32:23 +01:00
FlashSimBlockDevice.cpp SlicingBlockDevice should assert, if size does not look valid 2019-12-03 14:38:40 +02:00
FlashSimBlockDevice.h Documnent changes and adding const to get_type method 2018-12-23 14:27:14 +02:00
HeapBlockDevice.cpp HeapBlockDevice: Don't assert on const functions 2019-12-03 14:38:40 +02:00
HeapBlockDevice.h Documnent changes and adding const to get_type method 2018-12-23 14:27:14 +02:00
MBRBlockDevice.cpp Assembler atomics 2019-04-26 13:12:35 +03:00
MBRBlockDevice.h minor editorial tweaks 2019-01-10 15:53:59 +02:00
ObservingBlockDevice.cpp Documnent changes and adding const to get_type method 2018-12-23 14:27:14 +02:00
ObservingBlockDevice.h Documnent changes and adding const to get_type method 2018-12-23 14:27:14 +02:00
ProfilingBlockDevice.cpp Documnent changes and adding const to get_type method 2018-12-23 14:27:14 +02:00
ProfilingBlockDevice.h Doxygen changes to ProfilingBlockDevice and SlicingBlockDevice. 2019-01-10 15:53:49 +02:00
ReadOnlyBlockDevice.cpp Documnent changes and adding const to get_type method 2018-12-23 14:27:14 +02:00
ReadOnlyBlockDevice.h Documnent changes and adding const to get_type method 2018-12-23 14:27:14 +02:00
SlicingBlockDevice.cpp SlicingBlockDevice should assert, if size does not look valid 2019-12-03 14:38:40 +02:00
SlicingBlockDevice.h Fix functionality for FlashIAPBD & SlicingBD 2019-03-14 17:46:10 +02:00