Not working upload but atleast no crash

This commit is contained in:
zenonet
2025-09-07 13:54:28 +02:00
commit 3c280391c8
7 changed files with 193 additions and 0 deletions

16
.cargo/config.toml Normal file
View File

@@ -0,0 +1,16 @@
[build]
target = "xtensa-esp32-espidf"
[target.xtensa-esp32-espidf]
linker = "ldproxy"
runner = "espflash flash --monitor"
rustflags = [ "--cfg", "espidf_time64"]
[unstable]
build-std = ["std", "panic_abort"]
[env]
MCU="esp32"
# Note: this variable is not used by the pio builder (`cargo build --features pio`)
ESP_IDF_VERSION = "v5.3.2"