|
53 | 53 | - sparc-zephyr-elf
|
54 | 54 | - x86_64-zephyr-elf
|
55 | 55 | - xtensa-amd_acp_6_0_adsp_zephyr-elf
|
| 56 | + - xtensa-amd_acp_7_0_adsp_zephyr-elf |
56 | 57 | - xtensa-amd_acp_7_3_adsp_zephyr-elf
|
57 | 58 | - xtensa-dc233c_zephyr-elf
|
58 | 59 | - xtensa-espressif_esp32_zephyr-elf
|
@@ -179,6 +180,7 @@ jobs:
|
179 | 180 | sparc-zephyr-elf) build_target_sparc_zephyr_elf="y";;
|
180 | 181 | x86_64-zephyr-elf) build_target_x86_64_zephyr_elf="y";;
|
181 | 182 | xtensa-amd_acp_6_0_adsp_zephyr-elf) build_target_xtensa_amd_acp_6_0_adsp_zephyr_elf="y";;
|
| 183 | + xtensa-amd_acp_7_0_adsp_zephyr-elf) build_target_xtensa_amd_acp_7_0_adsp_zephyr_elf="y";; |
182 | 184 | xtensa-amd_acp_7_3_adsp_zephyr-elf) build_target_xtensa_amd_acp_7_3_adsp_zephyr_elf="y";;
|
183 | 185 | xtensa-dc233c_zephyr-elf) build_target_xtensa_dc233c_zephyr_elf="y";;
|
184 | 186 | xtensa-espressif_esp32_zephyr-elf) build_target_xtensa_espressif_esp32_zephyr_elf="y";;
|
@@ -229,6 +231,7 @@ jobs:
|
229 | 231 | build_target_sparc_zephyr_elf="y"
|
230 | 232 | build_target_x86_64_zephyr_elf="y"
|
231 | 233 | build_target_xtensa_amd_acp_6_0_adsp_zephyr_elf="y"
|
| 234 | + build_target_xtensa_amd_acp_7_0_adsp_zephyr_elf="y" |
232 | 235 | build_target_xtensa_amd_acp_7_3_adsp_zephyr_elf="y"
|
233 | 236 | build_target_xtensa_dc233c_zephyr_elf="y"
|
234 | 237 | build_target_xtensa_espressif_esp32_zephyr_elf="y"
|
@@ -319,6 +322,7 @@ jobs:
|
319 | 322 | [ "${build_target_sparc_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"sparc-zephyr-elf",'
|
320 | 323 | [ "${build_target_x86_64_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"x86_64-zephyr-elf",'
|
321 | 324 | [ "${build_target_xtensa_amd_acp_6_0_adsp_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-amd_acp_6_0_adsp_zephyr-elf",'
|
| 325 | + [ "${build_target_xtensa_amd_acp_7_0_adsp_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-amd_acp_7_0_adsp_zephyr-elf",' |
322 | 326 | [ "${build_target_xtensa_amd_acp_7_3_adsp_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-amd_acp_7_3_adsp_zephyr-elf",'
|
323 | 327 | [ "${build_target_xtensa_dc233c_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-dc233c_zephyr-elf",'
|
324 | 328 | [ "${build_target_xtensa_espressif_esp32_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-espressif_esp32_zephyr-elf",'
|
@@ -1707,6 +1711,11 @@ jobs:
|
1707 | 1711 | # upstream user platform is currently available.
|
1708 | 1712 | # PLATFORM_ARGS+="-p acp_6_0 "
|
1709 | 1713 | ;;
|
| 1714 | + xtensa-amd_acp_7_0_adsp_zephyr-elf) |
| 1715 | + # xtensa-sample_controller32_zephyr-elf is untested because no |
| 1716 | + # upstream user platform is currently available. |
| 1717 | + # PLATFORM_ARGS+="-p acp_7_0 " |
| 1718 | + ;; |
1710 | 1719 | xtensa-amd_acp_7_3_adsp_zephyr-elf)
|
1711 | 1720 | # xtensa-sample_controller32_zephyr-elf is untested because no
|
1712 | 1721 | # upstream user platform is currently available.
|
|
0 commit comments