mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
tests/pkg/edhoc_c: bump CoAP thread stack size
The CoAP thread stack size needs to be the same as the main thread stack size to accommodate the EDHOC stack requirements. This was lost when moving to the common CoAP server code.
This commit is contained in:
parent
ee624b5185
commit
7e48606399
@ -35,6 +35,7 @@ USEMODULE += xtimer
|
||||
# This is an optimized stack value based on testing, if you observe
|
||||
# a segmentation fault please increase this stack size.
|
||||
CFLAGS += -DTHREAD_STACKSIZE_MAIN=3*THREAD_STACKSIZE_LARGE
|
||||
CFLAGS += -DCONFIG_NANOCOAP_SERVER_STACK_SIZE=3*THREAD_STACKSIZE_LARGE
|
||||
|
||||
# Include responder code
|
||||
CONFIG_INITIATOR ?= 1
|
||||
|
Loading…
Reference in New Issue
Block a user