From 93a101bf4303ba17e84ea0420816917e8e1d42fc Mon Sep 17 00:00:00 2001 From: taks <857tn859@gmail.com> Date: Tue, 7 Jan 2025 09:01:52 +0900 Subject: [PATCH] Update esp-idf version --- .cargo/config.toml | 2 +- .github/workflows/ci.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index 1c5110e..a90e6ee 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -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" diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2020759..373f941 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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: