Simon Hughes
|
fdadb8cc66
|
STORAGE: moved toolchain_support.h into platform/retarget.h
|
2017-02-23 16:39:18 +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 |
Simon D Hughes
|
aefb03ccd6
|
ARMCC temporary fixes for undefined errno symbols.
|
2017-02-23 16:36:16 +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 |
Christopher Haster
|
b1a685125b
|
Filesystem: Removed dependency on unistd.h
Previously used to determine stdin/stdout/stderr filenos, however
these are set by us
|
2017-02-23 16:30:47 +00:00 |
Christopher Haster
|
9299a88e8f
|
Filesystem: Add support for stat
Provided through FileSystemLike::stat
|
2017-02-23 16:30:42 +00:00 |
Christopher Haster
|
aff49d8d1e
|
Renamed files in platform to match source names
critical.h -> mbed_critical.h
sleep.h -> mbed_sleep.h
toolchain.h -> mbed_toolchain.h
rtc_time.h -> mbed_rtc_time.h
semihost_api.h -> mbed_semihost_api.h
wait_api.h -> mbed_wait_api.h
|
2017-02-22 18:17:54 -06:00 |