File tree Expand file tree Collapse file tree 3 files changed +515
-168
lines changed Expand file tree Collapse file tree 3 files changed +515
-168
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
4040- Bring documentation on how to generate MSP430 PACs up to date (in line with
4141 [ msp430_svd] ( https://github.com/pftbest/msp430_svd ) ).
4242- Prefix submodule path with self:: when reexporting submodules to avoid ambiguity in crate path.
43+ - Add handling for disjoint arrays
4344
4445## [ v0.25.1] - 2022-08-22
4546
Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ thiserror = "1.0"
5555serde = { version = " 1.0" , optional = true }
5656serde_json = { version = " 1.0.85" , optional = true }
5757serde_yaml = { version = " 0.9.11" , optional = true }
58+ regex = " 1.6.0"
5859
5960[dependencies .svd-parser ]
6061features = [" expand" ]
You can’t perform that action at this time.
0 commit comments