@@ -6,14 +6,14 @@ linker = "ldproxy"
6
6
runner = " espflash flash --monitor"
7
7
# Future - necessary for the experimental "native build" of esp-idf-sys with ESP32C3
8
8
# See also https://github.com/ivmarkov/embuild/issues/16
9
- rustflags = [" --cfg" , " espidf_time64" , " -C " , " default-linker-libraries " ]
9
+ rustflags = [" --cfg" , " espidf_time64" ]
10
10
11
11
[unstable ]
12
12
build-std = [" panic_abort" , " std" ]
13
13
14
14
[env ]
15
- # Enables the esp-idf-sys "native" build feature (`cargo build --features native`) to build against ESP-IDF (v5.2 .2)
16
- ESP_IDF_VERSION = { value = " tag:v5.2 .2" }
15
+ # Enables the esp-idf-sys "native" build feature (`cargo build --features native`) to build against ESP-IDF (v5.3 .2)
16
+ ESP_IDF_VERSION = { value = " tag:v5.3 .2" }
17
17
18
18
# These configurations will pick up your custom "sdkconfig.release", "sdkconfig.debug" or "sdkconfig.defaults[.*]" files
19
19
# that you might put in the root of the project
@@ -23,7 +23,6 @@ ESP_IDF_VERSION = { value = "tag:v5.2.2" }
23
23
# ESP_IDF_SDKCONFIG = { value = "./sdkconfig.debug", relative = true }
24
24
ESP_IDF_SDKCONFIG_DEFAULTS = { value = " ./sdkconfig.defaults" , relative = true }
25
25
# ESP-IDF will be installed in ~/.espressif so it can be reused across the different examples.
26
- # See also https://github.com/esp-rs/esp-idf-sys#esp_idf_tools_install_dir-esp_idf_tools_install_dir
26
+ # See also https://github.com/esp-rs/esp-idf-sys/blob/master/BUILD-OPTIONS.md #esp_idf_tools_install_dir-esp_idf_tools_install_dir
27
27
ESP_IDF_TOOLS_INSTALL_DIR = { value = " global" }
28
- # Workaround for https://github.com/esp-rs/esp-idf-template/issues/174
29
- CRATE_CC_NO_DEFAULTS = " 1"
28
+
0 commit comments