mirror of
https://github.com/italicsjenga/rp-hal-boards.git
synced 2024-12-23 20:51:31 +11:00
cd9570e7c4
This will require an extra step before release but can be packed with the usual version bump. This helps making sure CI passes before merging.
33 lines
1.1 KiB
TOML
33 lines
1.1 KiB
TOML
[workspace]
|
|
resolver = "2"
|
|
members = [
|
|
"rp2040-hal",
|
|
"rp2040-hal-macros",
|
|
"boards/adafruit-feather-rp2040",
|
|
"boards/adafruit-itsy-bitsy-rp2040",
|
|
"boards/adafruit-kb2040",
|
|
"boards/adafruit-macropad",
|
|
"boards/adafruit-qt-py-rp2040",
|
|
"boards/adafruit-trinkey-qt2040",
|
|
"boards/arduino_nano_connect",
|
|
"boards/pimoroni-badger2040",
|
|
"boards/pimoroni-pico-explorer",
|
|
"boards/pimoroni-pico-lipo-16mb",
|
|
"boards/pimoroni-plasma-2040",
|
|
"boards/pimoroni-tiny2040",
|
|
"boards/rp-pico",
|
|
"boards/seeeduino-xiao-rp2040",
|
|
"boards/solderparty-rp2040-stamp",
|
|
"boards/sparkfun-pro-micro-rp2040",
|
|
"boards/sparkfun-thing-plus-rp2040",
|
|
"boards/vcc-gnd-yd-rp2040",
|
|
]
|
|
|
|
[patch.'https://github.com/rp-rs/rp-hal.git']
|
|
rp2040-hal = { path = "./rp2040-hal" }
|
|
|
|
[patch.crates-io]
|
|
rp2040-hal = { path = "./rp2040-hal" }
|
|
i2c-pio = { git = "https://github.com/rp-rs/i2c-pio-rs", rev = "2636fd2abc0541fff3ccca49d7422690bc142d11" }
|
|
ws2812-pio = { git = "https://github.com/rp-rs/ws2812-pio-rs", rev = "0b8015499fe3171650f6adef7cd0f4fb61465b61" }
|