Example to get the System Information from Mbed OS

Committer:
mbed_official
Date:
Thu Nov 28 16:02:22 2019 +0000
Revision:
26:bb28f35662b7
Parent:
21:96984dd5a1f7
Merge https://github.com/ARMmbed/mbed-os-example-sys-info

.
Commit copied from https://github.com/ARMmbed/mbed-os-example-sys-info

Who changed what in which revision?

UserRevisionLine numberNew contents of line
mbed_official 21:96984dd5a1f7 1 # Testing examples
mbed_official 21:96984dd5a1f7 2
mbed_official 21:96984dd5a1f7 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_official 21:96984dd5a1f7 4
mbed_official 21:96984dd5a1f7 5 To run the test, use following command after you build the example:
mbed_official 21:96984dd5a1f7 6 ```
mbed_official 21:96984dd5a1f7 7 mbedhtrun -d D: -p COM4 -m K64F -f .\BUILD\K64F\GCC_ARM\sys-info.bin --compare-log tests\sys-info.log
mbed_official 21:96984dd5a1f7 8 ```
mbed_official 21:96984dd5a1f7 9
mbed_official 21:96984dd5a1f7 10
mbed_official 21:96984dd5a1f7 11 More details about `htrun` are [here](https://github.com/ARMmbed/htrun#testing-mbed-os-examples).
mbed_official 21:96984dd5a1f7 12