Blinking LED example with system statistics printed to terminal

mbed_app.json

Committer:
maclobdell
Date:
2019-05-01
Revision:
1:5ac7efd1b4f0
Parent:
0:03c15e688f62

File content as of revision 1:5ac7efd1b4f0:

{
    "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
        }
    }
}