Skip to content

Commit 510d872

Browse files
committed
ci: Enable testing of xtensa-nxp_rt500_adsp_zephyr-elf
This commit enables the testing of the NXP RT500 ADSP toolchain. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
1 parent 70a5378 commit 510d872

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1568,6 +1568,9 @@ jobs:
15681568
xtensa-nxp_imx8ulp_adsp_zephyr-elf)
15691569
PLATFORM_ARGS+="-p imx8ulp_evk/mimx8ud7/adsp "
15701570
;;
1571+
xtensa-nxp_rt500_adsp_zephyr-elf)
1572+
PLATFORM_ARGS+="-p mimxrt595_evk/mimxrt595s/f1 "
1573+
;;
15711574
xtensa-sample_controller_zephyr-elf)
15721575
PLATFORM_ARGS+="-p qemu_xtensa "
15731576
;;

0 commit comments

Comments
 (0)