1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 06:23:53 +01:00

Merge pull request #6485 from kYc0o/tweetnac_inc_stack

tests/unittests/tests-tweetnacl: increase needed stack
This commit is contained in:
Peter Kietzmann 2017-01-26 15:51:57 +01:00 committed by GitHub
commit 6a6cbb8d88
2 changed files with 4 additions and 1 deletions

View File

@ -12,7 +12,8 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon cc2650stk chronos ek-lm4f120xl \
nucleo-f030 nucleo-f070 nucleo-f091 pba-d-01-kw2x \
saml21-xpro microbit calliope-mini limifrog-v1 \
slwstk6220a ek-lm4f120xl stm32f3discovery \
slwstk6220a nucleo32-f042 nucleo32-f303 opencm9-04
slwstk6220a nucleo32-f042 nucleo32-f303 opencm9-04 \
seeeduino_arch-pro remote-pa remote-revb remote-reva
USEMODULE += embunit

View File

@ -1,2 +1,4 @@
USEMODULE += random
USEPKG += tweetnacl
CFLAGS += -DTHREAD_STACKSIZE_MAIN=\(2*THREAD_STACKSIZE_DEFAULT+THREAD_EXTRA_STACKSIZE_PRINTF\)