More stack for system.
This commit is contained in:
parent
e6076e2c95
commit
ec4223d96a
@ -36,7 +36,7 @@
|
||||
|
||||
/* Define stack sizes for the kernel tasks included in the system image. */
|
||||
#define NO_STACK 0
|
||||
#define SMALL_STACK (128 * sizeof(char *))
|
||||
#define SMALL_STACK (256 * sizeof(char *))
|
||||
#define IDL_S SMALL_STACK /* 3 intr, 3 temps, 4 db for Intel */
|
||||
#define HRD_S NO_STACK /* dummy task, uses kernel stack */
|
||||
#define TSK_S SMALL_STACK /* system and clock task */
|
||||
|
Loading…
x
Reference in New Issue
Block a user