mirror of
https://github.com/esp-rs/esp-hal.git
synced 2025-09-27 04:10:28 +00:00

* Combine `esp-ulp-riscv-hal` and `esp32c6-lp-hal` into a single package * Update LP core examples * Update CI workflow * Fix `LP_UART` example
13 lines
281 B
TOML
13 lines
281 B
TOML
[build]
|
|
# target = "riscv32imc-unknown-none-elf" # ESP32-S2 + ESP32-S3
|
|
target = "riscv32imac-unknown-none-elf" # ESP32-C6
|
|
|
|
[target.'cfg(target_arch = "riscv32")']
|
|
runner = "espflash flash --monitor"
|
|
rustflags = [
|
|
"-C", "link-arg=-Tlink.x",
|
|
]
|
|
|
|
[unstable]
|
|
build-std = ["core"]
|