Skip to content

Commit e109523

Browse files
bors[bot]n8tlarsen
andauthored
Merge #662
662: Disjoint arrays r=burrbull a=n8tlarsen Solution 2 for #660 which pre-parses ERC type names and provides expansion information to the render functions. Works great with a few SVDs from the [Renesas RA DFP](https://www2.renesas.eu/Keil_MDK_Packs/Renesas.RA_DFP.4.0.0.pack) which tend to use disjoint arrays quite frequently. Co-authored-by: n8tlarsen <[email protected]>
2 parents 4eb24b1 + 874f7df commit e109523

File tree

4 files changed

+318
-37
lines changed

4 files changed

+318
-37
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1414
- Test patched STM32
1515
- simplify ci strategy
1616
- Fix generated code for MSP430 atomics
17+
- Add handling for disjoint arrays
1718

1819
## [v0.27.1] - 2022-10-25
1920

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)