mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-04-19 06:18:40 +02:00
Merge pull request #8550 from lealem47/STM32WBA
Add support for STM32WBA
This commit is contained in:
@@ -64,6 +64,9 @@
|
||||
#elif defined(WOLFSSL_STM32H7S)
|
||||
#include <stm32h7rsxx_hal_conf.h>
|
||||
#include <stm32h7rsxx_hal_pka.h>
|
||||
#elif defined(WOLFSSL_STM32WBA)
|
||||
#include <stm32wbaxx_hal_conf.h>
|
||||
#include <stm32wbaxx_hal_pka.h>
|
||||
#else
|
||||
#error Please add the hal_pk.h include
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user