mirror of
https://github.com/italicsjenga/rp-hal-boards.git
synced 2024-12-23 20:51:31 +11:00
19 lines
396 B
TOML
19 lines
396 B
TOML
[workspace]
|
|
resolver = "2"
|
|
members = [
|
|
"rp2040-hal",
|
|
"boards/feather_rp2040",
|
|
"boards/qt_py_rp2040",
|
|
"boards/pico",
|
|
"boards/pico_explorer",
|
|
"boards/pico_lipo_16mb",
|
|
"boards/adafruit_macropad",
|
|
"boards/pro_micro_rp2040",
|
|
]
|
|
|
|
[patch.'https://github.com/rp-rs/rp-hal.git']
|
|
rp2040-hal = { path ="./rp2040-hal" }
|
|
|
|
[patch.crates-io]
|
|
rp2040-hal = { path ="./rp2040-hal" }
|