Files
Keypad-rs/.cargo/config.toml
2025-07-08 15:53:23 +02:00

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"]