Skip to content

Releases: robamu/svd2rust

Prereleased 2025-02-25

13 Jan 11:45
0e2aa42
Compare
Choose a tag to compare
Pre-release
  • Add mtvec_align field to riscv_config to configure the byte alignment of interrupt vector table.
  • Fix reexport path when "%s" inside "derivedFrom"
  • Force using rust edition 2021 in CI
  • Added lifetime ellision for FieldWriter where the explicit lifetimes are not necessary, which
    fixes the clippy::needless_lifetimes warning on rustc 1.84
  • Some fixes for the svd2rust-regress tool and update of its documentation
  • Other internal clippy fixes for clippy::manual_div_ceil, clippy::nonminimal_bool and
    clippy::needless_lifetimes
  • Update svd-rs to 0.14.11