mbed-os/rtos/TARGET_CORTEX
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
..
rtx4 CMSIS/RTX: Patch RTX4 to preserve osThreadDef compatibility 2017-11-01 09:25:42 +00:00
rtx5 RTX5: fixed __get_PSP function for Cortex-A on IAR (#288) 2017-12-21 14:09:25 +09:00
mbed_boot.c Statically allocate ARMCC required mutex objects 2017-12-11 11:41:47 -06:00
mbed_rtos1_types.h Move Cortex specific RTX behind TARGET_CORTEX 2017-08-31 19:55:54 -05:00
mbed_rtos_storage.h Remove use of internal RTX types 2017-09-04 11:26:38 -05:00
mbed_rtx_conf.h Statically allocate ARMCC required mutex objects 2017-12-11 11:41:47 -06:00
mbed_rtx_handlers.c Added thread terminate hook 2017-09-14 16:21:48 -05:00
mbed_rtx_idle.cpp Remove tickless assert for tick count 2018-01-25 15:27:35 -06:00