svd2rust
svd2rust copied to clipboard
Semantic checks and post-processing
As svd-parser only performs parsing, it's better to make an additional pass after it.
- Replacing empty descriptions (https://github.com/rust-embedded/svd2rust/pull/369#issuecomment-519923151)
enumeratedValuesshouldn't contain items with identical names or values (https://github.com/japaric/svd/pull/69#issuecomment-515784823)- Your item here