* make esp32c3 examples run from flash / flashable * use gpio3 for blinky * direct boot in Cargo.toml * have a shared gpio impl * use PACs from their original locations again
9 lines
121 B
TOML
9 lines
121 B
TOML
[workspace]
|
|
members = [
|
|
"esp-hal-common",
|
|
"esp32-hal",
|
|
"esp32c3-hal",
|
|
"esp32s2-hal",
|
|
"esp32s3-hal"
|
|
]
|