docker-watcher-esp/.cargo/config.toml
CanadianBaconBoi 66fdd992d5 Initial Commit
2025-05-09 16:58:53 +02:00

17 lines
357 B
TOML

[build]
target = "xtensa-esp32-espidf"
[target.xtensa-esp32-espidf]
linker = "ldproxy"
runner = "espflash flash --monitor --baud=921600"
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"