mirror of
https://github.com/esp-rs/esp-hal.git
synced 2025-09-27 12:20:56 +00:00

* ESP32-C6 LP CORE delay and basic gpio * CHANGELOG.md, build LP examples in release mode
12 lines
201 B
TOML
12 lines
201 B
TOML
[target.riscv32imac-unknown-none-elf]
|
|
runner = "espflash flash --monitor"
|
|
rustflags = [
|
|
"-C", "link-arg=-Tlink.x",
|
|
]
|
|
|
|
[build]
|
|
target = "riscv32imac-unknown-none-elf"
|
|
|
|
[unstable]
|
|
build-std = ["core"]
|