mbed-os/targets
Russ Butler 1ead033423 Add framework for configuring boot stack size
Add the target config option "boot-stack-size" which is passed to the
linker as the define "MBED_BOOT_STACK_SIZE" so the linker can
adjust the stack accordingly. On mbed 2 the boot stack becomes the
main stack after boot.  On mbed 5 the boot stack becomes the
ISR stack after boot. Because of these different uses  the stack size
for mbed 2 is set to 4K by default while on mbed 5 it is set to 1k.

Additionally, the NRF5X family requires a larger interrupt stack size
due to the softdevice so the size  is increased to 2k on mbed 5 builds.
2018-09-07 16:31:49 +01:00
..
TARGET_ARM_FM replace hard-coded vector size with macro in linker scripts 2018-08-17 17:59:17 +01:00
TARGET_ARM_SSG Remove uVisor from mbed-os 2018-08-22 16:36:59 +03:00
TARGET_Analog_Devices Resolve adi_tmr_ConfigTimer api conflict in us_ticker.c for both EV_COG_AD4050LZ and EV_COG_AD3029LZ 2018-08-06 16:41:55 +10:00
TARGET_Atmel Add lp/us ticker_free() functions stub. 2018-07-25 08:58:38 +02:00
TARGET_Freescale 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
TARGET_Maxim Merge pull request #7669 from SigmaDeltaTechnologiesInc/master 2018-08-17 11:10:12 -05:00
TARGET_NORDIC Merge pull request #7995 from yossi2le/revert-pinnames-files 2018-09-06 13:20:43 -05:00
TARGET_NUVOTON 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
TARGET_NXP Merge pull request #7995 from yossi2le/revert-pinnames-files 2018-09-06 13:20:43 -05:00
TARGET_ONSEMI Remove uVisor from mbed-os 2018-08-22 16:36:59 +03:00
TARGET_RENESAS 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
TARGET_Realtek 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
TARGET_STM Merge pull request #7990 from maciejbocianski/qspi_small_fixes 2018-09-07 10:47:19 +02:00
TARGET_Silicon_Labs 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
TARGET_TOSHIBA Fix TMPM64B IAR linker file 2018-08-16 21:59:44 +03:00
TARGET_WICED WiFiInterface::get_target_default_instance() added to TARGET_WICED. 2018-07-31 15:54:20 +03:00
TARGET_WIZNET Add lp/us ticker_free() functions stub. 2018-07-25 08:58:38 +02:00
TARGET_ublox Add lp/us ticker_free() functions stub. 2018-07-25 08:58:38 +02:00
targets.json Add framework for configuring boot stack size 2018-09-07 16:31:49 +01:00