mbed-os/storage/kvstore/tdbstore/source
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
..
TDBStore.cpp TDBStore: call `BlockDevice::erase()` regarless of erase value 2021-04-14 17:19:38 +01:00