Shingo FUKUYA
/
Airio-Base_Grove_6Axis_OS5
Airio-Base test program using Mbed OS 5 .
tests/README.md@1:2cfe30ab611c, 2019-07-16 (annotated)
- Committer:
- mbed_crane_elec
- Date:
- Tue Jul 16 21:29:03 2019 +0000
- Revision:
- 1:2cfe30ab611c
- Parent:
- 0:be8ed55bdf37
modify
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
mbed_crane_elec | 0:be8ed55bdf37 | 1 | # Testing examples |
mbed_crane_elec | 0:be8ed55bdf37 | 2 | |
mbed_crane_elec | 0:be8ed55bdf37 | 3 | Examples are tested using tool [htrun](https://github.com/ARMmbed/mbed-os-tools/tree/master/packages/mbed-host-tests) and templated print log. |
mbed_crane_elec | 0:be8ed55bdf37 | 4 | |
mbed_crane_elec | 0:be8ed55bdf37 | 5 | To run the test, use following command after you build the example: |
mbed_crane_elec | 0:be8ed55bdf37 | 6 | ``` |
mbed_crane_elec | 0:be8ed55bdf37 | 7 | mbedhtrun -d D: -p COM4 -m K64F -f .\BUILD\K64F\GCC_ARM\blinky.bin --compare-log tests\blinky.log |
mbed_crane_elec | 0:be8ed55bdf37 | 8 | ``` |
mbed_crane_elec | 0:be8ed55bdf37 | 9 | |
mbed_crane_elec | 0:be8ed55bdf37 | 10 | |
mbed_crane_elec | 0:be8ed55bdf37 | 11 | More details about `htrun` are [here](https://github.com/ARMmbed/mbed-os-tools/tree/master/packages/mbed-host-tests#testing-mbed-os-examples). |
mbed_crane_elec | 0:be8ed55bdf37 | 12 |