mbed-os/features/storage/kvstore
Veijo Pesonen 8a0af607f3 LPC55S69_NS: Sets default TDBStore size to 32kB
Previously it was 2 pages - 1kB - which isn't sufficient to store
Reserved Area and Master Record. Reserved are requires one page and Master
Record takes two pages. With 512B page size and having two areas, active and
inactive, the minimum size requirement becomes 2 areas * 3 pages = 3kB. That
isn't enough to store any keys though.
2019-11-21 11:28:59 +02:00
..
conf LPC55S69_NS: Sets default TDBStore size to 32kB 2019-11-21 11:28:59 +02:00
direct_access_devicekey Adjust code for MbedCRC changes 2019-11-13 14:31:49 +02:00
filesystemstore Add storage related files to baseline unittest. 2019-11-04 16:12:36 +02:00
global_api Add storage related files to baseline unittest. 2019-11-04 16:12:36 +02:00
include Moving KVStore to include sub folder For TFM support 2019-01-15 10:54:21 +02:00
kv_map Add empty unittest to generate zero baseline for untested files. 2019-11-04 16:12:36 +02:00
securestore Merge pull request #11810 from kyle-cypress/pr/securestore-struct-init 2019-11-07 09:20:43 +01:00
tdbstore TDBStore: Adds sanity check for storage size when compiled with debug profile 2019-11-21 11:28:59 +02:00