mbed-os/rtos
Russ Butler 8ef1a73735 Remove tickless assert for tick count
Remove the assert that the tick count of the OS matches the tick
count of the tickless timer as this occurs frequently when
debugging. This is because the function svcRtxKernelResume
only increments the OS's tick count until the next wakeup event
so if the device was halted by a debugger past the next wakeup
event the tick counts will be out of sync.
2018-01-25 15:27:35 -06:00
..
TARGET_CORTEX Remove tickless assert for tick count 2018-01-25 15:27:35 -06:00
ConditionVariable.cpp Fix and add test for ConditionVariable 2017-11-15 16:15:27 -06:00
ConditionVariable.h Copy edit ConditionVariable.h 2018-01-08 17:36:24 -06:00
EventFlags.cpp Shrink RTOS classes 2017-11-03 15:22:22 +02:00
EventFlags.h Copy edit EventFlags.h 2018-01-08 17:38:48 -06:00
Mail.h Copy edit Mail.h 2018-01-08 17:41:37 -06:00
MemoryPool.h Copy edit MemoryPool.h 2018-01-08 17:43:45 -06:00
Mutex.cpp Merge pull request #3648 from c1728p9/condition_variable 2017-11-09 16:38:02 +00:00
Mutex.h Copy edit Mutex.h 2018-01-08 17:46:08 -06:00
Queue.h Copy edit Queue.h 2018-01-08 17:48:11 -06:00
RtosTimer.cpp Shrink RTOS classes 2017-11-03 15:22:22 +02:00
RtosTimer.h Copy edit RtosTimer.h 2018-01-08 17:50:38 -06:00
Semaphore.cpp Shrink RTOS classes 2017-11-03 15:22:22 +02:00
Semaphore.h Copy edit Semaphore.h 2018-01-08 17:52:40 -06:00
Thread.cpp Fixed whitespace 2017-11-27 09:54:09 +01:00
Thread.h Copy edit Thread.h 2018-01-08 18:01:02 -06:00
mbed_lib.json RTOS - add config mbed_lib.json file 2016-06-08 18:41:29 +01:00
rtos.h Add ConditionVariable to mbed rtos 2017-11-02 21:02:27 -05:00
rtos_idle.h Doxygen comment updates and fixes 2017-10-26 15:36:26 -05:00