mirror of https://github.com/ARMmbed/mbed-os.git
Make the stack space as large as possible when compiling with ARMCC (because GCC does this automatically). See https://github.com/mbedmicro/mbed/issues/1246 for reference.
parent
d51db9039c
commit
81d2687d3e
|
@ -33,7 +33,7 @@ Stack_Size EQU 0x00000400
|
|||
|
||||
AREA STACK, NOINIT, READWRITE, ALIGN=3
|
||||
Stack_Mem SPACE Stack_Size
|
||||
__initial_sp
|
||||
__initial_sp EQU 0x20020000
|
||||
|
||||
|
||||
; <h> Heap Configuration
|
||||
|
|
|
@ -33,7 +33,7 @@ Stack_Size EQU 0x00000400
|
|||
|
||||
AREA STACK, NOINIT, READWRITE, ALIGN=3
|
||||
Stack_Mem SPACE Stack_Size
|
||||
__initial_sp
|
||||
__initial_sp EQU 0x20020000
|
||||
|
||||
|
||||
; <h> Heap Configuration
|
||||
|
|
|
@ -33,7 +33,7 @@ Stack_Size EQU 0x00000400
|
|||
|
||||
AREA STACK, NOINIT, READWRITE, ALIGN=3
|
||||
Stack_Mem SPACE Stack_Size
|
||||
__initial_sp
|
||||
__initial_sp EQU 0x20002000
|
||||
|
||||
|
||||
; <h> Heap Configuration
|
||||
|
|
|
@ -33,7 +33,7 @@ Stack_Size EQU 0x00000400
|
|||
|
||||
AREA STACK, NOINIT, READWRITE, ALIGN=3
|
||||
Stack_Mem SPACE Stack_Size
|
||||
__initial_sp
|
||||
__initial_sp EQU 0x20008000
|
||||
|
||||
|
||||
; <h> Heap Configuration
|
||||
|
|
|
@ -33,7 +33,7 @@ Stack_Size EQU 0x00000400
|
|||
|
||||
AREA STACK, NOINIT, READWRITE, ALIGN=3
|
||||
Stack_Mem SPACE Stack_Size
|
||||
__initial_sp
|
||||
__initial_sp EQU 0x20008000
|
||||
|
||||
|
||||
; <h> Heap Configuration
|
||||
|
|
|
@ -33,7 +33,7 @@ Stack_Size EQU 0x00000400
|
|||
|
||||
AREA STACK, NOINIT, READWRITE, ALIGN=3
|
||||
Stack_Mem SPACE Stack_Size
|
||||
__initial_sp
|
||||
__initial_sp EQU 0x20008000
|
||||
|
||||
|
||||
; <h> Heap Configuration
|
||||
|
|
|
@ -33,7 +33,7 @@ Stack_Size EQU 0x00000400
|
|||
|
||||
AREA STACK, NOINIT, READWRITE, ALIGN=3
|
||||
Stack_Mem SPACE Stack_Size
|
||||
__initial_sp
|
||||
__initial_sp EQU 0x20008000
|
||||
|
||||
|
||||
; <h> Heap Configuration
|
||||
|
|
|
@ -33,7 +33,7 @@ Stack_Size EQU 0x00000200
|
|||
|
||||
AREA STACK, NOINIT, READWRITE, ALIGN=3
|
||||
Stack_Mem SPACE Stack_Size
|
||||
__initial_sp
|
||||
__initial_sp EQU 0x20001000
|
||||
|
||||
|
||||
; <h> Heap Configuration
|
||||
|
|
Loading…
Reference in New Issue