rt-thread-official/bsp/at91sam9260/platform/rt_low_level_gcc.inc

8 lines
243 B
PHP
Raw Normal View History

//;--------- 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