mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
tests/pkg_micro-ecc: increase stacksize
This commit is contained in:
parent
a0d9694f00
commit
35e778901d
@ -4,3 +4,8 @@ USEMODULE += hashes
|
|||||||
USEPKG += micro-ecc
|
USEPKG += micro-ecc
|
||||||
|
|
||||||
include $(RIOTBASE)/Makefile.include
|
include $(RIOTBASE)/Makefile.include
|
||||||
|
|
||||||
|
# Increase Stack size for AVR
|
||||||
|
ifneq (,$(filter avr8_common,$(USEMODULE)))
|
||||||
|
CFLAGS += -DTHREAD_STACKSIZE_MAIN=THREAD_STACKSIZE_LARGE
|
||||||
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user