|
65 | 65 | - xtensa-nxp_imx8ulp_adsp_zephyr-elf |
66 | 66 | - xtensa-nxp_rt500_adsp_zephyr-elf |
67 | 67 | - xtensa-nxp_rt600_adsp_zephyr-elf |
| 68 | + - xtensa-nxp_rt700_hifi1_zephyr-elf |
68 | 69 | - xtensa-sample_controller_zephyr-elf |
69 | 70 | debug: |
70 | 71 | description: 'Debug' |
@@ -179,6 +180,7 @@ jobs: |
179 | 180 | xtensa-nxp_imx8ulp_adsp_zephyr-elf) build_target_xtensa_nxp_imx8ulp_adsp_zephyr_elf="y";; |
180 | 181 | xtensa-nxp_rt500_adsp_zephyr-elf) build_target_xtensa_nxp_rt500_adsp_zephyr_elf="y";; |
181 | 182 | xtensa-nxp_rt600_adsp_zephyr-elf) build_target_xtensa_nxp_rt600_adsp_zephyr_elf="y";; |
| 183 | + xtensa-nxp_rt700_hifi1_zephyr-elf) build_target_xtensa_nxp_rt700_hifi1_zephyr_elf="y";; |
182 | 184 | xtensa-sample_controller_zephyr-elf) build_target_xtensa_sample_controller_zephyr_elf="y";; |
183 | 185 | esac |
184 | 186 |
|
@@ -221,6 +223,7 @@ jobs: |
221 | 223 | build_target_xtensa_nxp_imx8ulp_adsp_zephyr_elf="y" |
222 | 224 | build_target_xtensa_nxp_rt500_adsp_zephyr_elf="y" |
223 | 225 | build_target_xtensa_nxp_rt600_adsp_zephyr_elf="y" |
| 226 | + build_target_xtensa_nxp_rt700_hifi1_zephyr_elf="y" |
224 | 227 | build_target_xtensa_sample_controller_zephyr_elf="y" |
225 | 228 | fi |
226 | 229 |
|
@@ -303,6 +306,7 @@ jobs: |
303 | 306 | [ "${build_target_xtensa_nxp_imx8ulp_adsp_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-nxp_imx8ulp_adsp_zephyr-elf",' |
304 | 307 | [ "${build_target_xtensa_nxp_rt500_adsp_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-nxp_rt500_adsp_zephyr-elf",' |
305 | 308 | [ "${build_target_xtensa_nxp_rt600_adsp_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-nxp_rt600_adsp_zephyr-elf",' |
| 309 | + [ "${build_target_xtensa_nxp_rt700_hifi1_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-nxp_rt700_hifi1_zephyr-elf",' |
306 | 310 | [ "${build_target_xtensa_sample_controller_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-sample_controller_zephyr-elf",' |
307 | 311 | MATRIX_TARGETS+=']' |
308 | 312 |
|
@@ -1579,6 +1583,10 @@ jobs: |
1579 | 1583 | # xtensa-nxp_rt600_adsp_zephyr-elf is untested because no |
1580 | 1584 | # upstream user platform is currently available. |
1581 | 1585 | ;; |
| 1586 | + xtensa-nxp_rt700_hifi1_zephyr-elf) |
| 1587 | + # xtensa-nxp_rt700_hifi1_zephyr-elf is untested because no |
| 1588 | + # upstream user platform is currently available. |
| 1589 | + ;; |
1582 | 1590 | xtensa-sample_controller_zephyr-elf) |
1583 | 1591 | PLATFORM_ARGS+="-p qemu_xtensa " |
1584 | 1592 | ;; |
|
0 commit comments