Skip to content

Commit

Permalink
tests/sys/psa_crypto_*: increase stack size for sw ecc tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Einhornhool authored and maribu committed Dec 16, 2023
1 parent 38db021 commit 359cacd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/sys/psa_crypto_ecdsa/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,6 @@ endif

SHOULD_RUN_KCONFIG :=

CFLAGS += -DTHREAD_STACKSIZE_MAIN=4096

include $(RIOTBASE)/Makefile.include
2 changes: 2 additions & 0 deletions tests/sys/psa_crypto_ecdsa/Makefile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ BOARD_INSUFFICIENT_MEMORY := \
atmega328p \
atmega328p-xplained-mini \
atmega8 \
nucleo-f031k6 \
nucleo-l011k4 \
samd10-xmini \
stk3200 \
stm32f030f4-demo \
#
2 changes: 2 additions & 0 deletions tests/sys/psa_crypto_eddsa/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@ endif

SHOULD_RUN_KCONFIG :=

CFLAGS += -DTHREAD_STACKSIZE_MAIN=4096

include $(RIOTBASE)/Makefile.include
2 changes: 2 additions & 0 deletions tests/sys/psa_crypto_eddsa/Makefile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ BOARD_INSUFFICIENT_MEMORY := \
atmega328p \
atmega328p-xplained-mini \
atmega8 \
nucleo-f031k6 \
nucleo-l011k4 \
samd10-xmini \
stk3200 \
stm32f030f4-demo \
#

0 comments on commit 359cacd

Please sign in to comment.