rt_low_level_gcc.inc 243 字节
Newer Older
1 2 3 4 5 6 7
//;--------- Stack size of CPU modes -------------------------------------------
.equ UND_STK_SIZE,    2048
.equ SVC_STK_SIZE,    4096
.equ ABT_STK_SIZE,    2048
.equ IRQ_STK_SIZE,    4096
.equ FIQ_STK_SIZE,    4096
.equ SYS_STK_SIZE,    2048