forked from Imagelibrary/rtems
Increased minimum stack size so all tests will run.
This commit is contained in:
@@ -678,7 +678,7 @@ SCORE_EXTERN unsigned8 _CPU_Trap_Table_area[ 8192 ]
|
||||
* stack frame.
|
||||
*/
|
||||
|
||||
#define CPU_STACK_MINIMUM_SIZE (1024*2 + 512)
|
||||
#define CPU_STACK_MINIMUM_SIZE (1024*4)
|
||||
|
||||
/*
|
||||
* CPU's worst alignment requirement for data types on a byte boundary. This
|
||||
|
||||
Reference in New Issue
Block a user