Bring over DAC example (relies upon stm32-data update)

This commit is contained in:
Bob McWhirter
2021-06-08 15:09:17 -04:00
parent 4f1f63f336
commit 6295589467
3 changed files with 95 additions and 5 deletions

View File

@ -1,7 +1,7 @@
[package]
authors = ["Dario Nieuwenhuis <dirbaio@dirbaio.net>"]
edition = "2018"
name = "embassy-stm32h4-examples"
name = "embassy-stm32h7-examples"
version = "0.1.0"
resolver = "2"
@ -23,8 +23,6 @@ embassy-stm32 = { version = "0.1.0", path = "../../embassy-stm32", features = ["
embassy-extras = {version = "0.1.0", path = "../../embassy-extras" }
stm32h7 = { version = "0.13", features = ["stm32h743"]}
stm32h7xx-hal = { version = "0.9.0", features = ["stm32h743"] }
#stm32l4 = { version = "0.13", features = ["stm32l4x5" ] }
#stm32l4xx-hal = { version = "0.6.0", features = ["stm32l4x5"] }
defmt = "0.2.0"
defmt-rtt = "0.2.0"
@ -37,5 +35,5 @@ futures = { version = "0.3.8", default-features = false, features = ["async-awai
rtt-target = { version = "0.3", features = ["cortex-m"] }
heapless = { version = "0.7.1", default-features = false }
#micromath = "2.0.0"
micromath = "2.0.0"