mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-12-29 21:00:46 +00:00
chore: bump usbd-hid version
Signed-off-by: Haobo Gu <haobogu@outlook.com>
This commit is contained in:
parent
5ffb369854
commit
6f2ad3b696
@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
## Unreleased - ReleaseDate
|
||||
|
||||
- Add support for USB HID Boot Protocol Mode
|
||||
- Bump usbd-hid from 0.8.1 to 0.9.0
|
||||
|
||||
## 0.5.1 - 2025-08-26
|
||||
|
||||
|
||||
@ -69,5 +69,5 @@ heapless = "0.8"
|
||||
embedded-io-async = "0.6.1"
|
||||
|
||||
# for HID
|
||||
usbd-hid = { version = "0.8.1", optional = true }
|
||||
usbd-hid = { version = "0.9.0", optional = true }
|
||||
ssmarshal = { version = "1.0", default-features = false, optional = true }
|
||||
|
||||
@ -28,7 +28,7 @@ cortex-m-rt = "0.7.0"
|
||||
panic-probe = { version = "1.0.0", features = ["print-defmt"] }
|
||||
rand = { version = "0.9.0", default-features = false }
|
||||
embedded-storage = "0.3.1"
|
||||
usbd-hid = "0.8.1"
|
||||
usbd-hid = "0.9.0"
|
||||
serde = { version = "1.0.136", default-features = false }
|
||||
embedded-hal = { version = "1.0" }
|
||||
embedded-hal-async = { version = "1.0" }
|
||||
|
||||
@ -23,7 +23,7 @@ cortex-m = { version = "0.7.6", features = ["inline-asm", "critical-section-sing
|
||||
cortex-m-rt = "0.7.0"
|
||||
panic-probe = { version = "1.0.0", features = ["print-defmt"] }
|
||||
embedded-storage = "0.3.1"
|
||||
usbd-hid = "0.8.1"
|
||||
usbd-hid = "0.9.0"
|
||||
serde = { version = "1.0.136", default-features = false }
|
||||
|
||||
[profile.release]
|
||||
|
||||
@ -45,7 +45,7 @@ display-interface = "0.5.0"
|
||||
byte-slice-cast = { version = "1.2.0", default-features = false }
|
||||
smart-leds = "0.4.0"
|
||||
heapless = "0.8"
|
||||
usbd-hid = "0.8.1"
|
||||
usbd-hid = "0.9.0"
|
||||
|
||||
embedded-hal-1 = { package = "embedded-hal", version = "1.0" }
|
||||
embedded-hal-async = "1.0"
|
||||
|
||||
@ -46,7 +46,7 @@ display-interface = "0.5.0"
|
||||
byte-slice-cast = { version = "1.2.0", default-features = false }
|
||||
smart-leds = "0.3.0"
|
||||
heapless = "0.8"
|
||||
usbd-hid = "0.8.1"
|
||||
usbd-hid = "0.9.0"
|
||||
|
||||
embedded-hal-1 = { package = "embedded-hal", version = "1.0" }
|
||||
embedded-hal-async = "1.0"
|
||||
|
||||
@ -32,7 +32,7 @@ critical-section = "1.1"
|
||||
nb = "1.0.0"
|
||||
embedded-storage = "0.3.1"
|
||||
micromath = "2.0.0"
|
||||
usbd-hid = "0.8.1"
|
||||
usbd-hid = "0.9.0"
|
||||
static_cell = "2"
|
||||
chrono = { version = "^0.4", default-features = false}
|
||||
|
||||
|
||||
@ -13,7 +13,7 @@ embassy-executor = { path = "../../embassy-executor", features = ["arch-cortex-m
|
||||
embassy-time = { path = "../../embassy-time", features = ["defmt", "defmt-timestamp-uptime", "tick-hz-32_768"] }
|
||||
embassy-usb = { path = "../../embassy-usb", features = ["defmt"] }
|
||||
embassy-futures = { path = "../../embassy-futures" }
|
||||
usbd-hid = "0.8.1"
|
||||
usbd-hid = "0.9.0"
|
||||
|
||||
defmt = "1.0.1"
|
||||
defmt-rtt = "1.0.0"
|
||||
|
||||
@ -14,7 +14,7 @@ embassy-time = { version = "0.5.0", path = "../../embassy-time", features = ["de
|
||||
embassy-usb = { version = "0.5.1", path = "../../embassy-usb", features = ["defmt"] }
|
||||
embassy-net = { version = "0.7.1", path = "../../embassy-net", features = ["defmt", "tcp", "dhcpv4", "medium-ethernet"] }
|
||||
embassy-futures = { version = "0.1.2", path = "../../embassy-futures" }
|
||||
usbd-hid = "0.8.1"
|
||||
usbd-hid = "0.9.0"
|
||||
|
||||
defmt = "1.0.1"
|
||||
defmt-rtt = "1.0.0"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user