Blinky example with Mbed OS 5.5

Committer:
mbed_official
Date:
Thu Nov 29 00:00:02 2018 +0000
Revision:
82:abf1b1785bd7
Child:
88:bea4f2daa48c
Merge pull request #144 from kegilbert/quick-start-blinky

Add basic stats reporting to blinky.
.
Commit copied from https://github.com/ARMmbed/mbed-os-example-blinky

Who changed what in which revision?

UserRevisionLine numberNew contents of line
mbed_official 82:abf1b1785bd7 1 {
mbed_official 82:abf1b1785bd7 2 "target_overrides": {
mbed_official 82:abf1b1785bd7 3 "*": {
mbed_official 82:abf1b1785bd7 4 "platform.stdio-baud-rate": 115200,
mbed_official 82:abf1b1785bd7 5 "platform.stack-stats-enabled": true,
mbed_official 82:abf1b1785bd7 6 "platform.heap-stats-enabled": true,
mbed_official 82:abf1b1785bd7 7 "platform.cpu-stats-enabled": true,
mbed_official 82:abf1b1785bd7 8 "platform.thread-stats-enabled": true,
mbed_official 82:abf1b1785bd7 9 "platform.sys-stats-enabled": true
mbed_official 82:abf1b1785bd7 10 }
mbed_official 82:abf1b1785bd7 11 }
mbed_official 82:abf1b1785bd7 12 }