16 lines
290 B
TOML
16 lines
290 B
TOML
|
|
[target.xtensa-esp32-none-elf]
|
|
runner = "espflash flash --monitor"
|
|
rustflags = [
|
|
"-C", "link-arg=-Wl,-Tlinkall.x",
|
|
"-C", "link-arg=-nostartfiles",
|
|
]
|
|
|
|
[build]
|
|
target = "xtensa-esp32-none-elf"
|
|
|
|
[unstable]
|
|
build-std = ["core", "alloc", "compiler_builtins"]
|
|
|
|
[env]
|
|
DEFMT_LOG = "debug"
|