Skip to content

Commit ca1c27f

Browse files
committed
stm32: stm32f4xx update
relevant issues: - stm32-rs/synopsys-usb-otg#33 - stm32-rs/stm32f4xx-hal#574 repr(C) required otherwise layout is optimized by rust compiler Signed-off-by: Lakshya Singh <[email protected]>
1 parent 095b08f commit ca1c27f

File tree

2 files changed

+23
-90
lines changed

2 files changed

+23
-90
lines changed

vls-signer-stm32/Cargo.lock

Lines changed: 21 additions & 88 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vls-signer-stm32/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ cortex-m = "0.7"
1212
cortex-m-rt = "0.7"
1313
alloc-cortex-m = { version = "0.4.1" }
1414
display-interface = { version = "0.4.1", optional = true }
15-
stm32f4 = "0.14.0"
15+
stm32f4 = "0.15.1"
1616
embedded-graphics = "0.7.1"
1717
st7789 = { version = "0.6.1", default-features = false, features = ["graphics", "buffer"] }
1818
rtt-target = { version = "0.3.1", features = ["cortex-m"] }
@@ -44,7 +44,7 @@ features = [
4444
]
4545

4646
[dependencies.stm32f4xx-hal]
47-
version = "0.13"
47+
version = "0.14"
4848
features = ["fsmc_lcd", "fsmc", "sdio", "sdio-host", "otg-fs", "usb_fs"]
4949

5050
[features]

0 commit comments

Comments
 (0)