|
63 | 63 | - xtensa-nxp_rt500_adsp_zephyr-elf |
64 | 64 | - xtensa-nxp_rt600_adsp_zephyr-elf |
65 | 65 | - xtensa-sample_controller_zephyr-elf |
| 66 | + - xtensa-sample_controller32_zephyr-elf |
66 | 67 | debug: |
67 | 68 | description: 'Debug' |
68 | 69 | type: choice |
@@ -176,6 +177,7 @@ jobs: |
176 | 177 | xtensa-nxp_rt500_adsp_zephyr-elf) build_target_xtensa_nxp_rt500_adsp_zephyr_elf="y";; |
177 | 178 | xtensa-nxp_rt600_adsp_zephyr-elf) build_target_xtensa_nxp_rt600_adsp_zephyr_elf="y";; |
178 | 179 | xtensa-sample_controller_zephyr-elf) build_target_xtensa_sample_controller_zephyr_elf="y";; |
| 180 | + xtensa-sample_controller32_zephyr-elf) build_target_xtensa_sample_controller32_zephyr_elf="y";; |
179 | 181 | esac |
180 | 182 |
|
181 | 183 | MATRIX_DEBUG="${{ github.event.inputs.debug }}" |
@@ -217,6 +219,7 @@ jobs: |
217 | 219 | build_target_xtensa_nxp_rt500_adsp_zephyr_elf="y" |
218 | 220 | build_target_xtensa_nxp_rt600_adsp_zephyr_elf="y" |
219 | 221 | build_target_xtensa_sample_controller_zephyr_elf="y" |
| 222 | + build_target_xtensa_sample_controller32_zephyr_elf="y" |
220 | 223 | fi |
221 | 224 |
|
222 | 225 | # Build 'linux_x86_64' by default if no host is selected |
@@ -298,6 +301,7 @@ jobs: |
298 | 301 | [ "${build_target_xtensa_nxp_rt500_adsp_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-nxp_rt500_adsp_zephyr-elf",' |
299 | 302 | [ "${build_target_xtensa_nxp_rt600_adsp_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-nxp_rt600_adsp_zephyr-elf",' |
300 | 303 | [ "${build_target_xtensa_sample_controller_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-sample_controller_zephyr-elf",' |
| 304 | + [ "${build_target_xtensa_sample_controller32_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-sample_controller32_zephyr-elf",' |
301 | 305 | MATRIX_TARGETS+=']' |
302 | 306 |
|
303 | 307 | # Generate test environment list |
@@ -1582,6 +1586,9 @@ jobs: |
1582 | 1586 | xtensa-sample_controller_zephyr-elf) |
1583 | 1587 | PLATFORM_ARGS+="-p qemu_xtensa " |
1584 | 1588 | ;; |
| 1589 | + xtensa-sample_controller32_zephyr-elf) |
| 1590 | + PLATFORM_ARGS+="-p qemu_xtensa/sample_controller32/mpu " |
| 1591 | + ;; |
1585 | 1592 | esac |
1586 | 1593 | done |
1587 | 1594 |
|
|
0 commit comments