mirror of
https://github.com/stakwork/sphinx-key.git
synced 2025-12-17 23:34:19 +01:00
sphinx-key: update esp-idf from 5.0.2 to 5.0.4
This commit is contained in:
@@ -10,6 +10,6 @@ rustflags = ["--cfg", "espidf_time64", "-C", "default-linker-libraries"]
|
|||||||
build-std = ["core", "alloc", "panic_abort"]
|
build-std = ["core", "alloc", "panic_abort"]
|
||||||
|
|
||||||
[env]
|
[env]
|
||||||
ESP_IDF_VERSION = "tag:v5.0.2"
|
ESP_IDF_VERSION = "tag:v5.0.4"
|
||||||
MCU = "esp32c3"
|
MCU = "esp32c3"
|
||||||
ESP_IDF_TOOLS_INSTALL_DIR = "custom:../.embuild/espressif"
|
ESP_IDF_TOOLS_INSTALL_DIR = "custom:../.embuild/espressif"
|
||||||
|
|||||||
@@ -12,6 +12,6 @@ build-std = ["std", "panic_abort"]
|
|||||||
[env]
|
[env]
|
||||||
CC = { value = "../.embuild/espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/riscv32-esp-elf-gcc", relative = true }
|
CC = { value = "../.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" }
|
CFLAGS = { value = "-fno-pic" }
|
||||||
ESP_IDF_VERSION = "tag:v5.0.2"
|
ESP_IDF_VERSION = "tag:v5.0.4"
|
||||||
MCU = { value = "esp32c3" }
|
MCU = { value = "esp32c3" }
|
||||||
ESP_IDF_TOOLS_INSTALL_DIR = "custom:../.embuild/espressif"
|
ESP_IDF_TOOLS_INSTALL_DIR = "custom:../.embuild/espressif"
|
||||||
|
|||||||
@@ -121,6 +121,7 @@ pub fn mount_sd_card() -> anyhow::Result<()> {
|
|||||||
io_int_enable: Some(esp_idf_svc::sys::sdspi_host_io_int_enable),
|
io_int_enable: Some(esp_idf_svc::sys::sdspi_host_io_int_enable),
|
||||||
io_int_wait: Some(esp_idf_svc::sys::sdspi_host_io_int_wait),
|
io_int_wait: Some(esp_idf_svc::sys::sdspi_host_io_int_wait),
|
||||||
command_timeout_ms: 0,
|
command_timeout_ms: 0,
|
||||||
|
set_cclk_always_on: None,
|
||||||
};
|
};
|
||||||
|
|
||||||
esp!(unsafe {
|
esp!(unsafe {
|
||||||
|
|||||||
Reference in New Issue
Block a user