Skip to content

Commit

Permalink
fix nucleo-l476rg build
Browse files Browse the repository at this point in the history
  • Loading branch information
mkannwischer committed Mar 26, 2024
1 parent c83565b commit c33fab9
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions mk/nucleo-l476rg.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,18 @@ OPENCM3_TARGET=lib/stm32/l4

EXCLUDED_SCHEMES = \
mupq/pqclean/crypto_kem/mceliece% \
mupq/crypto_sign/ov-Ip% \
mupq/crypto_sign/falcon-1024-tree% \
crypto_sign/ov-Ip%

mupq/crypto_sign/snova-43-25-16-2-esk% \
mupq/crypto_sign/snova-61-33-16-2-esk% \
mupq/crypto_sign/snova-60-10-16-4-esk% \
mupq/crypto_sign/snova-66-15-16-3-esk% \
mupq/crypto_sign/snova-49-11-16-3-esk% \
mupq/crypto_sign/snova-37-8-16-4-esk% \
mupq/crypto_sign/meds55604% \
mupq/crypto_sign/meds167717% \
mupq/crypto_sign/meds134180% \
mupq/crypto_sign/tuov% \
crypto_sign/ov-Ip% \

include mk/opencm3.mk

0 comments on commit c33fab9

Please sign in to comment.