Blinky example with Mbed OS 5.5

mbed_app.json

Committer:
mbed_official
Date:
2019-01-08
Revision:
88:bea4f2daa48c
Parent:
82:abf1b1785bd7

File content as of revision 88:bea4f2daa48c:

{
    "target_overrides": {
        "*": {
            "platform.stack-stats-enabled": true,
            "platform.heap-stats-enabled": true,
            "platform.cpu-stats-enabled": true,
            "platform.thread-stats-enabled": true,
            "platform.sys-stats-enabled": true
        }
    }
}