Skip to content

Commit

Permalink
ci: build esp32s3
Browse files Browse the repository at this point in the history
Now that the docker image has been updated to contain the esp32s3
toolchain, we can build for that devkit in CI.

Signed-off-by: Sam Friedman <[email protected]>
  • Loading branch information
sam-golioth committed Jul 1, 2024
1 parent d3894b2 commit 286bbe9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,9 @@ jobs:
fail-fast: false
matrix:
include:
# Need to add xtensa-espressif_esp32s3_zephyr-elf toolchain to docker image
# - manifest: west.yml
# board: esp32s3_devkitm
# binary_blob: hal_espressif
- manifest: west.yml
board: esp32s3_devkitm
binary_blob: hal_espressif
- manifest: west.yml
board: mimxrt1024_evk
- manifest: west-ncs.yml
Expand Down

0 comments on commit 286bbe9

Please sign in to comment.