Bump -pio dependencies

This commit is contained in:
Wilfried Chauveau 2022-08-23 19:34:10 +01:00
parent e5eda48891
commit bf66ae9a58
23 changed files with 28 additions and 15 deletions

View file

@ -24,7 +24,7 @@ members = [
]
[patch.'https://github.com/rp-rs/rp-hal.git']
rp2040-hal = { path ="./rp2040-hal" }
rp2040-hal = { path = "./rp2040-hal" }
[patch.crates-io]
rp2040-hal = { path ="./rp2040-hal" }
rp2040-hal = { path = "./rp2040-hal" }

View file

@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Migrate from `embedded-time` to `fugit`
- Bump `ws2812-pio` to 0.4.0
## 0.3.0 - 2022-06-13

View file

@ -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.3.0"
ws2812-pio = "0.4.0"
[features]
default = ["boot2", "rt"]

View file

@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Migrate from `embedded-time` to `fugit`
- Bump `ws2812-pio` to 0.4.0
## 0.3.0 - 2022-06-13

View file

@ -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.3.0"
ws2812-pio = "0.4.0"
fugit = "0.3.5"
[features]

View file

@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Migrate from `embedded-time` to `fugit`
- Bump `ws2812-pio` to 0.4.0
## 0.3.0 - 2022-06-13

View file

@ -28,4 +28,4 @@ rp2040-boot2 = "0.2"
smart-leds = "0.3.0"
fugit = "0.3.5"
nb = "1.0.0"
ws2812-pio = "0.3.0"
ws2812-pio = "0.4.0"

View file

@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Migrate from `embedded-time` to `fugit`
- Bump `ws2812-pio` to 0.4.0
## 0.3.0 - 2022-06-13

View file

@ -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.3.0"
ws2812-pio = "0.4.0"
fugit = "0.3.5"
[features]

View file

@ -10,4 +10,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Migrate from `embedded-time` to `fugit`
- Bump `ws2812-pio` to 0.4.0

View file

@ -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.3.0"
ws2812-pio = "0.4.0"
fugit = "0.3.5"
[features]

View file

@ -11,4 +11,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Use `rp2040-hal`'s entry function.
- Migrate from `embedded-time` to `fugit`
- Bump `ws2812-pio` to 0.4.0

View file

@ -21,7 +21,7 @@ rp2040-hal = { path = "../../rp2040-hal", version = "0.5.0", features = [ "defmt
panic-halt= "0.2.0"
embedded-hal ="0.2.5"
smart-leds = "0.3.0"
ws2812-pio = "0.3.0"
ws2812-pio = "0.4.0"
fugit = "0.3.5"
defmt = "0.3.0"

View file

@ -16,6 +16,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Use `rp2040-hal`'s entry function.
- Migrate from `embedded-time` to `fugit`
- Bump `ws2812-pio` to 0.4.0
- Bump `i2c-pio` to 0.4.0
## 0.4.0 - 2022-06-13

View file

@ -27,11 +27,11 @@ panic-halt= "0.2.0"
embedded-hal ="0.2.5"
cortex-m-rtic = "1.1.2"
nb = "1.0"
i2c-pio = "0.3.0"
i2c-pio = "0.4.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.3.0"
ws2812-pio = "0.4.0"
ssd1306 = "0.7.0"
embedded-graphics = "0.7.1"
hd44780-driver = "0.4.0"

View file

@ -11,4 +11,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Migrate from `embedded-time` to `fugit`
- Bump `pio` to 0.2.0
- Bump `ws2812-pio` to 0.4.0

View file

@ -27,5 +27,5 @@ embedded-hal ="0.2.5"
nb = "1.0.0"
smart-leds = "0.3.0"
pio = "0.2.0"
ws2812-pio = "0.3.0"
ws2812-pio = "0.4.0"
fugit = "0.3.5"

View file

@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Migrate from `embedded-time` to `fugit`
- Bump `pio` to 0.2.0
- Bump `ws2812-pio` to 0.4.0
## 0.3.0 - 2022-06-13

View file

@ -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.3.0"
ws2812-pio = "0.4.0"
fugit = "0.3.5"
[features]

View file

@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Use `rp2040-hal`'s entry function.
- Migrate from `embedded-time` to `fugit`
- Bump `pio` to 0.2.0
- Bump `ws2812-pio` to 0.4.0
## 0.2.0 - 2022-06-13

View file

@ -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.3.0"
ws2812-pio = "0.4.0"
fugit = "0.3.5"
[features]

View file

@ -14,6 +14,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Migrate from `embedded-time` to `fugit`
- Bump `ws2812-pio` to 0.4.0
- Bump `i2c-pio` to 0.4.0
## 0.1.0 - 2022-07-17

View file

@ -26,10 +26,10 @@ panic-halt= "0.2.0"
embedded-hal ="0.2.5"
cortex-m-rtic = "1.1.2"
nb = "1.0"
i2c-pio = "0.3.0"
i2c-pio = "0.4.0"
heapless = "0.7.9"
smart-leds = "0.3.0"
ws2812-pio = "0.3.0"
ws2812-pio = "0.4.0"
ssd1306 = "0.7.0"
embedded-graphics = "0.7.1"
hd44780-driver = "0.4.0"