mirror of
https://github.com/italicsjenga/rp-hal-boards.git
synced 2024-12-23 20:51:31 +11:00
Bump -pio dependencies
This commit is contained in:
parent
e5eda48891
commit
bf66ae9a58
|
@ -24,7 +24,7 @@ members = [
|
||||||
]
|
]
|
||||||
|
|
||||||
[patch.'https://github.com/rp-rs/rp-hal.git']
|
[patch.'https://github.com/rp-rs/rp-hal.git']
|
||||||
rp2040-hal = { path ="./rp2040-hal" }
|
rp2040-hal = { path = "./rp2040-hal" }
|
||||||
|
|
||||||
[patch.crates-io]
|
[patch.crates-io]
|
||||||
rp2040-hal = { path ="./rp2040-hal" }
|
rp2040-hal = { path = "./rp2040-hal" }
|
||||||
|
|
|
@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Migrate from `embedded-time` to `fugit`
|
- Migrate from `embedded-time` to `fugit`
|
||||||
|
- Bump `ws2812-pio` to 0.4.0
|
||||||
|
|
||||||
## 0.3.0 - 2022-06-13
|
## 0.3.0 - 2022-06-13
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,7 @@ embedded-hal ="0.2.5"
|
||||||
fugit = "0.3.5"
|
fugit = "0.3.5"
|
||||||
nb = "1.0.0"
|
nb = "1.0.0"
|
||||||
smart-leds = "0.3.0"
|
smart-leds = "0.3.0"
|
||||||
ws2812-pio = "0.3.0"
|
ws2812-pio = "0.4.0"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["boot2", "rt"]
|
default = ["boot2", "rt"]
|
||||||
|
|
|
@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Migrate from `embedded-time` to `fugit`
|
- Migrate from `embedded-time` to `fugit`
|
||||||
|
- Bump `ws2812-pio` to 0.4.0
|
||||||
|
|
||||||
## 0.3.0 - 2022-06-13
|
## 0.3.0 - 2022-06-13
|
||||||
|
|
||||||
|
|
|
@ -21,7 +21,7 @@ panic-halt= "0.2.0"
|
||||||
embedded-hal ="0.2.5"
|
embedded-hal ="0.2.5"
|
||||||
smart-leds = "0.3"
|
smart-leds = "0.3"
|
||||||
nb = "1.0.0"
|
nb = "1.0.0"
|
||||||
ws2812-pio = "0.3.0"
|
ws2812-pio = "0.4.0"
|
||||||
fugit = "0.3.5"
|
fugit = "0.3.5"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
|
|
@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Migrate from `embedded-time` to `fugit`
|
- Migrate from `embedded-time` to `fugit`
|
||||||
|
- Bump `ws2812-pio` to 0.4.0
|
||||||
|
|
||||||
## 0.3.0 - 2022-06-13
|
## 0.3.0 - 2022-06-13
|
||||||
|
|
||||||
|
|
|
@ -28,4 +28,4 @@ rp2040-boot2 = "0.2"
|
||||||
smart-leds = "0.3.0"
|
smart-leds = "0.3.0"
|
||||||
fugit = "0.3.5"
|
fugit = "0.3.5"
|
||||||
nb = "1.0.0"
|
nb = "1.0.0"
|
||||||
ws2812-pio = "0.3.0"
|
ws2812-pio = "0.4.0"
|
||||||
|
|
|
@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Migrate from `embedded-time` to `fugit`
|
- Migrate from `embedded-time` to `fugit`
|
||||||
|
- Bump `ws2812-pio` to 0.4.0
|
||||||
|
|
||||||
## 0.3.0 - 2022-06-13
|
## 0.3.0 - 2022-06-13
|
||||||
|
|
||||||
|
|
|
@ -21,7 +21,7 @@ panic-halt= "0.2.0"
|
||||||
embedded-hal ="0.2.5"
|
embedded-hal ="0.2.5"
|
||||||
smart-leds = "0.3"
|
smart-leds = "0.3"
|
||||||
nb = "1.0.0"
|
nb = "1.0.0"
|
||||||
ws2812-pio = "0.3.0"
|
ws2812-pio = "0.4.0"
|
||||||
fugit = "0.3.5"
|
fugit = "0.3.5"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
|
|
@ -10,4 +10,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Migrate from `embedded-time` to `fugit`
|
- Migrate from `embedded-time` to `fugit`
|
||||||
|
- Bump `ws2812-pio` to 0.4.0
|
||||||
|
|
||||||
|
|
|
@ -20,7 +20,7 @@ panic-halt= "0.2.0"
|
||||||
embedded-hal ="0.2.5"
|
embedded-hal ="0.2.5"
|
||||||
smart-leds = "0.3"
|
smart-leds = "0.3"
|
||||||
nb = "1.0.0"
|
nb = "1.0.0"
|
||||||
ws2812-pio = "0.3.0"
|
ws2812-pio = "0.4.0"
|
||||||
fugit = "0.3.5"
|
fugit = "0.3.5"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
|
|
@ -11,4 +11,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
- Use `rp2040-hal`'s entry function.
|
- Use `rp2040-hal`'s entry function.
|
||||||
- Migrate from `embedded-time` to `fugit`
|
- Migrate from `embedded-time` to `fugit`
|
||||||
|
- Bump `ws2812-pio` to 0.4.0
|
||||||
|
|
||||||
|
|
|
@ -21,7 +21,7 @@ rp2040-hal = { path = "../../rp2040-hal", version = "0.5.0", features = [ "defmt
|
||||||
panic-halt= "0.2.0"
|
panic-halt= "0.2.0"
|
||||||
embedded-hal ="0.2.5"
|
embedded-hal ="0.2.5"
|
||||||
smart-leds = "0.3.0"
|
smart-leds = "0.3.0"
|
||||||
ws2812-pio = "0.3.0"
|
ws2812-pio = "0.4.0"
|
||||||
fugit = "0.3.5"
|
fugit = "0.3.5"
|
||||||
|
|
||||||
defmt = "0.3.0"
|
defmt = "0.3.0"
|
||||||
|
|
|
@ -16,6 +16,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
- Use `rp2040-hal`'s entry function.
|
- Use `rp2040-hal`'s entry function.
|
||||||
- Migrate from `embedded-time` to `fugit`
|
- 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
|
## 0.4.0 - 2022-06-13
|
||||||
|
|
||||||
|
|
|
@ -27,11 +27,11 @@ panic-halt= "0.2.0"
|
||||||
embedded-hal ="0.2.5"
|
embedded-hal ="0.2.5"
|
||||||
cortex-m-rtic = "1.1.2"
|
cortex-m-rtic = "1.1.2"
|
||||||
nb = "1.0"
|
nb = "1.0"
|
||||||
i2c-pio = "0.3.0"
|
i2c-pio = "0.4.0"
|
||||||
heapless = "0.7.9"
|
heapless = "0.7.9"
|
||||||
embedded-sdmmc = { git = "https://github.com/rust-embedded-community/embedded-sdmmc-rs.git", rev = "db58253bb326d20e177c733ebc0b051ef0dcee0f" }
|
embedded-sdmmc = { git = "https://github.com/rust-embedded-community/embedded-sdmmc-rs.git", rev = "db58253bb326d20e177c733ebc0b051ef0dcee0f" }
|
||||||
smart-leds = "0.3.0"
|
smart-leds = "0.3.0"
|
||||||
ws2812-pio = "0.3.0"
|
ws2812-pio = "0.4.0"
|
||||||
ssd1306 = "0.7.0"
|
ssd1306 = "0.7.0"
|
||||||
embedded-graphics = "0.7.1"
|
embedded-graphics = "0.7.1"
|
||||||
hd44780-driver = "0.4.0"
|
hd44780-driver = "0.4.0"
|
||||||
|
|
|
@ -11,4 +11,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
- Migrate from `embedded-time` to `fugit`
|
- Migrate from `embedded-time` to `fugit`
|
||||||
- Bump `pio` to 0.2.0
|
- Bump `pio` to 0.2.0
|
||||||
|
- Bump `ws2812-pio` to 0.4.0
|
||||||
|
|
||||||
|
|
|
@ -27,5 +27,5 @@ embedded-hal ="0.2.5"
|
||||||
nb = "1.0.0"
|
nb = "1.0.0"
|
||||||
smart-leds = "0.3.0"
|
smart-leds = "0.3.0"
|
||||||
pio = "0.2.0"
|
pio = "0.2.0"
|
||||||
ws2812-pio = "0.3.0"
|
ws2812-pio = "0.4.0"
|
||||||
fugit = "0.3.5"
|
fugit = "0.3.5"
|
||||||
|
|
|
@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
- Migrate from `embedded-time` to `fugit`
|
- Migrate from `embedded-time` to `fugit`
|
||||||
- Bump `pio` to 0.2.0
|
- Bump `pio` to 0.2.0
|
||||||
|
- Bump `ws2812-pio` to 0.4.0
|
||||||
|
|
||||||
## 0.3.0 - 2022-06-13
|
## 0.3.0 - 2022-06-13
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,7 @@ panic-halt = "0.2.0"
|
||||||
smart-leds = "0.3.0"
|
smart-leds = "0.3.0"
|
||||||
nb = "1.0.0"
|
nb = "1.0.0"
|
||||||
pio = "0.2.0"
|
pio = "0.2.0"
|
||||||
ws2812-pio = "0.3.0"
|
ws2812-pio = "0.4.0"
|
||||||
fugit = "0.3.5"
|
fugit = "0.3.5"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
|
|
@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
- Use `rp2040-hal`'s entry function.
|
- Use `rp2040-hal`'s entry function.
|
||||||
- Migrate from `embedded-time` to `fugit`
|
- Migrate from `embedded-time` to `fugit`
|
||||||
- Bump `pio` to 0.2.0
|
- Bump `pio` to 0.2.0
|
||||||
|
- Bump `ws2812-pio` to 0.4.0
|
||||||
|
|
||||||
## 0.2.0 - 2022-06-13
|
## 0.2.0 - 2022-06-13
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,7 @@ panic-halt = "0.2.0"
|
||||||
smart-leds = "0.3.0"
|
smart-leds = "0.3.0"
|
||||||
nb = "1.0.0"
|
nb = "1.0.0"
|
||||||
pio = "0.2.0"
|
pio = "0.2.0"
|
||||||
ws2812-pio = "0.3.0"
|
ws2812-pio = "0.4.0"
|
||||||
fugit = "0.3.5"
|
fugit = "0.3.5"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
|
|
@ -14,6 +14,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Migrate from `embedded-time` to `fugit`
|
- 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
|
## 0.1.0 - 2022-07-17
|
||||||
|
|
||||||
|
|
|
@ -26,10 +26,10 @@ panic-halt= "0.2.0"
|
||||||
embedded-hal ="0.2.5"
|
embedded-hal ="0.2.5"
|
||||||
cortex-m-rtic = "1.1.2"
|
cortex-m-rtic = "1.1.2"
|
||||||
nb = "1.0"
|
nb = "1.0"
|
||||||
i2c-pio = "0.3.0"
|
i2c-pio = "0.4.0"
|
||||||
heapless = "0.7.9"
|
heapless = "0.7.9"
|
||||||
smart-leds = "0.3.0"
|
smart-leds = "0.3.0"
|
||||||
ws2812-pio = "0.3.0"
|
ws2812-pio = "0.4.0"
|
||||||
ssd1306 = "0.7.0"
|
ssd1306 = "0.7.0"
|
||||||
embedded-graphics = "0.7.1"
|
embedded-graphics = "0.7.1"
|
||||||
hd44780-driver = "0.4.0"
|
hd44780-driver = "0.4.0"
|
||||||
|
|
Loading…
Reference in a new issue