13 lines
222 B
TOML
13 lines
222 B
TOML
[target.xtensa-esp32-none-elf]
|
|
runner = "espflash --monitor"
|
|
|
|
[build]
|
|
rustflags = [
|
|
"-C", "link-arg=-nostartfiles",
|
|
"-C", "link-arg=-Wl,-Tlinkall.x",
|
|
]
|
|
target = "xtensa-esp32-none-elf"
|
|
|
|
[unstable]
|
|
build-std = ["core"]
|