mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
tests/vfs_default: increase stack size for AVR
This avoids an stack overflow when using `vfs ls`.
This commit is contained in:
parent
b15af47f34
commit
0991702707
@ -4,6 +4,12 @@ USEMODULE += vfs_default
|
||||
USEMODULE += vfs_auto_format
|
||||
|
||||
USEMODULE += shell
|
||||
USEMODULE += ps
|
||||
USEMODULE += shell_commands
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
ifneq (,$(filter avr8_common,$(USEMODULE)))
|
||||
# the main thread stack on AVR is too small for the vfs shell command
|
||||
CFLAGS += -DTHREAD_STACKSIZE_MAIN=THREAD_STACKSIZE_LARGE
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user