Skip to content

Commit 084643f

Browse files
nordicjmde-nordic
authored andcommitted
workflows: zephyr: Fix zephyr builds
Fixes zephyr builds by adding the TI hal module to the allow list Signed-off-by: Jamie McCrae <[email protected]>
1 parent 17a6ecd commit 084643f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/zephyr_build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
base-path: repos/zephyr
7676
toolchains: arm-zephyr-eabi
7777
sdk-version: 0.17.4
78-
west-project-filter: -.*,+cmsis,+cmsis_6,+hal_nordic,+hal_nxp,+hal_stm32,+libmetal,+littlefs,+mbedtls,+mcuboot,+open-amp,+tinycrypt,+trusted-firmware-m,+zcbor
78+
west-project-filter: -.*,+cmsis,+cmsis_6,+hal_nordic,+hal_nxp,+hal_stm32,+hal_ti,+libmetal,+littlefs,+mbedtls,+mcuboot,+open-amp,+tinycrypt,+trusted-firmware-m,+zcbor
7979
ccache-max-size: 768MB
8080

8181
- name: Checkout MCUBoot

0 commit comments

Comments
 (0)