Skip to content
Snippets Groups Projects
Commit 04de1e75 authored by Gunar Schorcht's avatar Gunar Schorcht Committed by Schorcht
Browse files

cpu/esp8266: stack sizes tuned for esp_wifi

parent 642c48f8
No related branches found
No related tags found
No related merge requests found
......@@ -47,6 +47,9 @@ extern "C" {
#define THREAD_STACKSIZE_MAIN (3072)
#endif
#ifndef GNRC_IPV6_STACK_SIZE
#define GNRC_IPV6_STACK_SIZE (1536)
#endif
#ifndef GNRC_PKTDUMP_STACKSIZE
#define GNRC_PKTDUMP_STACKSIZE (THREAD_STACKSIZE_DEFAULT)
#endif
......@@ -74,6 +77,9 @@ extern "C" {
#define THREAD_STACKSIZE_MAIN (3072)
#endif
#ifndef GNRC_IPV6_STACK_SIZE
#define GNRC_IPV6_STACK_SIZE (1536)
#endif
#ifndef GNRC_PKTDUMP_STACKSIZE
#define GNRC_PKTDUMP_STACKSIZE (THREAD_STACKSIZE_DEFAULT)
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment