Skip to content

Releases: rust-embedded/svdtools

v0.2.8

28 Jan 20:15
ce6ff66
Compare
Choose a tag to compare
  • patch: added possibility to modify dim elements (arrays)
  • mmap: replace %s in field array

v0.2.7

06 Oct 23:53
v0.2.7
074c31f
Compare
Choose a tag to compare
  • Print svdtools version on error, update dependencies
  • Check _delete, _strip, etc. on array of strings

v0.1.25

04 Sep 00:02
v0.1.25
e2a9f85
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.6...v0.1.25

v0.2.6

21 Aug 15:04
v0.2.6
53f7f2a
Compare
Choose a tag to compare

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)

v0.1.24

21 Aug 15:04
v0.1.24
53f7f2a
Compare
Choose a tag to compare

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.

v0.2.5

25 Jul 11:49
6285a7a
Compare
Choose a tag to compare
  • update svd-rs crates to 0.14
  • convert: Add format_config option

v0.2.4

15 May 19:18
664c63d
Compare
Choose a tag to compare
  • Added action to build binaries and release for every version tag and latest commit
  • Use svd-parser 0.13.4, add expand_properties option in convert
  • patch: check enum usage, don't add it if unneeded

Prereleased 2024-09-25

15 May 18:36
2b330c9
Compare
Choose a tag to compare
Pre-release
  • Sugar for simple _split and _merge