sphinx-key: update esp-idf from 5.0.2 to 5.0.4

This commit is contained in:
irriden
2023-10-26 19:52:32 +00:00
parent fd434c3546
commit d8e9a1e0cc
3 changed files with 3 additions and 2 deletions

View File

@@ -10,6 +10,6 @@ rustflags = ["--cfg", "espidf_time64", "-C", "default-linker-libraries"]
build-std = ["core", "alloc", "panic_abort"]
[env]
ESP_IDF_VERSION = "tag:v5.0.2"
ESP_IDF_VERSION = "tag:v5.0.4"
MCU = "esp32c3"
ESP_IDF_TOOLS_INSTALL_DIR = "custom:../.embuild/espressif"

View File

@@ -12,6 +12,6 @@ build-std = ["std", "panic_abort"]
[env]
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" }
ESP_IDF_VERSION = "tag:v5.0.2"
ESP_IDF_VERSION = "tag:v5.0.4"
MCU = { value = "esp32c3" }
ESP_IDF_TOOLS_INSTALL_DIR = "custom:../.embuild/espressif"

View File

@@ -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_wait: Some(esp_idf_svc::sys::sdspi_host_io_int_wait),
command_timeout_ms: 0,
set_cclk_always_on: None,
};
esp!(unsafe {