mirror of
https://github.com/italicsjenga/rp-hal-boards.git
synced 2024-12-24 05:01:31 +11:00
92f7c68d57
* Created a BSP for the Adafruit KB2040
21 lines
449 B
TOML
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" }
|