diff --git a/boards/adafruit-feather-rp2040/Cargo.toml b/boards/adafruit-feather-rp2040/Cargo.toml index 9b9e99f..a90c9ac 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] @@ -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 198decf..3596bb2 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] @@ -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 6e56eb5..2672860 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 } @@ -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-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..35593d5 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 } @@ -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 0d26872..1886c8d 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 } @@ -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/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..038e58b 100644 --- a/boards/pimoroni-plasma-2040/Cargo.toml +++ b/boards/pimoroni-plasma-2040/Cargo.toml @@ -13,15 +13,15 @@ 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" -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 7da43c6..f5b7767 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" @@ -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/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..f87d83b 100644 --- a/boards/rp-pico/Cargo.toml +++ b/boards/rp-pico/Cargo.toml @@ -13,22 +13,22 @@ 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" 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/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..0cf7358 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] @@ -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 7c0c797..2c888b0 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 } @@ -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 0ec4cab..0f55f87 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 } @@ -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 63aeb80..f7c3269 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" @@ -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-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..bd55009 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] @@ -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