15 lines
245 B
TOML
15 lines
245 B
TOML
|
[target.xtensa-esp32-none-elf]
|
||
|
runner = "espflash flash --monitor"
|
||
|
|
||
|
[env]
|
||
|
ESP_LOG = "TRACE"
|
||
|
ESP_LOGLEVEL = "TRACE"
|
||
|
|
||
|
[build]
|
||
|
rustflags = ["-C", "link-arg=-nostartfiles"]
|
||
|
|
||
|
target = "xtensa-esp32-none-elf"
|
||
|
|
||
|
[unstable]
|
||
|
build-std = ["alloc", "core"]
|