mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-26 15:03:53 +01:00
Merge pull request #20387 from benpicco/tests/pkg/edhoc_c-fix_CoAP_stack
tests/pkg/edhoc_c: bump CoAP thread stack size
This commit is contained in:
commit
ee0f6d711f
@ -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…
x
Reference in New Issue
Block a user