Skip to content

Commit

Permalink
Switch STM32C0 default config to ed25519
Browse files Browse the repository at this point in the history
  • Loading branch information
danielinux committed Apr 10, 2024
1 parent 12f8f75 commit caf9577
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions config/examples/stm32c0.config
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
ARCH?=ARM
TARGET?=stm32c0
#Supports ED25519/SHA384 or RSA2048/SHA256
SIGN?=RSA2048
HASH?=SHA256
#Supports ED25519/SHA384
# No longer supported: RSA2048/SHA256
SIGN?=ED25519
HASH?=SHA384
DEBUG?=0
VTOR?=1
CORTEX_M0?=1
Expand Down

0 comments on commit caf9577

Please sign in to comment.