mbed-os/rtos/TARGET_CORTEX
Russ Butler 209b9a9e62 Add error if OS tickrate is changed
The current mbed-os drivers rely on a tickrate of 1ms for timing.
This means that if OS_TICK_FREQ is set to any value other than 1000
then mbed-os driver will no longer delay for the correct amount of
time. To prevent this from happening this patch triggers a compile
time error if a tickrate other than 1m is used.
2017-10-05 16:31:14 -05:00
..
rtx4 Move Cortex specific RTX behind TARGET_CORTEX 2017-08-31 19:55:54 -05:00
rtx5 Merge pull request #5105 from deepikabhavnani/m33_files 2017-10-02 10:38:35 -05:00
mbed_boot.c Update mbed OS to handle ARMC6 requirements 2017-09-11 13:20:32 -05: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 Add error if OS tickrate is changed 2017-10-05 16:31:14 -05:00
mbed_rtx_handlers.c Added thread terminate hook 2017-09-14 16:21:48 -05:00
mbed_rtx_idle.cpp mbed_rtx_idle: uVisor: Don't attempt to sleep 2017-09-14 17:20:23 +01:00