mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-26 19:22:20 +01:00
Add STM32H5 PKA support.
This commit is contained in:
committed by
Daniele Lacamera
parent
fe7b6f1651
commit
dcafe9adf2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user