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 committed Dec 14, 2023
1 parent 38db021 commit 3458971
Show file tree
Hide file tree
Showing 4 changed files with 6 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
1 change: 1 addition & 0 deletions tests/sys/psa_crypto_ecdsa/Makefile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ BOARD_INSUFFICIENT_MEMORY := \
atmega8 \
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
1 change: 1 addition & 0 deletions tests/sys/psa_crypto_eddsa/Makefile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ BOARD_INSUFFICIENT_MEMORY := \
atmega8 \
nucleo-l011k4 \
samd10-xmini \
stk3200 \
stm32f030f4-demo \
#

0 comments on commit 3458971

Please sign in to comment.