rp-hal-boards/Cargo.toml
Andrew Christiansen 612c44db46
Adafruit ItsyBitsy RP2040 Board Support Package (#192)
* 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
2021-11-08 09:19:35 +11:00

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" }