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

* Create the `xtask` package, add command for building examples * Do not perform changelog check for `xtask` package changes * Fix unrelated `rustfmt` error
18 lines
299 B
TOML
18 lines
299 B
TOML
[workspace]
|
|
members = ["xtask"]
|
|
exclude = [
|
|
"esp-hal",
|
|
"esp-hal-procmacros",
|
|
"esp-hal-smartled",
|
|
"esp-lp-hal",
|
|
"esp-riscv-rt",
|
|
"esp32-hal",
|
|
"esp32c2-hal",
|
|
"esp32c3-hal",
|
|
"esp32c6-hal",
|
|
"esp32h2-hal",
|
|
"esp32p4-hal",
|
|
"esp32s2-hal",
|
|
"esp32s3-hal",
|
|
]
|