Skip to content

Commit

Permalink
tests/nanocoap_cli: bump main stack size
Browse files Browse the repository at this point in the history
  • Loading branch information
benpicco committed Jun 7, 2022
1 parent 639dce8 commit b2c9052
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/nanocoap_cli/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ ifeq (,$(filter $(BOARD),$(LOW_MEMORY_BOARDS)))
# USEMODULE += vfs_auto_format
USEMODULE += shell_commands

# VFS operations require more stack on the main thread
CFLAGS += -DTHREAD_STACKSIZE_MAIN=THREAD_STACKSIZE_LARGE

# always enable auto-format for native
ifeq ($(BOARD),native)
USEMODULE += vfs_auto_format
Expand Down

0 comments on commit b2c9052

Please sign in to comment.