We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ede286 commit abcbc2bCopy full SHA for abcbc2b
2 files changed
.github/workflows/test-configs.yml
@@ -546,6 +546,12 @@ jobs:
546
arch: arm
547
config-file: ./config/examples/stm32wb.config
548
549
+ stm32wb_wolfhal_test:
550
+ uses: ./.github/workflows/test-build.yml
551
+ with:
552
+ arch: arm
553
+ config-file: ./config/examples/stm32wb-wolfhal.config
554
+
555
# TODO: ti-tms570lc435.config requires F021 Flash API (Windows installer only)
556
# ti_tms570lc435_test:
557
# uses: ./.github/workflows/test-build-ti-hercules.yml
hal/wolfHAL/stm32wb55_nucleo.c
@@ -11,7 +11,6 @@
11
whal_Clock wbClockController;
12
whal_Flash wbFlash;
13
14
-
15
/* Core clock controller (MSI -> PLL -> SYSCLK at 64 MHz). */
16
whal_Clock wbClockController = {
17
WHAL_STM32WB55_RCC_PLL_DEVICE,
0 commit comments