mbed-os/rtos/TARGET_CORTEX
Russ Butler 5e48ecedb7 Increase background stack size to fix overflows
On platforms using both tickless and the low power ticker wrapper
so much of the background stack is used that it overflows. To
ensure the background thread's stack doesn't overflow increase this
size by 256 bytes when tickless is enabled. Worst case usage
on the NUCLEO_F476RG was recorded at 656 when tickless is
turned on so this increased size should safely prevent overflows.
2018-11-16 14:49:17 +00:00
..
TARGET_CORTEX_M Fix spelling in error message in fault handler 2018-07-19 10:31:34 -05:00
TOOLCHAIN_ARM_MICRO Refactor boot process 2018-08-28 19:26:55 -05:00
TOOLCHAIN_ARM_STD Refactor boot process 2018-08-28 19:26:55 -05:00
TOOLCHAIN_GCC_ARM Refactor boot process 2018-08-28 19:26:55 -05:00
TOOLCHAIN_IAR Refactor boot process 2018-08-28 19:26:55 -05:00
rtx4 CMSIS/RTX: Patch RTX4 to preserve osThreadDef compatibility 2018-08-25 20:41:08 -05:00
rtx5 Fix define around EvrRtxKernelInitialized 2018-08-25 20:41:11 -05:00
SysTimer.cpp Move Code to get Cortex A tick irqn 2018-08-25 20:40:17 -05:00
SysTimer.h Fix rebase error 2018-05-25 12:20:10 -05:00
mbed_boot.c Refactor boot process 2018-08-28 19:26:55 -05:00
mbed_boot.h Refactor boot process 2018-08-28 19:26:55 -05:00
mbed_rtos1_types.h Move Cortex specific RTX behind TARGET_CORTEX 2017-08-31 19:55:54 -05:00
mbed_rtos_rtx.c Replace macros with config options 2018-10-08 15:18:50 +01:00
mbed_rtos_storage.h rtos: use RTX identifier 2018-06-28 14:12:16 +01:00
mbed_rtx_conf.h Increase background stack size to fix overflows 2018-11-16 14:49:17 +00:00
mbed_rtx_handlers.c Fixed: @44,18: unused variable 'tid' [-Wunused-variable] 2018-10-08 15:18:50 +01:00
mbed_rtx_idle.cpp Remove uVisor from mbed-os 2018-08-22 16:36:59 +03:00