Version 0.3.3
Added
- Added an optional patch for removing common prefixes from register names. It can be enabled with the
--auto-patches remove_register_common_prefix
commandline option (#33 by @jeandudey). - Added translation of the ATDF architecture and series into appropriate SVD fields (#32 by @jeandudey).
Changed
- Internally switched to using
svd-rs
instead of hand-rolling the SVD file (#34 by @jeandudey).
Fixed
- Fixed generation of empty enumerated values (#35).