chore(faderboard): use stm32f0xx-hal with backported features
This commit is contained in:
parent
d4058bd161
commit
da20d2bcc0
|
@ -280,8 +280,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "stm32f0xx-hal"
|
name = "stm32f0xx-hal"
|
||||||
version = "0.18.0"
|
version = "0.18.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "git+https://github.com/lujoga/stm32f0xx-hal.git?branch=v0.18.0-backports#3984f7e46f574cce122dfdf05353fe9126ac47d6"
|
||||||
checksum = "79544d457fe9a119c6fd02f0a16b8c20f39472b03199aac0a307d871a7015ad8"
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bare-metal 1.0.0",
|
"bare-metal 1.0.0",
|
||||||
"bxcan",
|
"bxcan",
|
||||||
|
|
|
@ -9,6 +9,6 @@ edition = "2021"
|
||||||
cortex-m = "0.7.7"
|
cortex-m = "0.7.7"
|
||||||
cortex-m-rt = "0.7.3"
|
cortex-m-rt = "0.7.3"
|
||||||
panic-halt = "0.2.0"
|
panic-halt = "0.2.0"
|
||||||
stm32f0xx-hal = { version = "0.18.0", features = ["rt", "stm32f072", "stm32-usbd"] }
|
stm32f0xx-hal = { git = "https://github.com/lujoga/stm32f0xx-hal.git", branch = "v0.18.0-backports", features = ["rt", "stm32f072", "stm32-usbd"] }
|
||||||
usb-device = "0.3.2"
|
usb-device = "0.3.2"
|
||||||
usbd-hid = "0.7.0"
|
usbd-hid = "0.7.0"
|
||||||
|
|
Loading…
Reference in New Issue