nucleo f767zi onenet edp test

Dependencies:   cJSON_lib Common_lib EdpKit_lib

Committer:
ws1992108
Date:
Wed Apr 08 04:01:46 2020 +0000
Revision:
76:f524071998a0
Parent:
74:2ebbf16f54dd
by ws

Who changed what in which revision?

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