Example of using the Enigma encryption library.

Dependencies:   Enigma

Committer:
hudakz
Date:
Tue Sep 24 16:58:11 2019 +0000
Revision:
3:83f583d06005
Parent:
0:3381509d20af
Example of using the Enigma encryption library.

Who changed what in which revision?

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