Skip to content

Commit 0743918

Browse files
committed
Add build test
1 parent 9ede286 commit 0743918

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/test-configs.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

hal/stm32wb.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -359,5 +359,3 @@ uint32_t HAL_GetTick(void)
359359
}
360360

361361
#endif
362-
363-
#endif

hal/wolfHAL/stm32wb55_nucleo.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
whal_Clock wbClockController;
1212
whal_Flash wbFlash;
1313

14-
1514
/* Core clock controller (MSI -> PLL -> SYSCLK at 64 MHz). */
1615
whal_Clock wbClockController = {
1716
WHAL_STM32WB55_RCC_PLL_DEVICE,

0 commit comments

Comments
 (0)