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

@@ -70,6 +70,9 @@
#elif defined(WOLFSSL_STM32N6)
#include <stm32n6xx_hal_conf.h>
#include <stm32n6xx_hal_pka.h>
#elif defined(WOLFSSL_STM32H5)
#include <stm32h5xx_hal_conf.h>
#include <stm32h5xx_hal_pka.h>
#else
#error Please add the hal_pk.h include
#endif