rp-hal-boards/Cargo.toml

13 lines
254 B
TOML
Raw Normal View History

2021-02-04 05:55:14 +11:00
[workspace]
resolver = "2"
2021-02-04 05:55:14 +11:00
members = [
"rp2040-hal",
2021-07-03 09:25:54 +10:00
"boards/feather_rp2040",
2021-09-29 14:20:35 +10:00
"boards/qt_py_rp2040",
"boards/pico",
2021-07-03 09:25:54 +10:00
"boards/pico_explorer",
"boards/pico_lipo_16mb",
2021-07-26 07:56:30 +10:00
"boards/adafruit_macropad",
"boards/pro_micro_rp2040",
2021-02-04 05:55:14 +11:00
]