mbed-os/rtos
Kevin Bracey ed4bf5220e rtos: NULL -> nullptr
Some build errors seen with NULL not being defined. Rather than
add cstddef includes, switch to C++11 nullptr.
2019-07-15 10:13:50 +03:00
..
TARGET_CORTEX rtos: NULL -> nullptr 2019-07-15 10:13:50 +03:00
ConditionVariable.cpp rtos: NULL -> nullptr 2019-07-15 10:13:50 +03:00
ConditionVariable.h RTOS API for bare metal 2019-07-15 10:13:50 +03:00
EventFlags.cpp Make events use RTOS API 2019-07-15 10:13:50 +03:00
EventFlags.h rtos: NULL -> nullptr 2019-07-15 10:13:50 +03:00
Kernel.cpp Minimal C thread API 2019-07-15 10:13:50 +03:00
Kernel.h RTOS API for bare metal 2019-07-15 10:13:50 +03:00
LICENSE-mit.txt rtos: add license information 2019-04-16 11:26:39 +01:00
LICENSE.md RTOS API for bare metal 2019-07-15 10:13:50 +03:00
Mail.h rtos: NULL -> nullptr 2019-07-15 10:13:50 +03:00
MemoryPool.h rtos: NULL -> nullptr 2019-07-15 10:13:50 +03:00
Mutex.cpp RTOS API for bare metal 2019-07-15 10:13:50 +03:00
Mutex.h rtos: NULL -> nullptr 2019-07-15 10:13:50 +03:00
Queue.h rtos: NULL -> nullptr 2019-07-15 10:13:50 +03:00
RtosTimer.cpp RTOS API for bare metal 2019-07-15 10:13:50 +03:00
RtosTimer.h rtos: NULL -> nullptr 2019-07-15 10:13:50 +03:00
Semaphore.cpp rtos: NULL -> nullptr 2019-07-15 10:13:50 +03:00
Semaphore.h RTOS API for bare metal 2019-07-15 10:13:50 +03:00
ThisThread.cpp rtos: NULL -> nullptr 2019-07-15 10:13:50 +03:00
ThisThread.h rtos: NULL -> nullptr 2019-07-15 10:13:50 +03:00
Thread.cpp rtos: NULL -> nullptr 2019-07-15 10:13:50 +03:00
Thread.h rtos: NULL -> nullptr 2019-07-15 10:13:50 +03:00
mbed_lib.json RTOS API for bare metal 2019-07-15 10:13:50 +03:00
mbed_rtos1_types.h RTOS API for bare metal 2019-07-15 10:13:50 +03:00
mbed_rtos_storage.h RTOS API for bare metal 2019-07-15 10:13:50 +03:00
mbed_rtos_types.h RTOS API for bare metal 2019-07-15 10:13:50 +03:00
rtos.h RTOS API for bare metal 2019-07-15 10:13:50 +03:00
rtos_handlers.h RTOS API for bare metal 2019-07-15 10:13:50 +03:00
rtos_idle.h Merge pull request #8328 from kjbracey-arm/noreturn 2018-10-29 20:49:54 -05:00