mbed-os/example/mbed-os-5
Arto Kinnunen 14ff147a61 Squashed 'features/frameworks/mbed-trace/' changes from 7a1bd34..0a4f6be
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
2019-02-25 13:01:31 +02:00
..
README.md Squashed 'features/frameworks/mbed-trace/' changes from 7a1bd34..0a4f6be 2019-02-25 13:01:31 +02:00
main.cpp Squashed 'features/frameworks/mbed-trace/' changes from 7a1bd34..0a4f6be 2019-02-25 13:01:31 +02:00
mbed_app.json Squashed 'features/frameworks/mbed-trace/' changes from 7a1bd34..0a4f6be 2019-02-25 13:01:31 +02:00

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..
...