Skip to content

Commit a533ca3

Browse files
Update ESP32 test configuration: Set target for Rust toolchain and specify ESP-IDF version
1 parent 61acd2f commit a533ca3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/esp32-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
with:
4848
toolchain: nightly
4949
components: rust-src
50-
50+
target: riscv32imac-unknown-none-elf
5151
- name: Setup SCCache
5252
uses: mozilla-actions/[email protected]
5353

validation/esp32-test/.cargo/config.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ build-std = ["std", "panic_abort"]
1111

1212
[env]
1313
MCU="esp32c6"
14+
ESP_IDF_VERSION="v5.5.1"

0 commit comments

Comments
 (0)