88
99jobs :
1010
11- # TODO: cypsoc6.config requires cy_device_headers.h
11+ # TODO: cypsoc6.config requires cy_device_headers.h and component defines
1212 # cypsoc6_test:
13- # uses: ./.github/workflows/test-build.yml
13+ # uses: ./.github/workflows/test-build-psoc6 .yml
1414 # with:
1515 # arch: arm
1616 # config-file: ./config/examples/cypsoc6.config
1717
18- # TODO: hifive.config requires RISC-V compiler
19- # hifive1_test:
20- # uses: ./.github/workflows/test-build.yml
21- # with:
22- # arch: riscv
23- # config-file: ./config/examples/hifive.config
24- #
25- #
18+ hifive1_test :
19+ uses : ./.github/workflows/test-build-riscv.yml
20+ with :
21+ arch : riscv
22+ config-file : ./config/examples/hifive1.config
23+
2624 sama5d3_test :
2725 uses : ./.github/workflows/test-build.yml
2826 with :
9391 config-file : ./config/examples/imx-rt1064.config
9492 make-args : PKA=1 NO_ARM_ASM=1
9593
94+ imx_rt1060_hab_test :
95+ uses : ./.github/workflows/test-build-mcux-sdk.yml
96+ with :
97+ arch : arm
98+ config-file : ./config/examples/imx-rt1060_hab.config
99+
96100 kinetis_k64f_test :
97101 uses : ./.github/workflows/test-build-mcux-sdk.yml
98102 with :
@@ -172,6 +176,20 @@ jobs:
172176 arch : ppc
173177 config-file : ./config/examples/nxp-t2080.config
174178
179+ nxp_ls1028a_test :
180+ uses : ./.github/workflows/test-build.yml
181+ with :
182+ arch : aarch64
183+ config-file : ./config/examples/nxp-ls1028a.config
184+ make-args : CROSS_COMPILE=aarch64-linux-gnu-
185+
186+ nxp_ls1028a_tpm_test :
187+ uses : ./.github/workflows/test-build.yml
188+ with :
189+ arch : aarch64
190+ config-file : ./config/examples/nxp-ls1028a-tpm.config
191+ make-args : CROSS_COMPILE=aarch64-linux-gnu-
192+
175193 nxp_mcxa_test :
176194 uses : ./.github/workflows/test-build-mcux-sdk.yml
177195 with :
@@ -191,6 +209,13 @@ jobs:
191209 config-file : ./config/examples/raspi3.config
192210 make-args : wolfboot.bin CROSS_COMPILE=aarch64-linux-gnu-
193211
212+ raspi3_encrypted_test :
213+ uses : ./.github/workflows/test-build.yml
214+ with :
215+ arch : aarch64
216+ config-file : ./config/examples/raspi3-encrypted.config
217+ make-args : wolfboot.bin CROSS_COMPILE=aarch64-linux-gnu-
218+
194219 sim_tfm_smallstack_test :
195220 uses : ./.github/workflows/test-build.yml
196221 with :
@@ -375,12 +400,12 @@ jobs:
375400 arch : arm
376401 config-file : ./config/examples/stm32l0.config
377402
378- # TODO: stm32l4-cube.config requires Cube HAL
379- # stm32l4_cube_test:
380- # uses: ./.github/workflows/test-build.yml
381- # with:
382- # arch: arm
383- # config-file: ./config/examples/stm32l4-cube.config
403+ stm32l4_cube_test :
404+ uses : ./.github/workflows/test-build-stm32cube.yml
405+ with :
406+ arch : arm
407+ config-file : ./config/examples/stm32l4-cube.config
408+ cube-repo : STMicroelectronics/STM32CubeL4
384409
385410 stm32l5_nonsecure_dualbank_test :
386411 uses : ./.github/workflows/test-build.yml
@@ -436,12 +461,13 @@ jobs:
436461 arch : arm
437462 config-file : ./config/examples/stm32wb-delta.config
438463
439- # TODO: stm32wb-pka-1mb.config requires STM32 HAL #include "stm32wbxx_hal.h
440- # stm32wb_pka_1mb_test:
441- # uses: ./.github/workflows/test-build.yml
442- # with:
443- # arch: arm
444- # config-file: ./config/examples/stm32wb-pka-1mb.config
464+ stm32wb_pka_1mb_test :
465+ uses : ./.github/workflows/test-build-stm32cube.yml
466+ with :
467+ arch : arm
468+ config-file : ./config/examples/stm32wb-pka-1mb.config
469+ cube-repo : STMicroelectronics/STM32CubeWB
470+ make-args : PKA=1 NO_ARM_ASM=1
445471
446472 stm32wb_tpm_test :
447473 uses : ./.github/workflows/test-build.yml
@@ -473,7 +499,12 @@ jobs:
473499 arch : arm
474500 config-file : ./config/examples/stm32wb.config
475501
476- # TODO: ti-tms570lc435.config requires CCS_ROOT
502+ # TODO: ti-tms570lc435.config requires F021 Flash API (Windows installer only)
503+ # ti_tms570lc435_test:
504+ # uses: ./.github/workflows/test-build-ti-hercules.yml
505+ # with:
506+ # arch: arm
507+ # config-file: ./config/examples/ti-tms570lc435.config
477508
478509 # Cannot run on CI without the SDK (see VORAGO_SDK_DIR)
479510 # vorago_va416x0_test:
0 commit comments