linker script: bump stack size to 64k

for all the network buffers
multiprocessing
Astro 2019-06-22 00:48:54 +02:00
parent a4be03bee9
commit 98947961c6
1 changed files with 1 additions and 1 deletions

2
link.x
View File

@ -1,6 +1,6 @@
ENTRY(_boot_cores);
STACK_SIZE = 0x2000 - 8;
STACK_SIZE = 0x10000 - 8;
/* Provide some defaults */
PROVIDE(Reset = _boot_cores);