mbed-os/rtos
Lingkai Dong 3a24305916 rtos: Remove UNITTEST macro from rtos
Production code should not contain any test-specific checks. Rather
than checking `UNITTEST`, unit tests can directly set
`MBED_CONF_RTOS_PRESENT=1` to make RTOS available for testing.

Note: The cellular ATHandler test also has `MBED_CONF_RTOS_PRESENT=1`
added because `ATHandler.cpp` contains a check of this variable.
2021-07-06 16:50:49 +01:00
..
include/rtos rtos: Remove UNITTEST macro from rtos 2021-07-06 16:50:49 +01:00
source Fix ThisThread warnings 2020-11-27 11:57:09 +00:00
tests rtos: Remove UNITTEST macro from rtos 2021-07-06 16:50:49 +01:00
CMakeLists.txt CMake: Move rtos stubs sources to the mbed-os/rtos directory 2021-06-28 06:31:37 -07:00
LICENSE-mit.txt rtos: add license information 2019-04-16 11:26:39 +01:00
LICENSE.md Remove RtosTimer deprecated class and its APIs 2020-03-09 09:52:29 -07:00
mbed_lib.json RTOS API for bare metal 2019-07-15 10:13:50 +03:00