Yossi Levy
f0d828ce13
Moving DirectAccessDevicekey.h and DirectAccessDevicekey.cpp to direct_access_devicekey sub folder For TFM support
2019-01-25 14:29:59 +00:00
Yossi Levy
f306233d1e
Removing the dependency of TDBStore in SystemStorage.h and NVStore co-existence checkup if compile for target TFM
2019-01-25 14:29:59 +00:00
Yossi Levy
70c0745d2d
removing output parameter from avoid_conflict_nvstore_tdbstore function.
2019-01-14 13:40:41 +00:00
Yossi Levy
e5888feab4
Create runtime error if TDBStore and NVStore are created in internal flash
2019-01-14 13:40:10 +00:00
David Saada
d85fda724e
TDBStore: Perform garbage collection on failed writes
...
Partial writes may turn storage unusable. GC clears this scenario.
2019-01-14 13:06:14 +00:00
David Saada
69d57c8e8d
TDBStore: fix bug in sector blank check for variant sized sectors
2019-01-14 13:06:14 +00:00
David Saada
c0226febbc
Fix LTO build failures due to duplicate local types
2018-12-27 22:26:04 -06:00
David Saada
56ab748391
Fix a few bugs in TDBStore and KV config
2018-12-11 16:14:47 -06:00
David Saada
e9c25e23a5
KVStore & derived classes: design docs, implementation & configuration
...
Implement the following:
KVStore base class
TDBStore class
FileSystemStore class
SecureStore class
Global APIs
Configuration framework
Design documentation
2018-11-24 17:43:35 +02:00