|
66 | 66 | - xtensa-nxp_rt500_adsp_zephyr-elf |
67 | 67 | - xtensa-nxp_rt600_adsp_zephyr-elf |
68 | 68 | - xtensa-nxp_rt700_hifi1_zephyr-elf |
| 69 | + - xtensa-nxp_rt700_hifi4_zephyr-elf |
69 | 70 | - xtensa-sample_controller_zephyr-elf |
70 | 71 | debug: |
71 | 72 | description: 'Debug' |
@@ -181,6 +182,7 @@ jobs: |
181 | 182 | xtensa-nxp_rt500_adsp_zephyr-elf) build_target_xtensa_nxp_rt500_adsp_zephyr_elf="y";; |
182 | 183 | xtensa-nxp_rt600_adsp_zephyr-elf) build_target_xtensa_nxp_rt600_adsp_zephyr_elf="y";; |
183 | 184 | xtensa-nxp_rt700_hifi1_zephyr-elf) build_target_xtensa_nxp_rt700_hifi1_zephyr_elf="y";; |
| 185 | + xtensa-nxp_rt700_hifi4_zephyr-elf) build_target_xtensa_nxp_rt700_hifi4_zephyr_elf="y";; |
184 | 186 | xtensa-sample_controller_zephyr-elf) build_target_xtensa_sample_controller_zephyr_elf="y";; |
185 | 187 | esac |
186 | 188 |
|
@@ -224,6 +226,7 @@ jobs: |
224 | 226 | build_target_xtensa_nxp_rt500_adsp_zephyr_elf="y" |
225 | 227 | build_target_xtensa_nxp_rt600_adsp_zephyr_elf="y" |
226 | 228 | build_target_xtensa_nxp_rt700_hifi1_zephyr_elf="y" |
| 229 | + build_target_xtensa_nxp_rt700_hifi4_zephyr_elf="y" |
227 | 230 | build_target_xtensa_sample_controller_zephyr_elf="y" |
228 | 231 | fi |
229 | 232 |
|
@@ -307,6 +310,7 @@ jobs: |
307 | 310 | [ "${build_target_xtensa_nxp_rt500_adsp_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-nxp_rt500_adsp_zephyr-elf",' |
308 | 311 | [ "${build_target_xtensa_nxp_rt600_adsp_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-nxp_rt600_adsp_zephyr-elf",' |
309 | 312 | [ "${build_target_xtensa_nxp_rt700_hifi1_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-nxp_rt700_hifi1_zephyr-elf",' |
| 313 | + [ "${build_target_xtensa_nxp_rt700_hifi4_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-nxp_rt700_hifi4_zephyr-elf",' |
310 | 314 | [ "${build_target_xtensa_sample_controller_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-sample_controller_zephyr-elf",' |
311 | 315 | MATRIX_TARGETS+=']' |
312 | 316 |
|
@@ -1596,6 +1600,10 @@ jobs: |
1596 | 1600 | # xtensa-nxp_rt700_hifi1_zephyr-elf is untested because no |
1597 | 1601 | # upstream user platform is currently available. |
1598 | 1602 | ;; |
| 1603 | + xtensa-nxp_rt700_hifi4_zephyr-elf) |
| 1604 | + # xtensa-nxp_rt700_hifi4_zephyr-elf is untested because no |
| 1605 | + # upstream user platform is currently available. |
| 1606 | + ;; |
1599 | 1607 | xtensa-sample_controller_zephyr-elf) |
1600 | 1608 | PLATFORM_ARGS+="-p qemu_xtensa " |
1601 | 1609 | ;; |
|
0 commit comments