提交 cc30bd37 编写于 作者: 还_没_想_好's avatar 还_没_想_好

[bsp][qemu]更改中断栈大小为2048

上级 b4652091
...@@ -34,11 +34,11 @@ ...@@ -34,11 +34,11 @@
.equ F_Bit, 0x40 @ when F bit is set, FIQ is disabled .equ F_Bit, 0x40 @ when F bit is set, FIQ is disabled
.equ UND_Stack_Size, 0x00000000 .equ UND_Stack_Size, 0x00000000
.equ SVC_Stack_Size, 0x00000100 .equ SVC_Stack_Size, 0x00000400
.equ ABT_Stack_Size, 0x00000000 .equ ABT_Stack_Size, 0x00000000
.equ RT_FIQ_STACK_PGSZ, 0x00000000 .equ RT_FIQ_STACK_PGSZ, 0x00000000
.equ RT_IRQ_STACK_PGSZ, 0x00000100 .equ RT_IRQ_STACK_PGSZ, 0x00000800
.equ USR_Stack_Size, 0x00000100 .equ USR_Stack_Size, 0x00000400
#define ISR_Stack_Size (UND_Stack_Size + SVC_Stack_Size + ABT_Stack_Size + \ #define ISR_Stack_Size (UND_Stack_Size + SVC_Stack_Size + ABT_Stack_Size + \
RT_FIQ_STACK_PGSZ + RT_IRQ_STACK_PGSZ) RT_FIQ_STACK_PGSZ + RT_IRQ_STACK_PGSZ)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册