Releases: robamu/svd2rust
Releases · robamu/svd2rust
Prereleased 2025-02-25
- Add
mtvec_align
field toriscv_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 theclippy::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