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

8 lines
233 B
PHP
Raw Normal View History

;--------- Stack size of CPU modes --------------------------------------------
#define UND_STK_SIZE 512
#define SVC_STK_SIZE 4096
#define ABT_STK_SIZE 512
#define IRQ_STK_SIZE 1024
#define FIQ_STK_SIZE 1024
#define SYS_STK_SIZE 512