atsamd-rs / atsamd

Target atsamd microcontrollers using Rust
https://matrix.to/#/#atsamd-rs:matrix.org
Apache License 2.0
544 stars 198 forks source link

Refactor SAMD51/SAME54 USB modules into `common::thumbv7em::usb` #278

Closed jessebraham closed 3 years ago

jessebraham commented 3 years ago

Once #271 is merged, the samd51 and same54 modules will consist only of the usb module and the PWM hack. If we can refactor the usb modules out to common::thumbv7em::usb then we can eliminate the samd51/same54 modules altogether, since they share a common datasheet anyways.

Edit: the aforementioned PR has been merged.

jessebraham commented 3 years ago

Closed by #279