File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -546,6 +546,12 @@ jobs:
546546 arch : arm
547547 config-file : ./config/examples/stm32wb.config
548548
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+
549555 # TODO: ti-tms570lc435.config requires F021 Flash API (Windows installer only)
550556 # ti_tms570lc435_test:
551557 # uses: ./.github/workflows/test-build-ti-hercules.yml
Original file line number Diff line number Diff line change @@ -359,5 +359,3 @@ uint32_t HAL_GetTick(void)
359359}
360360
361361#endif
362-
363- #endif
Original file line number Diff line number Diff line change 1111whal_Clock wbClockController ;
1212whal_Flash wbFlash ;
1313
14-
1514/* Core clock controller (MSI -> PLL -> SYSCLK at 64 MHz). */
1615whal_Clock wbClockController = {
1716 WHAL_STM32WB55_RCC_PLL_DEVICE ,
You can’t perform that action at this time.
0 commit comments