kitfort-esp32-mod/firmware/.cargo/config.toml
2025-03-04 15:44:05 +03:00

16 lines
349 B
TOML

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