Add STM32H5 PKA support.

This commit is contained in:
David Garske
2025-10-02 16:09:43 -07:00
committed by Daniele Lacamera
parent fe7b6f1651
commit dcafe9adf2
3 changed files with 65 additions and 37 deletions

View File

@@ -221,6 +221,7 @@ extern ${variable.value} ${variable.name};
#define WOLFSSL_STM32H5
#define STM32_HAL_V2
#undef NO_STM32_HASH
#define WOLFSSL_STM32_PKA
#ifndef HAL_CONSOLE_UART
#define HAL_CONSOLE_UART huart3
#endif