Skip to content

Commit 0832b9b

Browse files
committed
Identify disjoint arrays and expand them
1 parent fc2d126 commit 0832b9b

File tree

3 files changed

+515
-168
lines changed

3 files changed

+515
-168
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ thiserror = "1.0"
5555
serde = { version = "1.0", optional = true }
5656
serde_json = { version = "1.0.85", optional = true }
5757
serde_yaml = { version = "0.9.11", optional = true }
58+
regex = "1.6.0"
5859

5960
[dependencies.svd-parser]
6061
features = ["expand"]

0 commit comments

Comments
 (0)