mirror of https://github.com/ARMmbed/mbed-os.git
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. |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| ConditionVariable_stub.cpp | ||
| ConditionVariable_stub.h | ||
| Kernel_stub.cpp | ||
| Mutex_stub.cpp | ||
| Semaphore_stub.cpp | ||
| Semaphore_stub.h | ||
| ThisThread_stub.cpp | ||
| Thread_stub.cpp | ||
| Thread_stub.h | ||
| mbed_rtos_rtx_stub.c | ||
| rtx_mutex_stub.c | ||