Simon Hughes
|
01baa72ab9
|
STORAGE: change FATFileSystem::format() to include allocation_unit argument, to facilitate fixing of inconsistent file systems.
Conflicts:
features/filesystem/fat/FATFileSystem.cpp
features/filesystem/fat/FATFileSystem.h
|
2017-02-23 16:38:19 +00:00 |
Simon Hughes
|
26141f0f5d
|
STORAGE: test case fixes to support ARMCC and IAR toolchains.
|
2017-02-23 16:38:17 +00:00 |
Simon Hughes
|
4f5e94c746
|
STORAGE: test case fixes to support ARMCC and IAR toolchains.
Conflicts:
features/TESTS/filesystem/fopen/fopen.cpp
|
2017-02-23 16:38:15 +00:00 |
Christopher Haster
|
ad176c5c6a
|
Updated filesystem tests to use FATFileSystem + SDBlockDevice
|
2017-02-23 16:37:18 +00:00 |
Christopher Haster
|
0176450c5a
|
bd: Adopted the block storage api in the FATFileSystem
|
2017-02-23 16:37:13 +00:00 |
Christopher Haster
|
ba5e1427fc
|
bd: Added utility block device classes
- ChainingBlockDevice
- SlicingBlockDevice
|
2017-02-23 16:36:27 +00:00 |
Christopher Haster
|
4633d3129d
|
bd: Adopted the block device api in the HeapBlockDevice
Port of MemBlockDevice from mbed 2
|
2017-02-23 16:36:22 +00:00 |
Simon D Hughes
|
67165e292c
|
ARMCC temporary fixes for undefined errno symbols.
|
2017-02-23 16:36:18 +00:00 |
Simon D Hughes
|
cffea7e3c4
|
Remove unnecesary symbol definitions.
|
2017-02-23 16:36:08 +00:00 |
Simon Hughes
|
0c87537f10
|
Added errno codes to retarget, mkdir() and ftell() tests.
|
2017-02-23 16:36:03 +00:00 |
Simon Hughes
|
c8fecb6c88
|
STORAGE: tests added for errno, ferror() and clearerr().
|
2017-02-23 16:30:55 +00:00 |
Simon Hughes
|
912044b829
|
FILESYSTEM: fopen() and basic test improvements.
|
2017-02-23 16:30:50 +00:00 |
Simon Hughes
|
7514476e2f
|
FILESYSTEM: Fix to only build SDFileSystem if DEVICE_SPI defined, to build correctly for targets that dont have SPI interfaces.
|
2017-02-23 16:30:30 +00:00 |
Simon Hughes
|
66446275fa
|
FILESYSTEM: fix KL25Z CI build failure but not instantiaing SDFileSystem.
|
2017-02-23 16:30:27 +00:00 |
Simon Hughes
|
1b562cc2fe
|
Fix fopen test build error due to #include <sys/stat.h>, which is not present.
|
2017-02-23 16:30:25 +00:00 |
Simon Hughes
|
5c7fdc13c7
|
FILESYSTEM: renamed features/TESTS/fs-fat features/TESTS/filesystem.
|
2017-02-23 16:30:23 +00:00 |