|
68 | 68 | - xtensa-nxp_rt700_hifi1_zephyr-elf
|
69 | 69 | - xtensa-nxp_rt700_hifi4_zephyr-elf
|
70 | 70 | - xtensa-sample_controller_zephyr-elf
|
| 71 | + - xtensa-sample_controller32_zephyr-elf |
71 | 72 | debug:
|
72 | 73 | description: 'Debug'
|
73 | 74 | type: choice
|
@@ -184,6 +185,7 @@ jobs:
|
184 | 185 | xtensa-nxp_rt700_hifi1_zephyr-elf) build_target_xtensa_nxp_rt700_hifi1_zephyr_elf="y";;
|
185 | 186 | xtensa-nxp_rt700_hifi4_zephyr-elf) build_target_xtensa_nxp_rt700_hifi4_zephyr_elf="y";;
|
186 | 187 | xtensa-sample_controller_zephyr-elf) build_target_xtensa_sample_controller_zephyr_elf="y";;
|
| 188 | + xtensa-sample_controller32_zephyr-elf) build_target_xtensa_sample_controller32_zephyr_elf="y";; |
187 | 189 | esac
|
188 | 190 |
|
189 | 191 | MATRIX_DEBUG="${{ github.event.inputs.debug }}"
|
@@ -228,6 +230,7 @@ jobs:
|
228 | 230 | build_target_xtensa_nxp_rt700_hifi1_zephyr_elf="y"
|
229 | 231 | build_target_xtensa_nxp_rt700_hifi4_zephyr_elf="y"
|
230 | 232 | build_target_xtensa_sample_controller_zephyr_elf="y"
|
| 233 | + build_target_xtensa_sample_controller32_zephyr_elf="y" |
231 | 234 | fi
|
232 | 235 |
|
233 | 236 | # Build 'linux_x86_64' by default if no host is selected
|
@@ -312,6 +315,7 @@ jobs:
|
312 | 315 | [ "${build_target_xtensa_nxp_rt700_hifi1_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-nxp_rt700_hifi1_zephyr-elf",'
|
313 | 316 | [ "${build_target_xtensa_nxp_rt700_hifi4_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-nxp_rt700_hifi4_zephyr-elf",'
|
314 | 317 | [ "${build_target_xtensa_sample_controller_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-sample_controller_zephyr-elf",'
|
| 318 | + [ "${build_target_xtensa_sample_controller32_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-sample_controller32_zephyr-elf",' |
315 | 319 | MATRIX_TARGETS+=']'
|
316 | 320 |
|
317 | 321 | # Generate test environment list
|
@@ -1598,6 +1602,9 @@ jobs:
|
1598 | 1602 | xtensa-sample_controller_zephyr-elf)
|
1599 | 1603 | PLATFORM_ARGS+="-p qemu_xtensa "
|
1600 | 1604 | ;;
|
| 1605 | + xtensa-sample_controller32_zephyr-elf) |
| 1606 | + PLATFORM_ARGS+="-p qemu_xtensa/sample_controller32/mpu " |
| 1607 | + ;; |
1601 | 1608 | esac
|
1602 | 1609 | done
|
1603 | 1610 |
|
|
0 commit comments