mbed-os/targets/TARGET_Freescale/TARGET_KLXX/TARGET_KL46Z
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
..
device stack: armc: Workaround config passing bug 2020-09-10 10:08:38 +01:00
PeripheralNames.h restructure - Moved targets out to top level 2016-09-30 19:18:09 -05:00
PeripheralPins.c restructure - Moved targets out to top level 2016-09-30 19:18:09 -05:00
PinNames.h Changes in PR #7774 of PinNames.h should be reverted. This commit reverts those files excpet for K82F and K64F which are left as an example 2018-09-05 14:13:05 +03:00
device.h restructure - Moved targets out to top level 2016-09-30 19:18:09 -05:00
flash_api.c flash: fix flash algo generated - protect with DEVICE_FLASH 2017-03-26 17:59:40 +01:00
gpio_irq_api.c restructure - Moved targets out to top level 2016-09-30 19:18:09 -05:00
mbed_overrides.c restructure - Moved targets out to top level 2016-09-30 19:18:09 -05:00
serial_api.c Add HAL API for serial pinmap 2019-02-08 09:10:28 -06:00
spi_api.c Add HAL API for spi pinmap 2019-02-08 09:10:37 -06:00