|
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_3_adsp_zephyr-elf |
56 | 57 | - xtensa-dc233c_zephyr-elf
|
57 | 58 | - xtensa-espressif_esp32_zephyr-elf
|
58 | 59 | - xtensa-espressif_esp32s2_zephyr-elf
|
@@ -178,6 +179,7 @@ jobs:
|
178 | 179 | sparc-zephyr-elf) build_target_sparc_zephyr_elf="y";;
|
179 | 180 | x86_64-zephyr-elf) build_target_x86_64_zephyr_elf="y";;
|
180 | 181 | xtensa-amd_acp_6_0_adsp_zephyr-elf) build_target_xtensa_amd_acp_6_0_adsp_zephyr_elf="y";;
|
| 182 | + xtensa-amd_acp_7_3_adsp_zephyr-elf) build_target_xtensa_amd_acp_7_3_adsp_zephyr_elf="y";; |
181 | 183 | xtensa-dc233c_zephyr-elf) build_target_xtensa_dc233c_zephyr_elf="y";;
|
182 | 184 | xtensa-espressif_esp32_zephyr-elf) build_target_xtensa_espressif_esp32_zephyr_elf="y";;
|
183 | 185 | xtensa-espressif_esp32s2_zephyr-elf) build_target_xtensa_espressif_esp32s2_zephyr_elf="y";;
|
@@ -227,6 +229,7 @@ jobs:
|
227 | 229 | build_target_sparc_zephyr_elf="y"
|
228 | 230 | build_target_x86_64_zephyr_elf="y"
|
229 | 231 | build_target_xtensa_amd_acp_6_0_adsp_zephyr_elf="y"
|
| 232 | + build_target_xtensa_amd_acp_7_3_adsp_zephyr_elf="y" |
230 | 233 | build_target_xtensa_dc233c_zephyr_elf="y"
|
231 | 234 | build_target_xtensa_espressif_esp32_zephyr_elf="y"
|
232 | 235 | build_target_xtensa_espressif_esp32s2_zephyr_elf="y"
|
@@ -316,6 +319,7 @@ jobs:
|
316 | 319 | [ "${build_target_sparc_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"sparc-zephyr-elf",'
|
317 | 320 | [ "${build_target_x86_64_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"x86_64-zephyr-elf",'
|
318 | 321 | [ "${build_target_xtensa_amd_acp_6_0_adsp_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-amd_acp_6_0_adsp_zephyr-elf",'
|
| 322 | + [ "${build_target_xtensa_amd_acp_7_3_adsp_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-amd_acp_7_3_adsp_zephyr-elf",' |
319 | 323 | [ "${build_target_xtensa_dc233c_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-dc233c_zephyr-elf",'
|
320 | 324 | [ "${build_target_xtensa_espressif_esp32_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-espressif_esp32_zephyr-elf",'
|
321 | 325 | [ "${build_target_xtensa_espressif_esp32s2_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-espressif_esp32s2_zephyr-elf",'
|
@@ -1703,6 +1707,11 @@ jobs:
|
1703 | 1707 | # upstream user platform is currently available.
|
1704 | 1708 | # PLATFORM_ARGS+="-p acp_6_0 "
|
1705 | 1709 | ;;
|
| 1710 | + xtensa-amd_acp_7_3_adsp_zephyr-elf) |
| 1711 | + # xtensa-sample_controller32_zephyr-elf is untested because no |
| 1712 | + # upstream user platform is currently available. |
| 1713 | + # PLATFORM_ARGS+="-p acp_7_3 " |
| 1714 | + ;; |
1706 | 1715 | xtensa-dc233c_zephyr-elf)
|
1707 | 1716 | PLATFORM_ARGS+="-p qemu_xtensa/dc233c/mmu "
|
1708 | 1717 | ;;
|
|
0 commit comments