mbed-os / rtos /
@Cruz Monrreal Cruz Monrreal authored on 24 Oct 2018
GitHub committed on 24 Oct 2018
..
TARGET_CORTEX Mbed Fault Handler was originally placed under rtos folder because of its dependency on some of the RTX data structures for capturing the thread info. But with the new error handling in place thread info collection on hardfaults has been moved to Mbed_error handler. There is no point for fault handler implementation to exist under rtos and can be used for RTOS-less builds as well. So moving under platform folder. Also removing some references to RTX data structs like osRtxInfo from fault handler implementation. 5 years ago
ConditionVariable.cpp Clean up Thread deprecation warnings 5 years ago
ConditionVariable.h Add ConditionVariable::wait_until 6 years ago
EventFlags.cpp Shrink RTOS classes 6 years ago
EventFlags.h Edit EventFlags.h 5 years ago
Kernel.cpp Add ThisThread 6 years ago
Kernel.h Add ThisThread 6 years ago
Mail.h Copy edit Mail.h 6 years ago
MemoryPool.h Copy edit MemoryPool.h 6 years ago
Mutex.cpp Address review comments. 5 years ago
Mutex.h Edit Mutex.h 5 years ago
Queue.h fix comment copy/paste error 5 years ago
RtosTimer.cpp Shrink RTOS classes 6 years ago
RtosTimer.h Copy edit RtosTimer.h 6 years ago
Semaphore.cpp remove unused variable / resolve compiler warning 6 years ago
Semaphore.h Add Semaphore::wait_until 6 years ago
ThisThread.cpp Add ThisThread 6 years ago
ThisThread.h Add ThisThread 6 years ago
Thread.cpp Make Thread methods const 5 years ago
Thread.h Make Thread methods const 5 years ago
mbed_lib.json Merge pull request #8039 from c1728p9/stack_size_framework 5 years ago
rtos.h Add ThisThread 6 years ago
rtos_handlers.h Add ThisThread 6 years ago
rtos_idle.h Doxygen comment updates and fixes 6 years ago