mbed-os/storage/kvstore/tdbstore
Lingkai Dong 7b763be0e3 TDBStore Whitebox tests: fix memory check
Each block of HeapBlockDevice is only allocated from the heap when
that block is programmed. And erasing a block frees the associated
buffer.

To decide if there is enough heap to run the TDBStore Whitebox tests,
we need to perform a trial program() instead of erase().
2021-04-14 17:19:38 +01:00
..
include/tdbstore TDBStore: optimize erase algorithms 2021-04-14 17:19:38 +01:00
source TDBStore: call `BlockDevice::erase()` regarless of erase value 2021-04-14 17:19:38 +01:00
tests TDBStore Whitebox tests: fix memory check 2021-04-14 17:19:38 +01:00
CMakeLists.txt KVStore: drop './' from CMake paths 2020-12-09 17:26:32 +00:00
mbed_lib.json Turn TDBStore and FileSystemStore into standalone libraries 2020-12-09 17:20:42 +00:00