1
0
mirror of https://github.com/elua/elua.git synced 2025-01-08 20:56:17 +08:00

XMC47: Adjust stack size

This commit is contained in:
Raman 2016-08-23 07:36:55 +05:30
parent 2357a11f06
commit 6570100c42

View File

@ -54,7 +54,7 @@ OUTPUT_FORMAT("elf32-littlearm")
OUTPUT_ARCH(arm)
ENTRY(Reset_Handler)
stack_size = DEFINED(stack_size) ? stack_size : 2048;
stack_size = DEFINED(stack_size) ? stack_size : 10240;
no_init_size = 64;
MEMORY