- Revert v0.1.3 changes as they broke stm32-rs builds.
- Iterate through derived peripherals when processing a device.
- Fixed behavior of _strip_end - @ahepp
- Backport changes for deriving registers from stm32-rs svdpatch.py - @jessebraham
- Backport two changes to stm32-rs svdpatch.py
- Set minor version so stm32-rs can potentially rely on this
- Add
strip
&_strip_end
patching options for stripping bitfields
- Add missing
black
andisort
requirements - @jessebraham - Add
_strip_end
as an option for patching - @jessebraham
- Import the current
stm32-rs/scripts/svdpatch.py
instead of an old one
- Initial release, importing from
stm32-rs/scripts/svdpatch.py
- Add
click
CLI, to call assvd patch <yaml-file>
- Add packaging