Kevin Bracey
1ef213ec89
Clean up Thread deprecation warnings
...
Static Thread methods and signal methods have been deprecated. Remove
all references in the main code, and most of the tests. Some tests of
the deprecated APIs themselves remain.
2018-10-12 14:57:13 +03:00
Martin Kojtal
ffcb6ecfb5
platform: astyle update
2018-06-29 10:38:44 +01:00
James Wang
c9b2640f70
mbed_wait_api: wait_ms() wait() wait_us() add "If the RTOS is present" comments
2018-05-03 10:22:32 +08:00
James Wang
27ce443a70
accept Amanda Butler's review. change to "This function always spins to get the exact number of microseconds, which potentially affects power (such as preventing deep sleep) and multithread performance. You can avoid it by using Thread::wait()."
2018-04-18 10:22:50 +08:00
James Wang
04627992db
Accept Kevin Bracey's review, "wait_ms() and wait(float) always spin to get an exact number of microseconds, potentially impacting power and multi-thread performance. Again, avoided by Thread::wait()".
2018-04-17 18:11:59 +08:00
James Wang
efc228ff06
accept Cruz Monrreal's review
2018-04-17 15:23:15 +08:00
James Wang
4c69419e2e
mbed_wait_api: add comments to warn the func will lock deep sleep
2018-04-16 18:13:15 +08:00
Senthil Ramakrishnan
3ad298488c
Doxygen comment updates and fixes
2017-10-26 15:36:26 -05:00
Sam Grove
6062ca7404
[platform] Update doxygen errors with example code comments
2017-04-26 09:13:34 -05:00
Christopher Haster
aff49d8d1e
Renamed files in platform to match source names
...
critical.h -> mbed_critical.h
sleep.h -> mbed_sleep.h
toolchain.h -> mbed_toolchain.h
rtc_time.h -> mbed_rtc_time.h
semihost_api.h -> mbed_semihost_api.h
wait_api.h -> mbed_wait_api.h
2017-02-22 18:17:54 -06:00