renesas / fsp

Flexible Software Package (FSP) for Renesas RA MCU Family
https://renesas.github.io/fsp/
Other
182 stars 82 forks source link

rm_psa_crypto: build failure on RA4T1 , RA4E2, RA6E1, and RA6T3 #335

Closed SeanMeng0509 closed 1 month ago

SeanMeng0509 commented 6 months ago

Issue

When building the "mbedTLS (Crypto Only)" module on RA4T1 , RA4E2, RA6E1, and RA6T3, there may be errors due to incorrectly generated mbedtls/config.h. This is because MBEDTLS ECDH ALT was incorrectly configured on these MCUs.

Workaround

  1. open configuration.xml with XML Editor
  2. find property "config.driver.psa_crypto.mbedtls_ecdh_alt"
  3. change its value to 0 image
SeanMeng0509 commented 1 month ago

This is being internally tracked using FSPRA-2219