|
57 | 57 | - xtensa-intel_tgl_adsp_zephyr-elf
|
58 | 58 | - xtensa-nxp_imx_adsp_zephyr-elf
|
59 | 59 | - xtensa-nxp_imx8m_adsp_zephyr-elf
|
| 60 | + - xtensa-nxp_rt500_adsp_zephyr-elf |
60 | 61 | - xtensa-sample_controller_zephyr-elf
|
61 | 62 | debug:
|
62 | 63 | description: 'Debug'
|
@@ -165,6 +166,7 @@ jobs:
|
165 | 166 | xtensa-intel_tgl_adsp_zephyr-elf) build_target_xtensa_intel_tgl_adsp_zephyr_elf="y";;
|
166 | 167 | xtensa-nxp_imx_adsp_zephyr-elf) build_target_xtensa_nxp_imx_adsp_zephyr_elf="y";;
|
167 | 168 | xtensa-nxp_imx8m_adsp_zephyr-elf) build_target_xtensa_nxp_imx8m_adsp_zephyr_elf="y";;
|
| 169 | + xtensa-nxp_rt500_adsp_zephyr-elf) build_target_xtensa_nxp_rt500_adsp_zephyr_elf="y";; |
168 | 170 | xtensa-sample_controller_zephyr-elf) build_target_xtensa_sample_controller_zephyr_elf="y";;
|
169 | 171 | esac
|
170 | 172 |
|
@@ -201,6 +203,7 @@ jobs:
|
201 | 203 | build_target_xtensa_intel_tgl_adsp_zephyr_elf="y"
|
202 | 204 | build_target_xtensa_nxp_imx_adsp_zephyr_elf="y"
|
203 | 205 | build_target_xtensa_nxp_imx8m_adsp_zephyr_elf="y"
|
| 206 | + build_target_xtensa_nxp_rt500_adsp_zephyr_elf="y" |
204 | 207 | build_target_xtensa_sample_controller_zephyr_elf="y"
|
205 | 208 | fi
|
206 | 209 |
|
@@ -277,6 +280,7 @@ jobs:
|
277 | 280 | [ "${build_target_xtensa_intel_tgl_adsp_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-intel_tgl_adsp_zephyr-elf",'
|
278 | 281 | [ "${build_target_xtensa_nxp_imx_adsp_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-nxp_imx_adsp_zephyr-elf",'
|
279 | 282 | [ "${build_target_xtensa_nxp_imx8m_adsp_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-nxp_imx8m_adsp_zephyr-elf",'
|
| 283 | + [ "${build_target_xtensa_nxp_rt500_adsp_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-nxp_rt500_adsp_zephyr-elf",' |
280 | 284 | [ "${build_target_xtensa_sample_controller_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-sample_controller_zephyr-elf",'
|
281 | 285 | MATRIX_TARGETS+=']'
|
282 | 286 |
|
@@ -1537,6 +1541,9 @@ jobs:
|
1537 | 1541 | xtensa-nxp_imx8m_adsp_zephyr-elf)
|
1538 | 1542 | PLATFORM_ARGS+="-p nxp_adsp_imx8m "
|
1539 | 1543 | ;;
|
| 1544 | + xtensa-nxp_rt500_adsp_zephyr-elf) |
| 1545 | + PLATFORM_ARGS+="-p nxp_adsp_rt500 " |
| 1546 | + ;; |
1540 | 1547 | xtensa-sample_controller_zephyr-elf)
|
1541 | 1548 | PLATFORM_ARGS+="-p qemu_xtensa "
|
1542 | 1549 | ;;
|
|
0 commit comments