Oreste Bernardi
Oreste Bernardi
Peripheral could have names that conflict with crates names. ### How to reproduce: - Use attached SVD file. [cyt3bb.zip](https://github.com/rust-embedded/svd2rust/files/9657463/cyt3bb.zip) - Generate using svd2rust 0.25.1 ( ) - `cargo check` ###...
Following the definition of _unsafety_ as described in [Ferrocene spec](https://spec.ferrocene.dev/unsafety.html) and [Rust reference](https://doc.rust-lang.org/reference/behavior-considered-undefined.html), _unsafe_ code may result in undefined behavior. In our microcontrollers we can trigger an undefined behavior for...
svd_parser 0.14.1 If a tag contains a XML comment the tag content is ignored. see tag `licenseText` Below XML has been validated against latest svd.xsd. How to reproduce: ```rust use...