]> granicus.if.org Git - esp-idf/commitdiff
esp32: increase default event task stack size by 256 bytes
authorIvan Grokhotkov <ivan@espressif.com>
Wed, 31 Jan 2018 05:58:39 +0000 (13:58 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Sun, 11 Feb 2018 05:06:01 +0000 (13:06 +0800)
At debug log level, default event task stack size was not sufficient,
the stack was overflown by 232 bytes when WiFi connection happened.

components/esp32/Kconfig

index 57b0599d9d06f461a1ecbbdde16b6fd0e7df0849..4eb961c07d810b451cbc5c1132b8745e4a004c39 100644 (file)
@@ -281,7 +281,7 @@ config SYSTEM_EVENT_QUEUE_SIZE
 
 config SYSTEM_EVENT_TASK_STACK_SIZE
     int "Event loop task stack size"
-    default 2048
+    default 2304
     help
         Config system event task stack size in different application.