pin a tag instead of a branch for ESP_IDF

This commit is contained in:
irriden
2023-06-16 15:44:52 +00:00
parent 7093b43291
commit 66ce3b14e2
2 changed files with 2 additions and 2 deletions

View File

@@ -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" }

View File

@@ -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" }