mbed-os/features/storage/kvstore/tdbstore
Kyle Kearney b46da65937 TDBStore: Handle odd number of sectors in block
Rework TDBStore::calc_area_params so that it can handle situations where
the block device size is not an even multiple of the sector size (while
retaining its ability to handle non-uniform erase sizes).
This avoids intermittent asserts on boards where TDBStore is implemented
in internal flash, in which case the size of the block device varies
with the application size and a minor change (or a shift in optimization
level) can shift TDBStore from an odd to an even number of sectors.
2020-04-13 12:01:25 -07:00
..
TDBStore.cpp TDBStore: Handle odd number of sectors in block 2020-04-13 12:01:25 -07:00
TDBStore.h Move flash bounds helpers from TDBStore to kv_config 2020-03-24 12:27:21 -07:00
mbed_lib.json Storage mbed_lib.json files 2019-02-13 20:36:00 +02:00