This website requires JavaScript.
Explore
Help
Sign In
ARMmbed
/
mbed-os
mirror of
https://github.com/ARMmbed/mbed-os.git
Watch
1
Star
0
Fork
You've already forked mbed-os
0
Code
Issues
Projects
Releases
Wiki
Activity
7eaf61c047
mbed-os
/
.mbedignore
4 lines
43 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Tweaked littlefs to fit into mbed - Changed log statements to use the debug function - Changed %d to %ld given the type of int32_t in arm-none-eabi-gcc. In mainstream gcc this is not the case and may cause problems to upstream.
2017-07-12 11:46:14 +00:00
littlefs/emubd/
littlefs/tests/
Converted tests into mbed-style integration tests - TESTS/filesystem for mbed OS filesystem APIs - TESTS/filesystem_retarget for mbed OS retargeted stdlib APIs converted: - test_dirs - test_files - test_seek - test_parallel
2017-09-22 19:48:32 +00:00
TESTS/util