Skip to content

Commit

Permalink
Add generic xtensa-esp32-none-elf MCU packages
Browse files Browse the repository at this point in the history
  • Loading branch information
tronical committed Oct 2, 2024
1 parent 132e091 commit 5a5bcd0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cpp_package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,10 @@ jobs:
CARGO_INCREMENTAL: false
strategy:
matrix:
idf_target: [esp32s2, esp32s3, esp32p4]
idf_target: [esp32, esp32s2, esp32s3, esp32p4]
include:
- idf_target: esp32
rust_target: xtensa-esp32-none-elf
- idf_target: esp32s2
rust_target: xtensa-esp32s2-none-elf
- idf_target: esp32s3
Expand Down

0 comments on commit 5a5bcd0

Please sign in to comment.