Skip to content

Commit

Permalink
Merge pull request #20465 from Einhornhool/pr/add-arduino-leonardo-to…
Browse files Browse the repository at this point in the history
…-blacklist

tests/sys/psa_crypto_se*: add arduino leonardo to board insufficient memory list
  • Loading branch information
benpicco authored Mar 13, 2024
2 parents 86ffeeb + 9c24e89 commit 102adbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/sys/psa_crypto_se_ecdsa/Makefile.ci
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
BOARD_INSUFFICIENT_MEMORY := \
arduino-duemilanove \
arduino-leonardo \
arduino-nano \
arduino-uno \
atmega328p \
Expand Down
1 change: 1 addition & 0 deletions tests/sys/psa_crypto_se_mac/Makefile.ci
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
BOARD_INSUFFICIENT_MEMORY := \
arduino-duemilanove \
arduino-leonardo \
arduino-nano \
arduino-uno \
atmega328p \
Expand Down

0 comments on commit 102adbb

Please sign in to comment.