Update stm32-data (adds DBGMCU to all chips)

This commit is contained in:
Dario Nieuwenhuis
2021-06-21 01:28:25 +02:00
parent 06d69a8028
commit 5a4e3ceb88
3 changed files with 5 additions and 6 deletions

View File

@ -6,7 +6,7 @@ edition = "2018"
[dependencies]
regex = "1.4.6"
chiptool = { git = "https://github.com/embassy-rs/chiptool", rev = "b905099423280cdc39a96bc51f0b669ddb443797" }
chiptool = { git = "https://github.com/embassy-rs/chiptool", rev = "e0c5ff926ecd86e390bd9bc68b414bfc0e811b0e" }
serde = { version = "1.0.123", features = [ "derive" ]}
serde_yaml = "0.8.15"
syn = { version = "1.0", features = ["full","extra-traits"] }