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:
commit
6a6cbb8d88
@ -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
|
||||
|
||||
|
||||
@ -1,2 +1,4 @@
|
||||
USEMODULE += random
|
||||
USEPKG += tweetnacl
|
||||
|
||||
CFLAGS += -DTHREAD_STACKSIZE_MAIN=\(2*THREAD_STACKSIZE_DEFAULT+THREAD_EXTRA_STACKSIZE_PRINTF\)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user