1
0
Fork 0
mirror of https://github.com/imjasonh/esp32 synced 2026-07-06 23:52:24 +00:00
esp32/.cargo/config.toml
Jason Hall 9d28a3b437 initial commit
Signed-off-by: Jason Hall <imjasonh@gmail.com>
2026-05-02 11:43:41 -04:00

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"