prima prova bracctio

Dependencies:   Eigen MX64_senzaCorrente

Committer:
anfontanelli
Date:
Mon Nov 18 17:50:32 2019 +0000
Revision:
0:82a5f03b7eb4
arm created

Who changed what in which revision?

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