mbed-os/tools/toolchains
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
..
__init__.py Add framework for configuring boot stack size 2018-09-07 16:31:49 +01:00
arm.py Disabling DSP and FPU for Cortex-M33 2018-08-23 09:06:20 -05:00
gcc.py Merge pull request #7792 from deepikabhavnani/fix_m33 2018-08-28 10:09:28 -05:00
iar.py Merge pull request #7061 from TTornblom/master 2018-07-20 08:02:44 -05:00