stm32-metapac: add new codegen, allows pregenerating the entire pac

This commit is contained in:
Dario Nieuwenhuis
2021-06-07 05:10:11 +02:00
parent 08bd140c6d
commit 5b8ac447f2
9 changed files with 549 additions and 374 deletions

View File

@ -11,10 +11,7 @@ cortex-m-rt = { version = "0.6.8", optional = true }
# BEGIN BUILD DEPENDENCIES
# These are removed when generating the pre-generated crate using the tool at gen/.
[build-dependencies]
regex = "1.4.6"
chiptool = { git = "https://github.com/embassy-rs/chiptool", rev = "86b77165078065058098e981d49d2dd213b2feba" }
serde = { version = "1.0.123", features = [ "derive" ]}
serde_yaml = "0.8.15"
stm32-metapac-gen = { path = "./gen" }
# END BUILD DEPENDENCIES
[features]