We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28f4b95 commit e38b215Copy full SHA for e38b215
pico_w/wifi/freertos/FreeRTOSConfig_examples_common.h
@@ -47,7 +47,7 @@
47
#define configUSE_TICK_HOOK 0
48
#define configTICK_RATE_HZ ( ( TickType_t ) 1000 )
49
#define configMAX_PRIORITIES 32
50
-#define configMINIMAL_STACK_SIZE ( configSTACK_DEPTH_TYPE ) 256
+#define configMINIMAL_STACK_SIZE ( configSTACK_DEPTH_TYPE ) 512
51
#define configUSE_16_BIT_TICKS 0
52
53
#define configIDLE_SHOULD_YIELD 1
pico_w/wifi/freertos/ping/lwipopts.h
@@ -9,7 +9,7 @@
9
10
#if !NO_SYS
11
#define TCPIP_THREAD_STACKSIZE 1024
12
-#define DEFAULT_THREAD_STACKSIZE 1024
+#define DEFAULT_THREAD_STACKSIZE 2048
13
#define DEFAULT_RAW_RECVMBOX_SIZE 8
14
#define TCPIP_MBOX_SIZE 8
15
#define LWIP_TIMEVAL_PRIVATE 0
0 commit comments