mirror of
https://github.com/italicsjenga/rp-hal-boards.git
synced 2024-12-24 05:01:31 +11:00
612c44db46
* Created an itsy bitsy rp2040 board support package adapted from the bsp of the qt py rp2040. Special thanks to ithinuel for help in matrix * Changed the board description so it doesn't match the qt py rp2040 * Changed blinky.rs to itsy_bitsy_blinky.rs and ran changes through cargo fmt
20 lines
428 B
TOML
20 lines
428 B
TOML
[workspace]
|
|
resolver = "2"
|
|
members = [
|
|
"rp2040-hal",
|
|
"boards/feather_rp2040",
|
|
"boards/qt_py_rp2040",
|
|
"boards/itsy_bitsy_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" }
|