mirror of https://github.com/ARMmbed/mbed-os.git
0a4f6be astyle validation (#89) f43f52d add mention about mbed-os.lib generation and ignore example folder (#88) 3f48e87 .tmp_data_ptr = 0 added (#55) 9697f63 doc update + mbed-os 5 example application (#84) 891508b CI improvements - introduce Jenkinsfile (#87) git-subtree-dir: features/frameworks/mbed-trace git-subtree-split: 0a4f6be43da09feb2e55eae0697546bcc23d0a23 |
||
---|---|---|
.. | ||
README.md | ||
main.cpp | ||
mbed_app.json |
README.md
mbed-os 5 example application using mbed-trace library
define mbed-os.lib
echo https://github.com/armmbed/mbed-os/#6a0a86538c0b9b2bfcc4583b1e2b7fea8f4e71e9 > mbed-os.lib
build
mbed deploy
mbed compile -t GCC_ARM -m K64F
Usage
When you flash a target with this application and open a terminal you should see the following traces:
[INFO][main] Hello tracers
[DBG ][main] Infinite loop..
[DBG ][main] Infinite loop..
[DBG ][main] Infinite loop..
...