rp-rs / rp2040-pac

A Rust PAC for the RP2040 Microcontroller
142 stars 28 forks source link

Update svd2rust to version 0.32.0 #93

Closed jannic closed 5 months ago

jannic commented 6 months ago

I'm not 100% sure if adding type Safety to generic::Writable is a breaking change. Writable is a pub trait, but generic is not public, so it should be fine, I guess? At least cargo semver-checks doesn't complain.