|
56 | 56 | - xtensa-espressif_esp32s3_zephyr-elf
|
57 | 57 | - xtensa-intel_ace15_mtpm_zephyr-elf
|
58 | 58 | - xtensa-intel_tgl_adsp_zephyr-elf
|
| 59 | + - xtensa-mt8195_adsp_zephyr-elf |
59 | 60 | - xtensa-nxp_imx_adsp_zephyr-elf
|
60 | 61 | - xtensa-nxp_imx8m_adsp_zephyr-elf
|
61 | 62 | - xtensa-nxp_rt500_adsp_zephyr-elf
|
@@ -166,6 +167,7 @@ jobs:
|
166 | 167 | xtensa-espressif_esp32s3_zephyr-elf) build_target_xtensa_espressif_esp32s3_zephyr_elf="y";;
|
167 | 168 | xtensa-intel_ace15_mtpm_zephyr-elf) build_target_xtensa_intel_ace15_mtpm_zephyr_elf="y";;
|
168 | 169 | xtensa-intel_tgl_adsp_zephyr-elf) build_target_xtensa_intel_tgl_adsp_zephyr_elf="y";;
|
| 170 | + xtensa-mt8195_adsp_zephyr-elf) build_target_xtensa_mt8195_adsp_zephyr_elf="y";; |
169 | 171 | xtensa-nxp_imx_adsp_zephyr-elf) build_target_xtensa_nxp_imx_adsp_zephyr_elf="y";;
|
170 | 172 | xtensa-nxp_imx8m_adsp_zephyr-elf) build_target_xtensa_nxp_imx8m_adsp_zephyr_elf="y";;
|
171 | 173 | xtensa-nxp_rt500_adsp_zephyr-elf) build_target_xtensa_nxp_rt500_adsp_zephyr_elf="y";;
|
@@ -204,6 +206,7 @@ jobs:
|
204 | 206 | build_target_xtensa_espressif_esp32s3_zephyr_elf="y"
|
205 | 207 | build_target_xtensa_intel_ace15_mtpm_zephyr_elf="y"
|
206 | 208 | build_target_xtensa_intel_tgl_adsp_zephyr_elf="y"
|
| 209 | + build_target_xtensa_mt8195_adsp_zephyr_elf="y" |
207 | 210 | build_target_xtensa_nxp_imx_adsp_zephyr_elf="y"
|
208 | 211 | build_target_xtensa_nxp_imx8m_adsp_zephyr_elf="y"
|
209 | 212 | build_target_xtensa_nxp_rt500_adsp_zephyr_elf="y"
|
@@ -282,6 +285,7 @@ jobs:
|
282 | 285 | [ "${build_target_xtensa_espressif_esp32s3_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-espressif_esp32s3_zephyr-elf",'
|
283 | 286 | [ "${build_target_xtensa_intel_ace15_mtpm_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-intel_ace15_mtpm_zephyr-elf",'
|
284 | 287 | [ "${build_target_xtensa_intel_tgl_adsp_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-intel_tgl_adsp_zephyr-elf",'
|
| 288 | + [ "${build_target_xtensa_mt8195_adsp_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-mt8195_adsp_zephyr-elf",' |
285 | 289 | [ "${build_target_xtensa_nxp_imx_adsp_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-nxp_imx_adsp_zephyr-elf",'
|
286 | 290 | [ "${build_target_xtensa_nxp_imx8m_adsp_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-nxp_imx8m_adsp_zephyr-elf",'
|
287 | 291 | [ "${build_target_xtensa_nxp_rt500_adsp_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-nxp_rt500_adsp_zephyr-elf",'
|
@@ -1542,6 +1546,9 @@ jobs:
|
1542 | 1546 | xtensa-intel_tgl_adsp_zephyr-elf)
|
1543 | 1547 | PLATFORM_ARGS+="-p intel_adsp_cavs25 "
|
1544 | 1548 | ;;
|
| 1549 | + xtensa-mt8195_adsp_zephyr-elf) |
| 1550 | + PLATFORM_ARGS+="-p mt8195_adsp " |
| 1551 | + ;; |
1545 | 1552 | xtensa-nxp_imx_adsp_zephyr-elf)
|
1546 | 1553 | PLATFORM_ARGS+="-p nxp_adsp_imx8 "
|
1547 | 1554 | ;;
|
|
0 commit comments