mbed-os/storage
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
..
blockdevice HeapBlockDevice::erase(): free up heap memory 2021-04-14 17:00:17 +01:00
docs BlockDevice design doc: TDBStore no longer requires flash simulation 2020-12-11 14:56:40 +00:00
filesystem CMake: rename greentea test macro 2021-02-02 07:43:40 -08:00
kvstore TDBStore Whitebox tests: fix memory check 2021-04-14 17:19:38 +01:00
platform CMake: Rename CMake targets 2020-11-06 17:25:22 +00:00
CMakeLists.txt CMake: Add support for OSPIF blockdevice 2020-12-21 13:04:12 +00:00