mbed-os/hal/targets/cmsis
Russ Butler 6b4dfeb1ab Fix heap allocation when used with RTOS
Remove the code which checks the heap against the stack to determine
if there is space left.  Using the stack pointer as a limit causes
problems when used with an RTOS since the stack pointer depends
on the current thread which can use a user-allocated stack residing
anywhere in memory.
2016-04-10 23:37:42 -05:00
..
TARGET_ARM_SSG Preparing new layout - moved hal+mbed-drivers to ./hal 2016-04-05 16:26:29 +01:00
TARGET_Atmel/TARGET_SAM_CortexM0P Preparing new layout - moved hal+mbed-drivers to ./hal 2016-04-05 16:26:29 +01:00
TARGET_Freescale Fix heap allocation when used with RTOS 2016-04-10 23:37:42 -05:00
TARGET_Maxim Preparing new layout - moved hal+mbed-drivers to ./hal 2016-04-05 16:26:29 +01:00
TARGET_NORDIC/TARGET_MCU_NRF51822 Preparing new layout - moved hal+mbed-drivers to ./hal 2016-04-05 16:26:29 +01:00
TARGET_NXP Preparing new layout - moved hal+mbed-drivers to ./hal 2016-04-05 16:26:29 +01:00
TARGET_RENESAS/TARGET_RZ_A1H Preparing new layout - moved hal+mbed-drivers to ./hal 2016-04-05 16:26:29 +01:00
TARGET_STM Preparing new layout - moved hal+mbed-drivers to ./hal 2016-04-05 16:26:29 +01:00
TARGET_Silicon_Labs/TARGET_EFM32 Preparing new layout - moved hal+mbed-drivers to ./hal 2016-04-05 16:26:29 +01:00
TARGET_WIZNET/TARGET_W7500x Preparing new layout - moved hal+mbed-drivers to ./hal 2016-04-05 16:26:29 +01:00
TOOLCHAIN_GCC/TARGET_CORTEX_A Preparing new layout - moved hal+mbed-drivers to ./hal 2016-04-05 16:26:29 +01:00
TOOLCHAIN_IAR Preparing new layout - moved hal+mbed-drivers to ./hal 2016-04-05 16:26:29 +01:00
arm_common_tables.h Preparing new layout - moved hal+mbed-drivers to ./hal 2016-04-05 16:26:29 +01:00
arm_const_structs.h Preparing new layout - moved hal+mbed-drivers to ./hal 2016-04-05 16:26:29 +01:00
arm_math.h Preparing new layout - moved hal+mbed-drivers to ./hal 2016-04-05 16:26:29 +01:00
core_ca9.h Preparing new layout - moved hal+mbed-drivers to ./hal 2016-04-05 16:26:29 +01:00
core_caFunc.h Preparing new layout - moved hal+mbed-drivers to ./hal 2016-04-05 16:26:29 +01:00
core_caInstr.h Preparing new layout - moved hal+mbed-drivers to ./hal 2016-04-05 16:26:29 +01:00
core_ca_mmu.h Preparing new layout - moved hal+mbed-drivers to ./hal 2016-04-05 16:26:29 +01:00
core_cm0.h Preparing new layout - moved hal+mbed-drivers to ./hal 2016-04-05 16:26:29 +01:00
core_cm0plus.h Preparing new layout - moved hal+mbed-drivers to ./hal 2016-04-05 16:26:29 +01:00
core_cm3.h Preparing new layout - moved hal+mbed-drivers to ./hal 2016-04-05 16:26:29 +01:00
core_cm4.h Preparing new layout - moved hal+mbed-drivers to ./hal 2016-04-05 16:26:29 +01:00
core_cm4_simd.h Preparing new layout - moved hal+mbed-drivers to ./hal 2016-04-05 16:26:29 +01:00
core_cm7.h Preparing new layout - moved hal+mbed-drivers to ./hal 2016-04-05 16:26:29 +01:00
core_cmFunc.h Preparing new layout - moved hal+mbed-drivers to ./hal 2016-04-05 16:26:29 +01:00
core_cmInstr.h Preparing new layout - moved hal+mbed-drivers to ./hal 2016-04-05 16:26:29 +01:00
core_cmSimd.h Preparing new layout - moved hal+mbed-drivers to ./hal 2016-04-05 16:26:29 +01:00
core_sc000.h Preparing new layout - moved hal+mbed-drivers to ./hal 2016-04-05 16:26:29 +01:00
core_sc300.h Preparing new layout - moved hal+mbed-drivers to ./hal 2016-04-05 16:26:29 +01:00