mbed-os/storage/kvstore
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
..
direct_access_devicekey KVStore: drop './' from CMake paths 2020-12-09 17:26:32 +00:00
filesystemstore FileSystemStore unit test: remove erased_set_get test 2021-04-14 17:16:54 +01:00
include/kvstore Create a kvstore_global_api for the global API and KVMap 2020-12-09 17:20:42 +00:00
kv_config Remove: ARM_MUSCA_A1 support 2021-02-25 14:02:56 +00:00
kvstore_global_api "kvstore_global_api" requires "kvstore" for backward compatibility 2020-12-09 17:26:32 +00:00
securestore CMake: streamline kvstore support 2020-12-17 13:09:38 +00:00
tdbstore TDBStore Whitebox tests: fix memory check 2021-04-14 17:19:38 +01:00
tests/TESTS/kvstore CMake: rename greentea test macro 2021-02-02 07:43:40 -08:00
CMakeLists.txt CMake: Add Blockdevice dependency to KVstore library 2020-12-21 13:57:52 +00:00
mbed_lib.json Create a kvstore_global_api for the global API and KVMap 2020-12-09 17:20:42 +00:00