Skip to content

v0.2.6

Compare
Choose a tag to compare
@adamgreig adamgreig released this 21 Aug 15:04
· 248 commits to master since this release
v0.2.6
53f7f2a

Breaking changes:

  • Move _strip, _strip_end before _modify (#89)
    • Existing patch files may need updating to refer to the stripped
      versions of names being modified
  • Allow _derive to rename derived peripherals, optionally specify a new base
    address and description (#118)
    • If registers were being copied and modified, use _copy instead of
      _derive for those peripherals.

Other changes:

  • Improve error messages on missing files (#117)
  • Fix help documentation for svdtools patch command (#119)