rp-hal-boards/Cargo.toml
Andrew Christiansen 92f7c68d57
BSP for the Adafruit KB2040 (#217)
* Created a BSP for the Adafruit KB2040
2021-12-04 00:12:01 +11:00

21 lines
449 B
TOML

[workspace]
resolver = "2"
members = [
"rp2040-hal",
"boards/feather_rp2040",
"boards/qt_py_rp2040",
"boards/itsy_bitsy_rp2040",
"boards/kb2040",
"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" }