|
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 |
|
@@ -1587,6 +1591,10 @@ jobs:
|
1587 | 1591 | # xtensa-nxp_rt700_hifi1_zephyr-elf is untested because no
|
1588 | 1592 | # upstream user platform is currently available.
|
1589 | 1593 | ;;
|
| 1594 | + xtensa-nxp_rt700_hifi4_zephyr-elf) |
| 1595 | + # xtensa-nxp_rt700_hifi4_zephyr-elf is untested because no |
| 1596 | + # upstream user platform is currently available. |
| 1597 | + ;; |
1590 | 1598 | xtensa-sample_controller_zephyr-elf)
|
1591 | 1599 | PLATFORM_ARGS+="-p qemu_xtensa "
|
1592 | 1600 | ;;
|
|
0 commit comments