1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

tests/sys/psa_crypto_*: increase stack size for sw ecc tests

This commit is contained in:
Lena Boeckmann 2023-12-13 13:39:26 +01:00 committed by Marian Buschsieweke
parent 38db021456
commit 359cacd62c
No known key found for this signature in database
GPG Key ID: 77AA882EC78084E6
4 changed files with 8 additions and 0 deletions

View File

@ -17,4 +17,6 @@ endif
SHOULD_RUN_KCONFIG :=
CFLAGS += -DTHREAD_STACKSIZE_MAIN=4096
include $(RIOTBASE)/Makefile.include

View File

@ -6,7 +6,9 @@ BOARD_INSUFFICIENT_MEMORY := \
atmega328p \
atmega328p-xplained-mini \
atmega8 \
nucleo-f031k6 \
nucleo-l011k4 \
samd10-xmini \
stk3200 \
stm32f030f4-demo \
#

View File

@ -15,4 +15,6 @@ endif
SHOULD_RUN_KCONFIG :=
CFLAGS += -DTHREAD_STACKSIZE_MAIN=4096
include $(RIOTBASE)/Makefile.include

View File

@ -6,7 +6,9 @@ BOARD_INSUFFICIENT_MEMORY := \
atmega328p \
atmega328p-xplained-mini \
atmega8 \
nucleo-f031k6 \
nucleo-l011k4 \
samd10-xmini \
stk3200 \
stm32f030f4-demo \
#