Skip to content

Commit

Permalink
ci: rename board from qemu_xtensa_dc233c to qemu_xtensa_mmu
Browse files Browse the repository at this point in the history
The board used for running Xtensa with MMU has been renamed to
qemu_xtensa_mmu on Zephyr main repo. So update the CI yaml file
to match.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
  • Loading branch information
dcpleung authored and nashif committed Oct 13, 2023
1 parent 3e43417 commit 1068dfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1529,7 +1529,7 @@ jobs:
PLATFORM_ARGS+="-p qemu_x86_64 "
;;
xtensa-dc233c_zephyr-elf)
PLATFORM_ARGS+="-p qemu_xtensa_dc233c "
PLATFORM_ARGS+="-p qemu_xtensa_mmu "
;;
xtensa-espressif_esp32_zephyr-elf)
PLATFORM_ARGS+="-p esp32_devkitc_wroom "
Expand Down

0 comments on commit 1068dfb

Please sign in to comment.