svd2rust icon indicating copy to clipboard operation
svd2rust copied to clipboard

Semantic checks and post-processing

Open Disasm opened this issue 6 years ago • 0 comments

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)
  • enumeratedValues shouldn't contain items with identical names or values (https://github.com/japaric/svd/pull/69#issuecomment-515784823)
  • Your item here

Disasm avatar Aug 10 '19 17:08 Disasm