mbed-os/features/storage/kvstore
Seppo Takalo 513891d4f6 Check return of BlockDevice::init() in TDBStore.
Return value was ignored, and TDBStore:init() ended up in a
MBED_ERROR() phase after that.

TDBStore API was limited to allow returning of only two separate
errors, which may end up hiding the actual return value. Change
the documentation slightly to allow returning of original error
code from the underlying block device.

Fixes #11591
2019-09-30 13:26:56 +03:00
..
conf Explicitly set tdb internal flash size for PSOC6 2019-09-24 11:31:04 -07:00
direct_access_devicekey Enables building storage with bare metal profile 2019-08-21 12:22:34 +03:00
filesystemstore Coverity and compilation warnings fixes 2019-08-07 10:30:52 +03:00
global_api Storage mbed_lib.json files 2019-02-13 20:36:00 +02:00
include Moving KVStore to include sub folder For TFM support 2019-01-15 10:54:21 +02:00
kv_map Zero initialise all NVStore&kvstore members 2019-08-07 14:17:15 +03:00
securestore Coverity and compilation warnings fixes 2019-08-07 10:30:52 +03:00
tdbstore Check return of BlockDevice::init() in TDBStore. 2019-09-30 13:26:56 +03:00