Skip to content

Commit

Permalink
Update esp-idf version
Browse files Browse the repository at this point in the history
  • Loading branch information
taks committed Jan 7, 2025
1 parent 8f7657c commit 93a101b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ build-std = ["std", "panic_abort"]
#build-std-features = ["panic_immediate_abort"] # Required for older ESP-IDF versions without a realpath implementation

[env]
ESP_IDF_VERSION = "v5.2.3"
ESP_IDF_VERSION = "v5.3.2"
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
idf-version: v5.2.1
rustflags: "-C default-linker-libraries --cfg espidf_time64"
- target: riscv32imc-esp-espidf
idf-version: v5.2.3
idf-version: v5.3.2
rustflags: "-C default-linker-libraries --cfg espidf_time64"
- target: riscv32imac-esp-espidf
idf-version: v5.1.3
Expand All @@ -41,7 +41,7 @@ jobs:
idf-version: v5.2.1
rustflags: "--cfg espidf_time64"
- target: xtensa-esp32-espidf
idf-version: v5.2.3
idf-version: v5.3.2
rustflags: "--cfg espidf_time64"

steps:
Expand Down

0 comments on commit 93a101b

Please sign in to comment.