We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b465209 + cc30bd3 commit 7be20beCopy full SHA for 7be20be
bsp/qemu-vexpress-a9/cpu/start_gcc.S
@@ -34,11 +34,11 @@
34
.equ F_Bit, 0x40 @ when F bit is set, FIQ is disabled
35
36
.equ UND_Stack_Size, 0x00000000
37
-.equ SVC_Stack_Size, 0x00000100
+.equ SVC_Stack_Size, 0x00000400
38
.equ ABT_Stack_Size, 0x00000000
39
.equ RT_FIQ_STACK_PGSZ, 0x00000000
40
-.equ RT_IRQ_STACK_PGSZ, 0x00000100
41
-.equ USR_Stack_Size, 0x00000100
+.equ RT_IRQ_STACK_PGSZ, 0x00000800
+.equ USR_Stack_Size, 0x00000400
42
43
#define ISR_Stack_Size (UND_Stack_Size + SVC_Stack_Size + ABT_Stack_Size + \
44
RT_FIQ_STACK_PGSZ + RT_IRQ_STACK_PGSZ)
0 commit comments