Skip to content

Commit

Permalink
Update stm32h7xx-hal to version 0.16.0 and fdcan to version 0.2 in Ca…
Browse files Browse the repository at this point in the history
…rgo.toml files
  • Loading branch information
yorickdewid committed Sep 5, 2024
1 parent beb196d commit 865b73a
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion hcu/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"

[dependencies]
cortex-m-rtic = { version = "1.1.4" }
stm32h7xx-hal = { version = "0.15.1", features = ["stm32h743v", "rt", "can"] }
stm32h7xx-hal = { version = "0.16", features = ["stm32h743v", "rt", "can"] }
vecraft = { version = "0.2.0", path = "../vecraft" }

[[bin]]
Expand Down
2 changes: 1 addition & 1 deletion m-ecu/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"

[dependencies]
cortex-m-rtic = { version = "1.1.4" }
stm32h7xx-hal = { version = "0.15.1", features = ["stm32h743v", "rt", "can"] }
stm32h7xx-hal = { version = "0.16", features = ["stm32h743v", "rt", "can"] }
vecraft = { version = "0.2.0", path = "../vecraft" }

[[bin]]
Expand Down
4 changes: 2 additions & 2 deletions v-ecu/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ edition = "2021"
panic-halt = "0.2.0"
systick-monotonic = "1.0"
cortex-m-rtic = { version = "1.1.4" }
stm32h7xx-hal = { version = "0.15.1", features = ["stm32h743v", "rt", "can", "usb_hs"] }
fdcan = { version = "0.2.0", features = ["fdcan_h7"] }
stm32h7xx-hal = { version = "0.16", features = ["stm32h743v", "rt", "can", "usb_hs"] }
fdcan = { version = "0.2", features = ["fdcan_h7"] }
vecraft = { version = "0.2.0", path = "../vecraft" }
usb-device = "0.2.9"

Expand Down
4 changes: 2 additions & 2 deletions vecraft/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
panic-halt = "0.2.0"
systick-monotonic = "1.0"
cortex-m-rtic = { version = "1.1.4" }
stm32h7xx-hal = { version = "0.15.1", features = ["stm32h743v", "rt", "can"] }
fdcan = { version = "0.2.0", features = ["fdcan_h7"] }
stm32h7xx-hal = { version = "0.16", features = ["stm32h743v", "rt", "can"] }
fdcan = { version = "0.2", features = ["fdcan_h7"] }
j1939 = { version = "0.1", features = ["can"] }
usb-device = "0.2.9"

0 comments on commit 865b73a

Please sign in to comment.