mbed-os/features/storage
Seppo Takalo 4ab3c8bb48 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-04 16:13:32 +02:00
..
TESTS Merge pull request #11628 from kyle-cypress/pr/directaccess-devicekey-test 2019-10-15 21:41:05 +08:00
blockdevice IOTSTOR-953: Fix address calculations from SlicingBlockDevice 2019-11-04 16:13:32 +02:00
filesystem Add storage related files to baseline unittest. 2019-11-04 16:12:36 +02:00
kvstore Add storage related files to baseline unittest. 2019-11-04 16:12:36 +02:00
nvstore Deprecates NVStore 2019-10-31 14:54:54 +02:00
system_storage Add storage related files to baseline unittest. 2019-11-04 16:12:36 +02:00