mbed-os/storage
Lingkai Dong aedc6009ea TDBStore: call `BlockDevice::erase()` regarless of erase value
From the documentations of `BlockDevice::get_erase_value()`:

    -1 if you can't rely on the value of the erased storage

and `BlockDevice::program()`:

    The blocks must have been erased prior to being programmed

So, `BlockDevice::erase()` should always be called regardless of
erase value.
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: call `BlockDevice::erase()` regarless of erase value 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