mirror of
https://github.com/stakwork/sphinx-key.git
synced 2026-01-31 21:34:19 +01:00
pin a tag instead of a branch for ESP_IDF
This commit is contained in:
@@ -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" }
|
||||
|
||||
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user