18 lines
256 B
TOML
18 lines
256 B
TOML
[build]
|
|
|
|
rustflags = [
|
|
"-C", "link-arg=-nostartfiles",
|
|
]
|
|
|
|
target = "xtensa-esp32s3-none-elf"
|
|
|
|
[target.xtensa-esp32s3-none-elf]
|
|
|
|
# linker = "ldproxy"
|
|
runner = "espflash flash --monitor"
|
|
|
|
[unstable]
|
|
build-std = ["core", "panic_abort"]
|
|
|
|
[env]
|
|
MCU="esp32s3"
|