mbed-os/features/storage
Seppo Takalo 957ed97cd7 IOTSTOR-953: Fix address calculations from SlicingBlockDevice
* Change MBED_ASSERTS() to return valid error code, so that
  checks are not bypassed on release builds.
* Fix starting address calculations so that "addr" parameter is always
  relative to SlicingDevice and "_start" is only added when calls to
  underlying storage block is made.
* Bypass BlockDevice:is_valid_*() to underlying block device.
  Slicingblockdevice was just verifying addresses independently, without
  verifying those from underlying block storage.
2019-11-18 15:47:40 +00:00
..
TESTS Make devicekey remainder test more meaningful 2019-10-16 11:58:32 +01:00
blockdevice IOTSTOR-953: Fix address calculations from SlicingBlockDevice 2019-11-18 15:47:40 +00:00
filesystem Add storage related files to baseline unittest. 2019-11-18 15:47:40 +00:00
kvstore Add storage related files to baseline unittest. 2019-11-18 15:47:40 +00:00
nvstore PSOC6_SB: Initial commit to add CY8CPROTO_064_SB to mbed-os sources. 2019-08-30 15:10:18 +03:00
system_storage Add storage related files to baseline unittest. 2019-11-18 15:47:40 +00:00