Skip to content

Commit

Permalink
ci: esp32 platform was split, use esp32_devkitc_wroom
Browse files Browse the repository at this point in the history
Use esp32_devkitc_wroom for testing, esp32 does not exist anymore.

Signed-off-by: Anas Nashif <[email protected]>
  • Loading branch information
nashif committed Aug 28, 2023
1 parent 6a222fc commit 4f1ac49
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 @@ -1528,7 +1528,7 @@ jobs:
PLATFORM_ARGS+="-p qemu_xtensa_dc233c "
;;
xtensa-espressif_esp32_zephyr-elf)
PLATFORM_ARGS+="-p esp32 "
PLATFORM_ARGS+="-p esp32_devkitc_wroom "
;;
xtensa-espressif_esp32s2_zephyr-elf)
PLATFORM_ARGS+="-p esp32s2_saola "
Expand Down

0 comments on commit 4f1ac49

Please sign in to comment.