You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on github.com and signed with GitHub’s verified signature.
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