mirror of
https://github.com/kelvinlawson/atomthreads.git
synced 2026-01-11 18:33:16 +01:00
dm36x: system.ld, increase stack sizes.
This commit is contained in:
@@ -11,12 +11,12 @@ MEMORY
|
||||
EXTERN(__interrupt_vector_table);
|
||||
|
||||
|
||||
C_STACK_SIZE = 512;
|
||||
IRQ_STACK_SIZE = 256;
|
||||
FIQ_STACK_SIZE = 256;
|
||||
SVC_STACK_SIZE = 512;
|
||||
ABT_STACK_SIZE = 256;
|
||||
UND_STACK_SIZE = 256;
|
||||
C_STACK_SIZE = 4096;
|
||||
IRQ_STACK_SIZE = 4096;
|
||||
FIQ_STACK_SIZE = 2048;
|
||||
SVC_STACK_SIZE = 4096;
|
||||
ABT_STACK_SIZE = 2048;
|
||||
UND_STACK_SIZE = 2048;
|
||||
|
||||
SECTIONS
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user