Skip to content

Commit 1f139eb

Browse files
sylvioalvesstephanosio
authored andcommitted
ci: enable esp32s3_devkitm testing
Fix wrong board name. Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
1 parent 96dcff4 commit 1f139eb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1523,8 +1523,7 @@ jobs:
15231523
PLATFORM_ARGS+="-p esp32s2_saola "
15241524
;;
15251525
xtensa-espressif_esp32s3_zephyr-elf)
1526-
# FIXME: Disabled until esp32s3_devkitc board is upstreamed.
1527-
# PLATFORM_ARGS+="-p esp32s3_devkitc "
1526+
PLATFORM_ARGS+="-p esp32s3_devkitm "
15281527
;;
15291528
xtensa-intel_apl_adsp_zephyr-elf)
15301529
PLATFORM_ARGS+="-p intel_adsp_cavs15 "

0 commit comments

Comments
 (0)