stm32: Add support for FMC

This commit is contained in:
Matous Hybl
2022-02-08 14:32:18 +01:00
parent fee1de109d
commit d37d714314
7 changed files with 1027 additions and 1 deletions

View File

@ -30,6 +30,7 @@ stm32-metapac = { version = "0.1.0", path = "../stm32-metapac", features = ["rt"
vcell = { version = "0.1.3", optional = true }
bxcan = "0.6.2"
nb = "1.0.0"
stm32-fmc = "0.2.4"
seq-macro = "0.2.2"
cfg-if = "1.0.0"