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

Dependencies:   sdio-glue

Committer:
elelthvd
Date:
Wed Nov 11 02:58:32 2020 +0000
Revision:
0:5db1517e0856
initial commit

Who changed what in which revision?

UserRevisionLine numberNew contents of line
elelthvd 0:5db1517e0856 1 # Testing examples
elelthvd 0:5db1517e0856 2
elelthvd 0:5db1517e0856 3 Examples are tested using tool [htrun](https://github.com/ARMmbed/mbed-os-tools/tree/master/packages/mbed-host-tests) and templated print log.
elelthvd 0:5db1517e0856 4
elelthvd 0:5db1517e0856 5 To run the test, use following command after you build the example:
elelthvd 0:5db1517e0856 6 ```
elelthvd 0:5db1517e0856 7 mbedhtrun -d D: -p COM4 -m K64F -f .\BUILD\K64F\GCC_ARM\filesystem.bin --compare-log tests\filesystem.log
elelthvd 0:5db1517e0856 8 ```
elelthvd 0:5db1517e0856 9
elelthvd 0:5db1517e0856 10
elelthvd 0:5db1517e0856 11 More details about `htrun` are [here](https://github.com/ARMmbed/mbed-os-tools/tree/master/packages/mbed-host-tests#testing-mbed-os-examples).
elelthvd 0:5db1517e0856 12