mbed-os/features/storage
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
..
TESTS Merge pull request #12638 from tymoteuszblochmobica/testall 2020-04-03 09:00:18 +02:00
blockdevice FlashSimBlockDevice: initialize blanks buffer 2020-02-13 15:19:11 +02:00
filesystem Turn NULLs into nullptr 2020-01-09 14:52:54 +02:00
kvstore TDBStore: Handle odd number of sectors in block 2020-04-13 12:01:25 -07:00
system_storage Enable storage tests to all targets 2020-04-01 12:04:36 +02:00