Skip to content

Commit 70a5378

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

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1566,10 +1566,7 @@ jobs:
15661566
PLATFORM_ARGS+="-p imx8mp_evk/mimx8ml8/adsp "
15671567
;;
15681568
xtensa-nxp_imx8ulp_adsp_zephyr-elf)
1569-
# FIXME: Disabled because nxp_adsp_imx8ulp support has not been
1570-
# merged yet. Enable when zephyrproject-rtos/zephyr#63751
1571-
# is merged.
1572-
#PLATFORM_ARGS+="-p nxp_adsp_imx8ulp "
1569+
PLATFORM_ARGS+="-p imx8ulp_evk/mimx8ud7/adsp "
15731570
;;
15741571
xtensa-sample_controller_zephyr-elf)
15751572
PLATFORM_ARGS+="-p qemu_xtensa "

0 commit comments

Comments
 (0)