mbed-os/features/storage/filesystem
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
..
fat IAR / FATFS - Pe029 error 2019-08-23 11:41:08 +01:00
littlefs Coverity and compilation warnings fixes 2019-08-12 08:42:56 +01:00
Dir.cpp Moving SD, SPIF and FLASHIAP into mbedos and refactoring features storage directory structure. 2018-08-29 12:01:11 +03:00
Dir.h storage: fix astyle coding style 2018-11-07 08:56:35 +00:00
File.cpp Added filesystem implementations of truncate 2018-12-14 19:29:29 +02:00
File.h Added filesystem implementations of truncate 2018-12-14 19:29:29 +02:00
FileSystem.cpp Added filesystem implementations of truncate 2018-12-14 19:29:29 +02:00
FileSystem.h Minor Doxygen fixes for all file system classes 2019-01-10 15:09:52 +02:00
mbed_filesystem.h Add BlockDevice and Filesystem classes inside mbed namespace. 2018-11-26 13:35:40 -06:00
mbed_lib.json Moving SD, SPIF and FLASHIAP into mbedos and refactoring features storage directory structure. 2018-08-29 12:01:11 +03:00