From a03305b57f655da69c3db3da640ff5e508e95ab2 Mon Sep 17 00:00:00 2001 From: Thomas Gilligan Date: Wed, 15 Feb 2023 14:53:37 +1100 Subject: [PATCH 1/2] Bump rp2040-hal to v0.8 across the boards --- boards/adafruit-feather-rp2040/Cargo.toml | 2 +- boards/adafruit-itsy-bitsy-rp2040/Cargo.toml | 2 +- boards/adafruit-kb2040/Cargo.toml | 2 +- boards/adafruit-macropad/Cargo.toml | 2 +- boards/adafruit-qt-py-rp2040/Cargo.toml | 2 +- boards/adafruit-trinkey-qt2040/Cargo.toml | 2 +- boards/arduino_nano_connect/Cargo.toml | 2 +- boards/pimoroni-badger2040/Cargo.toml | 2 +- boards/pimoroni-pico-explorer/Cargo.toml | 2 +- boards/pimoroni-pico-lipo-16mb/Cargo.toml | 2 +- boards/pimoroni-plasma-2040/Cargo.toml | 4 ++-- boards/pimoroni-servo2040/Cargo.toml | 4 ++-- boards/pimoroni-tiny2040/Cargo.toml | 4 ++-- boards/rp-pico/Cargo.toml | 4 ++-- boards/seeeduino-xiao-rp2040/Cargo.toml | 2 +- boards/solderparty-rp2040-stamp/Cargo.toml | 2 +- boards/sparkfun-pro-micro-rp2040/Cargo.toml | 2 +- boards/sparkfun-thing-plus-rp2040/Cargo.toml | 2 +- boards/vcc-gnd-yd-rp2040/Cargo.toml | 2 +- boards/waveshare-rp2040-lcd-0-96/Cargo.toml | 2 +- boards/waveshare-rp2040-zero/Cargo.toml | 2 +- 21 files changed, 25 insertions(+), 25 deletions(-) diff --git a/boards/adafruit-feather-rp2040/Cargo.toml b/boards/adafruit-feather-rp2040/Cargo.toml index 9b9e99f..67ecbbd 100644 --- a/boards/adafruit-feather-rp2040/Cargo.toml +++ b/boards/adafruit-feather-rp2040/Cargo.toml @@ -13,7 +13,7 @@ repository = "https://github.com/rp-rs/rp-hal-boards.git" [dependencies] cortex-m = "0.7.2" rp2040-boot2 = { version = "0.2.0", optional = true } -rp2040-hal = { version = "0.7.0" } +rp2040-hal = { version = "0.8.0" } cortex-m-rt = { version = "0.7", optional = true } [dev-dependencies] diff --git a/boards/adafruit-itsy-bitsy-rp2040/Cargo.toml b/boards/adafruit-itsy-bitsy-rp2040/Cargo.toml index 198decf..d2b1926 100644 --- a/boards/adafruit-itsy-bitsy-rp2040/Cargo.toml +++ b/boards/adafruit-itsy-bitsy-rp2040/Cargo.toml @@ -13,7 +13,7 @@ repository = "https://github.com/rp-rs/rp-hal-boards.git" [dependencies] cortex-m = "0.7.2" rp2040-boot2 = { version = "0.2.0", optional = true } -rp2040-hal = { version = "0.7.0" } +rp2040-hal = { version = "0.8.0" } cortex-m-rt = { version = "0.7", optional = true } [dev-dependencies] diff --git a/boards/adafruit-kb2040/Cargo.toml b/boards/adafruit-kb2040/Cargo.toml index 6e56eb5..8224740 100644 --- a/boards/adafruit-kb2040/Cargo.toml +++ b/boards/adafruit-kb2040/Cargo.toml @@ -12,7 +12,7 @@ repository = "https://github.com/rp-rs/rp-hal-boards.git" [dependencies] cortex-m = "0.7.2" -rp2040-hal = { version = "0.7.0" } +rp2040-hal = { version = "0.8.0" } cortex-m-rt = { version = "0.7.0", optional = true } embedded-hal = { version = "0.2.4", features = ["unproven"] } rp2040-boot2 = { version = "0.2.0", optional = true } diff --git a/boards/adafruit-macropad/Cargo.toml b/boards/adafruit-macropad/Cargo.toml index 4bb70fd..eeb3c08 100644 --- a/boards/adafruit-macropad/Cargo.toml +++ b/boards/adafruit-macropad/Cargo.toml @@ -13,7 +13,7 @@ repository = "https://github.com/rp-rs/rp-hal-boards.git" [dependencies] cortex-m = "0.7.2" rp2040-boot2 = { version = "0.2.0", optional = true } -rp2040-hal = { version = "0.7.0" } +rp2040-hal = { version = "0.8.0" } cortex-m-rt = { version = "0.7", optional = true } [dev-dependencies] diff --git a/boards/adafruit-qt-py-rp2040/Cargo.toml b/boards/adafruit-qt-py-rp2040/Cargo.toml index da74feb..254f001 100644 --- a/boards/adafruit-qt-py-rp2040/Cargo.toml +++ b/boards/adafruit-qt-py-rp2040/Cargo.toml @@ -12,7 +12,7 @@ repository = "https://github.com/rp-rs/rp-hal-boards.git" [dependencies] cortex-m = "0.7.2" -rp2040-hal = { version = "0.7.0" } +rp2040-hal = { version = "0.8.0" } cortex-m-rt = { version = "0.7", optional = true } rp2040-boot2 = { version = "0.2.0", optional = true } diff --git a/boards/adafruit-trinkey-qt2040/Cargo.toml b/boards/adafruit-trinkey-qt2040/Cargo.toml index 0d26872..87ff6dd 100644 --- a/boards/adafruit-trinkey-qt2040/Cargo.toml +++ b/boards/adafruit-trinkey-qt2040/Cargo.toml @@ -11,7 +11,7 @@ repository = "https://github.com/rp-rs/rp-hal-boards.git" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -rp2040-hal = { version = "0.7.0" } +rp2040-hal = { version = "0.8.0" } cortex-m-rt = { version = "0.7.0", optional = true } rp2040-boot2 = { version = "0.2.0", optional = true } diff --git a/boards/arduino_nano_connect/Cargo.toml b/boards/arduino_nano_connect/Cargo.toml index b2b8c0e..d20244a 100644 --- a/boards/arduino_nano_connect/Cargo.toml +++ b/boards/arduino_nano_connect/Cargo.toml @@ -13,7 +13,7 @@ repository = "https://github.com/rp-rs/rp-hal-boards.git" [dependencies] cortex-m = "0.7.3" rp2040-boot2 = { version = "0.2.0", optional = true } -rp2040-hal = { version = "0.7.0" } +rp2040-hal = { version = "0.8.0" } cortex-m-rt = { version = "0.7.0", optional = true } embedded-hal = { version = "0.2.4", features = ["unproven"] } diff --git a/boards/pimoroni-badger2040/Cargo.toml b/boards/pimoroni-badger2040/Cargo.toml index ca14a28..672b356 100644 --- a/boards/pimoroni-badger2040/Cargo.toml +++ b/boards/pimoroni-badger2040/Cargo.toml @@ -13,7 +13,7 @@ repository = "https://github.com/rp-rs/rp-hal-boards.git" [dependencies] cortex-m = "0.7.2" rp2040-boot2 = { version = "0.2.0", optional = true } -rp2040-hal = { version = "0.7.0"} +rp2040-hal = { version = "0.8.0"} cortex-m-rt = { version = "0.7", optional = true } fugit = "0.3.5" embedded-hal ="0.2.5" diff --git a/boards/pimoroni-pico-explorer/Cargo.toml b/boards/pimoroni-pico-explorer/Cargo.toml index fcec491..48630b7 100644 --- a/boards/pimoroni-pico-explorer/Cargo.toml +++ b/boards/pimoroni-pico-explorer/Cargo.toml @@ -12,7 +12,7 @@ repository = "https://github.com/rp-rs/rp-hal-boards.git" [dependencies] cortex-m = "0.7.2" -rp2040-hal = { version = "0.7.0" } +rp2040-hal = { version = "0.8.0" } cortex-m-rt = { version = "0.7", optional = true } embedded-hal = { version = "0.2.4", features = ["unproven"] } st7789 = "0.6.1" diff --git a/boards/pimoroni-pico-lipo-16mb/Cargo.toml b/boards/pimoroni-pico-lipo-16mb/Cargo.toml index 22ac29d..837157d 100644 --- a/boards/pimoroni-pico-lipo-16mb/Cargo.toml +++ b/boards/pimoroni-pico-lipo-16mb/Cargo.toml @@ -12,7 +12,7 @@ repository = "https://github.com/rp-rs/rp-hal-boards.git" [dependencies] cortex-m = "0.7.2" -rp2040-hal = { version = "0.7.0" } +rp2040-hal = { version = "0.8.0" } cortex-m-rt = { version = "0.7", optional = true } rp2040-boot2 = { version = "0.2.0", optional = true } diff --git a/boards/pimoroni-plasma-2040/Cargo.toml b/boards/pimoroni-plasma-2040/Cargo.toml index 9206206..0f6c20c 100644 --- a/boards/pimoroni-plasma-2040/Cargo.toml +++ b/boards/pimoroni-plasma-2040/Cargo.toml @@ -13,11 +13,11 @@ repository = "https://github.com/rp-rs/rp-hal-boards.git" [dependencies] cortex-m = "0.7.2" rp2040-boot2 = { version = "0.2.0", optional = true } -rp2040-hal = { version = "0.7.0" } +rp2040-hal = { version = "0.8.0" } cortex-m-rt = { version = "0.7", optional = true } [dev-dependencies] -rp2040-hal = { version = "0.7.0", features = [ "defmt" ] } +rp2040-hal = { version = "0.8.0", features = [ "defmt" ] } panic-halt= "0.2.0" embedded-hal ="0.2.5" smart-leds = "0.3.0" diff --git a/boards/pimoroni-servo2040/Cargo.toml b/boards/pimoroni-servo2040/Cargo.toml index 7da43c6..5b3bfdc 100644 --- a/boards/pimoroni-servo2040/Cargo.toml +++ b/boards/pimoroni-servo2040/Cargo.toml @@ -13,11 +13,11 @@ repository = "https://github.com/rp-rs/rp-hal-boards.git" [dependencies] cortex-m = "0.7.2" rp2040-boot2 = { version = "0.2.0", optional = true } -rp2040-hal = { version = "0.7.0" } +rp2040-hal = { version = "0.8.0" } cortex-m-rt = { version = "0.7", optional = true } [dev-dependencies] -rp2040-hal = { version = "0.7.0", features = [ "defmt" ] } +rp2040-hal = { version = "0.8.0", features = [ "defmt" ] } panic-halt= "0.2.0" defmt = "0.3.0" defmt-rtt = "0.4.0" diff --git a/boards/pimoroni-tiny2040/Cargo.toml b/boards/pimoroni-tiny2040/Cargo.toml index 11b7489..eac720d 100644 --- a/boards/pimoroni-tiny2040/Cargo.toml +++ b/boards/pimoroni-tiny2040/Cargo.toml @@ -13,11 +13,11 @@ repository = "https://github.com/rp-rs/rp-hal-boards.git" [dependencies] cortex-m = "0.7.2" rp2040-boot2 = { version = "0.2.0", optional = true } -rp2040-hal = { version = "0.7.0" } +rp2040-hal = { version = "0.8.0" } cortex-m-rt = { version = "0.7", optional = true } [dev-dependencies] -rp2040-hal = { version = "0.7.0", features = [ "defmt" ] } +rp2040-hal = { version = "0.8.0", features = [ "defmt" ] } panic-halt= "0.2.0" embedded-hal ="0.2.5" fugit = "0.3.5" diff --git a/boards/rp-pico/Cargo.toml b/boards/rp-pico/Cargo.toml index 9352c21..c1af995 100644 --- a/boards/rp-pico/Cargo.toml +++ b/boards/rp-pico/Cargo.toml @@ -13,13 +13,13 @@ repository = "https://github.com/rp-rs/rp-hal-boards.git" [dependencies] cortex-m = "0.7.2" rp2040-boot2 = { version = "0.2.0", optional = true } -rp2040-hal = { version = "0.7.0" } +rp2040-hal = { version = "0.8.0" } cortex-m-rt = { version = "0.7", optional = true } fugit = "0.3.5" usb-device= "0.2.9" [dev-dependencies] -rp2040-hal = { version = "0.7.0", features = [ "defmt" ] } +rp2040-hal = { version = "0.8.0", featuers = [ "defmt" ] } panic-halt= "0.2.0" embedded-hal ="0.2.5" cortex-m-rtic = "1.1.2" diff --git a/boards/seeeduino-xiao-rp2040/Cargo.toml b/boards/seeeduino-xiao-rp2040/Cargo.toml index 2ded254..52bab1d 100644 --- a/boards/seeeduino-xiao-rp2040/Cargo.toml +++ b/boards/seeeduino-xiao-rp2040/Cargo.toml @@ -12,7 +12,7 @@ repository = "https://github.com/rp-rs/rp-hal-boards.git" [dependencies] cortex-m = "0.7.2" -rp2040-hal = { version = "0.7.0" } +rp2040-hal = { version = "0.8.0" } cortex-m-rt = { version = "0.7", optional = true } rp2040-boot2 = { version = "0.2.0", optional = true } diff --git a/boards/solderparty-rp2040-stamp/Cargo.toml b/boards/solderparty-rp2040-stamp/Cargo.toml index 982102c..4b7a407 100644 --- a/boards/solderparty-rp2040-stamp/Cargo.toml +++ b/boards/solderparty-rp2040-stamp/Cargo.toml @@ -13,7 +13,7 @@ repository = "https://github.com/rp-rs/rp-hal-boards.git" [dependencies] cortex-m = "0.7.2" rp2040-boot2 = { version = "0.2.0", optional = true } -rp2040-hal = { version = "0.7.0" } +rp2040-hal = { version = "0.8.0" } cortex-m-rt = { version = "0.7", optional = true } [dev-dependencies] diff --git a/boards/sparkfun-pro-micro-rp2040/Cargo.toml b/boards/sparkfun-pro-micro-rp2040/Cargo.toml index 7c0c797..99182d8 100644 --- a/boards/sparkfun-pro-micro-rp2040/Cargo.toml +++ b/boards/sparkfun-pro-micro-rp2040/Cargo.toml @@ -12,7 +12,7 @@ repository = "https://github.com/rp-rs/rp-hal-boards.git" [dependencies] cortex-m = "0.7.2" -rp2040-hal = { version = "0.7.0" } +rp2040-hal = { version = "0.8.0" } cortex-m-rt = { version = "0.7.0", optional = true } embedded-hal = { version = "0.2.4", features = ["unproven"] } rp2040-boot2 = { version = "0.2.0", optional = true } diff --git a/boards/sparkfun-thing-plus-rp2040/Cargo.toml b/boards/sparkfun-thing-plus-rp2040/Cargo.toml index 0ec4cab..301bcef 100644 --- a/boards/sparkfun-thing-plus-rp2040/Cargo.toml +++ b/boards/sparkfun-thing-plus-rp2040/Cargo.toml @@ -12,7 +12,7 @@ repository = "https://github.com/rp-rs/rp-hal-boards.git" [dependencies] cortex-m = "0.7.2" -rp2040-hal = { version = "0.7.0" } +rp2040-hal = { version = "0.8.0" } cortex-m-rt = { version = "0.7.0", optional = true } embedded-hal = { version = "0.2.4", features = ["unproven"] } rp2040-boot2 = { version = "0.2.0", optional = true } diff --git a/boards/vcc-gnd-yd-rp2040/Cargo.toml b/boards/vcc-gnd-yd-rp2040/Cargo.toml index 63aeb80..0f6248b 100644 --- a/boards/vcc-gnd-yd-rp2040/Cargo.toml +++ b/boards/vcc-gnd-yd-rp2040/Cargo.toml @@ -13,7 +13,7 @@ repository = "https://github.com/rp-rs/rp-hal-boards.git" [dependencies] cortex-m = "0.7.2" rp2040-boot2 = { version = "0.2.0", optional = true } -rp2040-hal = { version = "0.7.0" } +rp2040-hal = { version = "0.8.0" } cortex-m-rt = { version = "0.7", optional = true } fugit = "0.3.5" usb-device= "0.2.9" diff --git a/boards/waveshare-rp2040-lcd-0-96/Cargo.toml b/boards/waveshare-rp2040-lcd-0-96/Cargo.toml index c4db0bf..4e96937 100644 --- a/boards/waveshare-rp2040-lcd-0-96/Cargo.toml +++ b/boards/waveshare-rp2040-lcd-0-96/Cargo.toml @@ -13,7 +13,7 @@ repository = "https://github.com/rp-rs/rp-hal-boards.git" [dependencies] cortex-m = "0.7.2" rp2040-boot2 = { version = "0.2.0", optional = true } -rp2040-hal = { version = "0.7.0" } +rp2040-hal = { version = "0.8.0" } cortex-m-rt = { version = "0.7", optional = true } [dev-dependencies] diff --git a/boards/waveshare-rp2040-zero/Cargo.toml b/boards/waveshare-rp2040-zero/Cargo.toml index 2fa75e4..982377a 100644 --- a/boards/waveshare-rp2040-zero/Cargo.toml +++ b/boards/waveshare-rp2040-zero/Cargo.toml @@ -13,7 +13,7 @@ repository = "https://github.com/rp-rs/rp-hal-boards.git" [dependencies] cortex-m = "0.7.2" rp2040-boot2 = { version = "0.2.0", optional = true } -rp2040-hal = { version = "0.7.0" } +rp2040-hal = { version = "0.8.0" } cortex-m-rt = { version = "0.7", optional = true } [dev-dependencies] From f3474ad38814fb3f2a0581df4417d32c0678fefd Mon Sep 17 00:00:00 2001 From: Jan Niehusmann Date: Sat, 18 Feb 2023 10:30:04 +0000 Subject: [PATCH 2/2] Upgrade dependencies on ws2812-pio, i2c-pio to match rp2040-hal dependency --- boards/adafruit-feather-rp2040/Cargo.toml | 2 +- boards/adafruit-itsy-bitsy-rp2040/Cargo.toml | 2 +- boards/adafruit-kb2040/Cargo.toml | 2 +- boards/adafruit-qt-py-rp2040/Cargo.toml | 2 +- boards/adafruit-trinkey-qt2040/Cargo.toml | 2 +- boards/pimoroni-plasma-2040/Cargo.toml | 2 +- boards/pimoroni-servo2040/Cargo.toml | 2 +- boards/rp-pico/Cargo.toml | 4 ++-- boards/solderparty-rp2040-stamp/Cargo.toml | 2 +- boards/sparkfun-pro-micro-rp2040/Cargo.toml | 2 +- boards/sparkfun-thing-plus-rp2040/Cargo.toml | 2 +- boards/vcc-gnd-yd-rp2040/Cargo.toml | 2 +- boards/waveshare-rp2040-zero/Cargo.toml | 2 +- 13 files changed, 14 insertions(+), 14 deletions(-) diff --git a/boards/adafruit-feather-rp2040/Cargo.toml b/boards/adafruit-feather-rp2040/Cargo.toml index 67ecbbd..a90c9ac 100644 --- a/boards/adafruit-feather-rp2040/Cargo.toml +++ b/boards/adafruit-feather-rp2040/Cargo.toml @@ -22,7 +22,7 @@ embedded-hal ="0.2.5" fugit = "0.3.5" nb = "1.0.0" smart-leds = "0.3.0" -ws2812-pio = "0.5.0" +ws2812-pio = "0.6.0" [features] # This is the set of features we enable by default diff --git a/boards/adafruit-itsy-bitsy-rp2040/Cargo.toml b/boards/adafruit-itsy-bitsy-rp2040/Cargo.toml index d2b1926..3596bb2 100644 --- a/boards/adafruit-itsy-bitsy-rp2040/Cargo.toml +++ b/boards/adafruit-itsy-bitsy-rp2040/Cargo.toml @@ -21,7 +21,7 @@ panic-halt= "0.2.0" embedded-hal ="0.2.5" smart-leds = "0.3" nb = "1.0.0" -ws2812-pio = "0.5.0" +ws2812-pio = "0.6.0" fugit = "0.3.5" [features] diff --git a/boards/adafruit-kb2040/Cargo.toml b/boards/adafruit-kb2040/Cargo.toml index 8224740..2672860 100644 --- a/boards/adafruit-kb2040/Cargo.toml +++ b/boards/adafruit-kb2040/Cargo.toml @@ -23,7 +23,7 @@ rp2040-boot2 = "0.2" smart-leds = "0.3.0" fugit = "0.3.5" nb = "1.0.0" -ws2812-pio = "0.5.0" +ws2812-pio = "0.6.0" [features] # This is the set of features we enable by default diff --git a/boards/adafruit-qt-py-rp2040/Cargo.toml b/boards/adafruit-qt-py-rp2040/Cargo.toml index 254f001..35593d5 100644 --- a/boards/adafruit-qt-py-rp2040/Cargo.toml +++ b/boards/adafruit-qt-py-rp2040/Cargo.toml @@ -21,7 +21,7 @@ panic-halt= "0.2.0" embedded-hal ="0.2.5" smart-leds = "0.3" nb = "1.0.0" -ws2812-pio = "0.5.0" +ws2812-pio = "0.6.0" fugit = "0.3.5" [features] diff --git a/boards/adafruit-trinkey-qt2040/Cargo.toml b/boards/adafruit-trinkey-qt2040/Cargo.toml index 87ff6dd..1886c8d 100644 --- a/boards/adafruit-trinkey-qt2040/Cargo.toml +++ b/boards/adafruit-trinkey-qt2040/Cargo.toml @@ -20,7 +20,7 @@ panic-halt= "0.2.0" embedded-hal ="0.2.5" smart-leds = "0.3" nb = "1.0.0" -ws2812-pio = "0.5.0" +ws2812-pio = "0.6.0" fugit = "0.3.5" [features] diff --git a/boards/pimoroni-plasma-2040/Cargo.toml b/boards/pimoroni-plasma-2040/Cargo.toml index 0f6c20c..038e58b 100644 --- a/boards/pimoroni-plasma-2040/Cargo.toml +++ b/boards/pimoroni-plasma-2040/Cargo.toml @@ -21,7 +21,7 @@ rp2040-hal = { version = "0.8.0", features = [ "defmt" ] } panic-halt= "0.2.0" embedded-hal ="0.2.5" smart-leds = "0.3.0" -ws2812-pio = "0.5.0" +ws2812-pio = "0.6.0" fugit = "0.3.5" defmt = "0.3.0" diff --git a/boards/pimoroni-servo2040/Cargo.toml b/boards/pimoroni-servo2040/Cargo.toml index 5b3bfdc..f5b7767 100644 --- a/boards/pimoroni-servo2040/Cargo.toml +++ b/boards/pimoroni-servo2040/Cargo.toml @@ -25,7 +25,7 @@ embedded-hal ="0.2.5" fugit = "0.3.5" nb = "1.0.0" smart-leds = "0.3.0" -ws2812-pio = "0.5.0" +ws2812-pio = "0.6.0" [features] # This is the set of features we enable by default diff --git a/boards/rp-pico/Cargo.toml b/boards/rp-pico/Cargo.toml index c1af995..f87d83b 100644 --- a/boards/rp-pico/Cargo.toml +++ b/boards/rp-pico/Cargo.toml @@ -24,11 +24,11 @@ panic-halt= "0.2.0" embedded-hal ="0.2.5" cortex-m-rtic = "1.1.2" nb = "1.0" -i2c-pio = "0.5.0" +i2c-pio = "0.6.0" heapless = "0.7.9" embedded-sdmmc = { git = "https://github.com/rust-embedded-community/embedded-sdmmc-rs.git", rev = "db58253bb326d20e177c733ebc0b051ef0dcee0f" } smart-leds = "0.3.0" -ws2812-pio = "0.5.0" +ws2812-pio = "0.6.0" ssd1306 = "0.7.0" embedded-graphics = "0.7.1" hd44780-driver = "0.4.0" diff --git a/boards/solderparty-rp2040-stamp/Cargo.toml b/boards/solderparty-rp2040-stamp/Cargo.toml index 4b7a407..0cf7358 100644 --- a/boards/solderparty-rp2040-stamp/Cargo.toml +++ b/boards/solderparty-rp2040-stamp/Cargo.toml @@ -22,7 +22,7 @@ embedded-hal ="0.2.5" nb = "1.0.0" smart-leds = "0.3.0" pio = "0.2.0" -ws2812-pio = "0.5.0" +ws2812-pio = "0.6.0" fugit = "0.3.5" [features] diff --git a/boards/sparkfun-pro-micro-rp2040/Cargo.toml b/boards/sparkfun-pro-micro-rp2040/Cargo.toml index 99182d8..2c888b0 100644 --- a/boards/sparkfun-pro-micro-rp2040/Cargo.toml +++ b/boards/sparkfun-pro-micro-rp2040/Cargo.toml @@ -22,7 +22,7 @@ panic-halt = "0.2.0" smart-leds = "0.3.0" nb = "1.0.0" pio = "0.2.0" -ws2812-pio = "0.5.0" +ws2812-pio = "0.6.0" fugit = "0.3.5" [features] diff --git a/boards/sparkfun-thing-plus-rp2040/Cargo.toml b/boards/sparkfun-thing-plus-rp2040/Cargo.toml index 301bcef..0f55f87 100644 --- a/boards/sparkfun-thing-plus-rp2040/Cargo.toml +++ b/boards/sparkfun-thing-plus-rp2040/Cargo.toml @@ -22,7 +22,7 @@ panic-halt = "0.2.0" smart-leds = "0.3.0" nb = "1.0.0" pio = "0.2.0" -ws2812-pio = "0.5.0" +ws2812-pio = "0.6.0" fugit = "0.3.5" [features] diff --git a/boards/vcc-gnd-yd-rp2040/Cargo.toml b/boards/vcc-gnd-yd-rp2040/Cargo.toml index 0f6248b..f7c3269 100644 --- a/boards/vcc-gnd-yd-rp2040/Cargo.toml +++ b/boards/vcc-gnd-yd-rp2040/Cargo.toml @@ -23,7 +23,7 @@ panic-halt= "0.2.0" embedded-hal ="0.2.5" nb = "1.0" smart-leds = "0.3.0" -ws2812-pio = "0.5.0" +ws2812-pio = "0.6.0" pio = "0.2.0" [features] diff --git a/boards/waveshare-rp2040-zero/Cargo.toml b/boards/waveshare-rp2040-zero/Cargo.toml index 982377a..bd55009 100644 --- a/boards/waveshare-rp2040-zero/Cargo.toml +++ b/boards/waveshare-rp2040-zero/Cargo.toml @@ -22,7 +22,7 @@ embedded-hal ="0.2.5" fugit = "0.3.5" nb = "1.0.0" smart-leds = "0.3.0" -ws2812-pio = "0.5.0" +ws2812-pio = "0.6.0" [features] # This is the set of features we enable by default