Merge pull request #8550 from lealem47/STM32WBA

Add support for STM32WBA
This commit is contained in:
Chris Conlon
2025-03-21 09:58:17 -06:00
committed by GitHub
7 changed files with 77 additions and 10 deletions

View File

@@ -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