Skip to content

v0.36.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 10 Mar 15:22
· 4 commits to master since this release
684ba66
  • Generic Periph<RB, A>
  • use ConstZero::ZERO instead of Default::default() to force const
  • 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
  • Add missing escape_special_chars for peripheral description
  • Update svd-rs to 0.14.11
  • Added #![cfg_attr(docsrs, feature(doc_auto_cfg))] to the generated library code. This
    adds a display of the feature gates in the documentation of the generated library
  • Split on the start of attribute instead of the end