123

Committer:
mbed_official
Date:
Mon Oct 14 14:00:04 2019 +0100
Revision:
100:ec006d6f3cb6
Parent:
88:bea4f2daa48c
Call `thread_sleep_for` to sleep (#193)

This function allows the application to be built wit the bare metal
profile without requiring `rtos-api` to be added in the list of required libraries.
.
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.stack-stats-enabled": true,
mbed_official 82:abf1b1785bd7 5 "platform.heap-stats-enabled": true,
mbed_official 82:abf1b1785bd7 6 "platform.cpu-stats-enabled": true,
mbed_official 82:abf1b1785bd7 7 "platform.thread-stats-enabled": true,
mbed_official 82:abf1b1785bd7 8 "platform.sys-stats-enabled": true
mbed_official 82:abf1b1785bd7 9 }
mbed_official 82:abf1b1785bd7 10 }
mbed_official 82:abf1b1785bd7 11 }