stm32: fix build, add ci

This commit is contained in:
Dario Nieuwenhuis
2021-05-17 03:01:30 +02:00
parent cd0d3c4b0d
commit f7858631d8
18 changed files with 166 additions and 7 deletions

View File

@ -19,6 +19,7 @@ futures = { version = "0.3.5", default-features = false, features = ["async-awai
rand_core = { version = "0.6.2", optional = true }
sdio-host = { version = "0.5.0", optional = true }
embedded-sdmmc = { git = "https://github.com/thalesfragoso/embedded-sdmmc-rs", branch = "async", optional = true }
critical-section = "0.2.1"
[build-dependencies]
regex = "1.4.6"