RTOS Template for ELEC35X 2019

Committer:
noutram
Date:
Wed Sep 25 15:02:03 2019 +0000
Revision:
0:2f993270f60e
RTOS Template for 2019

Who changed what in which revision?

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