mbed-os/features/storage
Janne Kiiskila 33e971170c IAR / FATFS - Pe029 error
IAR compilation fails at `_fs = { 0 };` due to

```
[Error] FATFileSystem.cpp@285,0: [Pe029]: expected an expression
```

Changing that object initializer list instead, as that seems
to pass IAR compilation, too.

Changed original memset to object initialiser list based on review
feedback from Kevin Bracey.
2019-08-23 11:41:08 +01:00
..
TESTS Fix kvstore-static_tests failing with OOM 2019-08-23 11:37:41 +01:00
blockdevice Coverity and compilation warnings fixes 2019-08-12 08:42:56 +01:00
filesystem IAR / FATFS - Pe029 error 2019-08-23 11:41:08 +01:00
kvstore changes the default TDBStore location 2019-08-23 11:37:41 +01:00
nvstore Zero initialise all NVStore&kvstore members 2019-08-12 12:54:45 +01:00
system_storage Add missing RSPIF component to the defaut BlockDevice handler 2019-03-05 08:25:48 -08:00