rp-rs / rp2040-pac

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

Add missing enum on spi sspcr0 frf #75

Closed ithinuel closed 1 year ago

ithinuel commented 1 year ago

Resolves #74

Note: Clippy complains about things that are done by svd2rust.

jannic commented 1 year ago

Note: Clippy complains about things that are done by svd2rust.

Perhaps we should first update svd2rust, to (hopefully) get rid of such warnings? (https://github.com/jannic-dev-forks/rp2040-pac/actions/runs/5632915967/job/15261317209)

ithinuel commented 1 year ago

Yes, I'm happy to wait for svd2rust to be updated first.