my first "os5" bare-metal on online-compiler

Committer:
okano
Date:
Sat Jun 15 06:49:03 2019 +0000
Revision:
0:4cdcddbd6c3d
my first "os5" bare-metal

Who changed what in which revision?

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