The Mbed OS file system example with sdio-driver for LPC55S69_NS and DISCO_F746NG targets

Dependencies:   sdio-glue

tests/filesystem.log

Committer:
elelthvd
Date:
2020-11-11
Revision:
3:ebff5971c078
Parent:
0:5db1517e0856

File content as of revision 3:ebff5971c078:

--- Mbed OS filesystem example ---
Mounting the filesystem... OK
Incrementing numbers \(10\/10\)... OK
Closing "\/fs\/numbers.txt"... OK
Opening the root directory... OK
root directory:
.
..
numbers.txt
Closing the root directory... OK
Opening "\/fs\/numbers.txt"... OK
numbers:
\d+
\d+
\d+
\d+
\d+
\d+
\d+
\d+
\d+
\d+
Closing "\/fs\/numbers.txt"... OK
Unmounting... OK
Mbed OS filesystem example done\!