Skip to content

Commit

Permalink
stm32f4 package dependencies issues fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
imrank03 committed Jan 10, 2023
1 parent 7abbc48 commit 320fd42
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions boards/hal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,6 @@ rustBoot = {path = "../../rustBoot", default-features = true, optional = true}
tock-registers = {version = "0.7.x", default-features = false, features = ["register_types"], optional = true}
# platform specific dependencies for nrf52840
nrf52840-hal = {version = "0.16.0", optional = true}
# platform specific dependencies for stm32f4 series
# stm32f411-hal = {package = "stm32f4xx-hal", version = "0.14.0", features = ["rt", "stm32f411",], optional = true}
# stm32f446-hal = {package = "stm32f4xx-hal", version = "0.14.0", features = ["rt", "stm32f446",], optional = true}
# stm32f469-hal = {package = "stm32f4xx-hal", version = "0.14.0", features = ["rt", "stm32f469",], optional = true}

# platform specific dependencies for stm32h7 series
stm32h7xx-hal = {version = "0.13.1", features = ["stm32h735", "rt"], optional = true}
# platform specific dependencies for stm32f7 series
Expand All @@ -47,7 +42,7 @@ stm32f7xx-hal = {version = "0.7.0", features = ["stm32f746", "rt"],optional = tr
stm32f3xx-hal = {version = "0.9.1", features = ["stm32f334x8", "rt"],optional = true}
# platform specific dependencies for rp-pico
rp2040-hal = {version = "0.7.0", optional = true}

# platform specific dependencies for stm32f4 series
[dependencies.stm32f4xx-hal]
version = "0.14.0"
features = ["rt"]
Expand Down

0 comments on commit 320fd42

Please sign in to comment.