rp-hal-boards/Cargo.toml
Andrea Nall e3be4f8025 Massive GPIO refactor
Bring in line with atsamd-hal GPIO v2

Copied as much as possible. Docs lifted mostly as-is.

Also add sample BSP for the Feather RP2040 in boards/feather_rp2040

May include a few random fixes from currently futile attempt to get doctests working.
2021-07-03 10:32:43 +10:00

5 lines
72 B
TOML

[workspace]
members = [
"rp2040-hal",
"boards/feather_rp2040"
]