Skip to content

Release 0.3.0

Latest
Compare
Choose a tag to compare
@pellico pellico released this 10 Oct 09:27

Summary

This release requires rustc minimum version 1.74.
Fixes various bug especially related to derivedFrom and headerStructName tags in peripheral.
No change in API of generated PAC.
Generated PAC are full backward compatibles.

What's Changed

  • It is better to use the repository field in Cargo.toml by @szabgab in #30
  • Fixed broken link in README.md by @pellico in #33
  • 35 compilation fail when in svd file is used headerstructname in cluster declaration by @pellico in #37
  • Fully-qualify references to ::core module in generated code by @jnkr-ifx in #38
  • Consistently use headerStructName for peripherals' module and structure identifiers by @jnkr-ifx in #39
  • Remove unmaintained github action by @andreasWallnerIFX in #41
  • Update issue templates by @andreasWallnerIFX in #42
  • Removed limitation on clap version. by @pellico in #43
  • Migrated deny.toml and github workflow to latest cargo deny version. by @pellico in #44

New Contributors

Full Changelog: 0.2.0...0.3.0