New
v0.36.0
- Generic
Periph<RB, A> - use
ConstZero::ZEROinstead ofDefault::default()to force const - Add
mtvec_alignfield toriscv_configto 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
FieldWriterwhere the explicit lifetimes are not necessary, which fixes theclippy::needless_lifetimeswarning on rustc 1.84 - Some fixes for the
svd2rust-regresstool and update of its documentation - Other internal clippy fixes for
clippy::manual_div_ceil,clippy::nonminimal_boolandclippy::needless_lifetimes - Add missing
escape_special_charsfor peripheral description - Update
svd-rsto 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