2025-09-21 09:35:04 -04:00
|
|
|
[target.xtensa-esp32-none-elf]
|
|
|
|
|
runner = "espflash flash --monitor --chip esp32"
|
|
|
|
|
|
|
|
|
|
[env]
|
2025-11-01 09:32:33 -04:00
|
|
|
ESP_LOG = "info"
|
2025-09-21 09:35:04 -04:00
|
|
|
|
|
|
|
|
[build]
|
|
|
|
|
rustflags = [
|
|
|
|
|
"-C", "link-arg=-nostartfiles",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
target = "xtensa-esp32-none-elf"
|
|
|
|
|
|
|
|
|
|
[unstable]
|
|
|
|
|
build-std = ["core"]
|