17 lines
292 B
TOML
17 lines
292 B
TOML
[target.xtensa-esp32-none-elf]
|
|
runner = "espflash flash --monitor"
|
|
|
|
|
|
[env]
|
|
ESP_LOG = "info"
|
|
SSID = "ssid"
|
|
PASSWORD = "password"
|
|
|
|
[build]
|
|
rustflags = ["-C", "link-arg=-nostartfiles", "-C", "link-arg=-Wl,-Tlinkall.x"]
|
|
|
|
target = "xtensa-esp32-none-elf"
|
|
|
|
[unstable]
|
|
build-std = ["alloc", "core"]
|