mbed-os/features/filesystem/bd
Simon Hughes 840c77793b STORAGE: Pull request 3762 review feedback changes.
- Fixing code formatting errors with astyle tool.
- Replaced use of TOOLCHAIN_xxx macros with compiler emitted macros.
- Added const to BlockDevice::get_xxx_size() member functions.
- Added documentation for FAT filesystem thread support.
- Added documentation for fat_filesystem_set_errno().
- Added documentation clarifying the reasons for errno/stat symbol definitions in retarget.h.
- Removed FAT filesystem from mbed 2 testing.
- Fixed FATMisc.h Copyright (c) 2016 year to 2017 as its a new file.
- Removed #ifndef NDEBUG from HeapBlockDevice.cpp.
- Removed unnecessary todo comment in retarget.cpp.
2017-02-23 16:39:42 +00:00
..
BlockDevice.cpp STORAGE: Pull request 3762 review feedback changes. 2017-02-23 16:39:42 +00:00
BlockDevice.h STORAGE: Pull request 3762 review feedback changes. 2017-02-23 16:39:42 +00:00
ChainingBlockDevice.cpp STORAGE: Pull request 3762 review feedback changes. 2017-02-23 16:39:42 +00:00
ChainingBlockDevice.h STORAGE: Pull request 3762 review feedback changes. 2017-02-23 16:39:42 +00:00
HeapBlockDevice.cpp STORAGE: Pull request 3762 review feedback changes. 2017-02-23 16:39:42 +00:00
HeapBlockDevice.h STORAGE: Pull request 3762 review feedback changes. 2017-02-23 16:39:42 +00:00
SlicingBlockDevice.cpp STORAGE: Pull request 3762 review feedback changes. 2017-02-23 16:39:42 +00:00
SlicingBlockDevice.h STORAGE: Pull request 3762 review feedback changes. 2017-02-23 16:39:42 +00:00