mirror of
https://github.com/imjasonh/esp32
synced 2026-07-06 23:52:24 +00:00
14 lines
258 B
TOML
14 lines
258 B
TOML
[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"
|
|
ESP_IDF_VERSION = "v5.2.2"
|