From 66ce3b14e27e017462626d6604fbd3ebf8a73d57 Mon Sep 17 00:00:00 2001 From: irriden Date: Fri, 16 Jun 2023 15:44:52 +0000 Subject: [PATCH] pin a tag instead of a branch for ESP_IDF --- factory/.cargo/config.toml | 2 +- sphinx-key/.cargo/config.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/factory/.cargo/config.toml b/factory/.cargo/config.toml index 534f72d..230e455 100644 --- a/factory/.cargo/config.toml +++ b/factory/.cargo/config.toml @@ -12,5 +12,5 @@ build-std = ["std", "panic_abort"] [env] # Note: these variables are not used when using pio builder (`cargo build --features pio`) -ESP_IDF_VERSION = "release/v5.0" +ESP_IDF_VERSION = "tag:v5.0.2" MCU = { value = "esp32c3" } diff --git a/sphinx-key/.cargo/config.toml b/sphinx-key/.cargo/config.toml index 60f9afe..227eedc 100644 --- a/sphinx-key/.cargo/config.toml +++ b/sphinx-key/.cargo/config.toml @@ -12,7 +12,7 @@ build-std = ["std", "panic_abort"] [env] # Note: these variables are not used when using pio builder (`cargo build --features pio`) -ESP_IDF_VERSION = "release/v5.0" +ESP_IDF_VERSION = "tag:v5.0.2" CC = { value = "../factory/.embuild/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/riscv32-esp-elf-gcc", relative = true } CFLAGS = { value = "-fno-pic" } MCU = { value = "esp32c3" }