Skip to content

Commit

Permalink
Upgrade dependencies on ws2812-pio, i2c-pio to match rp2040-hal depen…
Browse files Browse the repository at this point in the history
…dency
  • Loading branch information
jannic committed Feb 18, 2023
1 parent a03305b commit f3474ad
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion boards/adafruit-feather-rp2040/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion boards/adafruit-itsy-bitsy-rp2040/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion boards/adafruit-kb2040/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion boards/adafruit-qt-py-rp2040/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion boards/adafruit-trinkey-qt2040/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion boards/pimoroni-plasma-2040/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion boards/pimoroni-servo2040/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions boards/rp-pico/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion boards/solderparty-rp2040-stamp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion boards/sparkfun-pro-micro-rp2040/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion boards/sparkfun-thing-plus-rp2040/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion boards/vcc-gnd-yd-rp2040/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion boards/waveshare-rp2040-zero/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f3474ad

Please sign in to comment.