Initial H7 sdmmc support
This commit is contained in:
@ -8,6 +8,7 @@ edition = "2018"
|
||||
embassy = { version = "0.1.0", path = "../embassy" }
|
||||
embassy-macros = { version = "0.1.0", path = "../embassy-macros" }
|
||||
embassy-extras = {version = "0.1.0", path = "../embassy-extras" }
|
||||
embassy-traits = {version = "0.1.0", path = "../embassy-traits" }
|
||||
|
||||
defmt = { version = "0.2.0", optional = true }
|
||||
log = { version = "0.4.11", optional = true }
|
||||
@ -15,12 +16,14 @@ cortex-m-rt = { version = "0.6.13", features = ["device"] }
|
||||
cortex-m = "0.7.1"
|
||||
embedded-hal = { version = "0.2.4" }
|
||||
futures = { version = "0.3.5", default-features = false, features = ["async-await"] }
|
||||
rand_core = { version = "0.6.2", optional=true}
|
||||
rand_core = { version = "0.6.2", optional = true }
|
||||
sdio-host = "0.5.0"
|
||||
|
||||
[build-dependencies]
|
||||
regex = "1.4.6"
|
||||
|
||||
[features]
|
||||
default = ["stm32h750vb", "defmt-debug", "defmt"]
|
||||
defmt-trace = [ ]
|
||||
defmt-debug = [ ]
|
||||
defmt-info = [ ]
|
||||
|
Reference in New Issue
Block a user