19 lines
307 B
TOML
19 lines
307 B
TOML
[target.xtensa-esp32-none-elf]
|
|
runner = "espflash flash --monitor --chip esp32"
|
|
|
|
[env]
|
|
ESP_LOG="info"
|
|
SSID = "nazov_wifi"
|
|
PASSWORD = "heslo"
|
|
|
|
[build]
|
|
rustflags = [
|
|
"-C", "link-arg=-nostartfiles",
|
|
"-Z", "stack-protector=all",
|
|
]
|
|
|
|
target = "xtensa-esp32-none-elf"
|
|
|
|
[unstable]
|
|
build-std = ["alloc", "core"]
|