mbed-os/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F429xI
Jaeden Amero 612b148fd4 stack: armc: Workaround config passing bug
Workaround a bug where the boot stack size configuration option is not
passed on to armlink, the Arm Compiler's linker. Prefer
MBED_CONF_TARGET_BOOT_STACK_SIZE if present, as this is what the
configuration system should provide. Fall back to MBED_BOOT_STACK_SIZE
if MBED_CONF_TARGET_BOOT_STACK_SIZE is not defined, as in the case of
buggy tools. If both MBED_CONF_TARGET_BOOT_STACK_SIZE and
MBED_BOOT_STACK_SIZE are not defined, then we fall back to a hard-coded
value provided by the linkerscript. See
https://github.com/ARMmbed/mbed-os/issues/13474 for more information.
2020-09-10 10:08:38 +01:00
..
TARGET_DISCO_F429ZI STM32F4 baremetal support 2020-06-09 10:25:41 +02:00
TARGET_NUCLEO_F429ZI STM32F4 bypass PLL configuration when already done by bootloader 2020-05-05 18:06:10 +02:00
TOOLCHAIN_ARM stack: armc: Workaround config passing bug 2020-09-10 10:08:38 +01:00
TOOLCHAIN_GCC_ARM Use boot stack size from config system 2020-09-10 10:08:38 +01:00
TOOLCHAIN_IAR Use boot stack size from config system 2020-09-10 10:08:38 +01:00
cmsis_nvic.h STM32F4 baremetal support 2020-06-09 10:25:41 +02:00
flash_data.h STM32F4 restructuration for better maintenance 2020-03-30 16:03:59 +02:00
objects.h STM32: move can_s definition to common_objects.h 2017-09-05 10:27:21 +02:00
system_init_pre.c STM32F4 restructuration for better maintenance 2020-03-30 16:03:59 +02:00
us_ticker_data.h STM32F4 restructuration for better maintenance 2020-03-30 16:03:59 +02:00