atsamd-rs / atsamd

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

Mkrzero update #697

Closed johngigantic closed 8 months ago

johngigantic commented 9 months ago

Summary

[Update Arduino MKRZero from atsamd-hal v0.14.0 to 0.16.0]

Checklist

If Adding a new Board (N/A)

If Adding a new cargo feature to the HAL (N/A)

johngigantic commented 9 months ago

With the latest 3 commits on top of the BSP changes, I've added @arkap's addition of a blinky_rtic example (#580) and updated it to work on top of my BSP changes. I'd be happy to get some review; it's cleaned up with respect to clippy, rustfmt, and all that, but I can add some more changes as desired.

If/when this gets merged, #580 can be closed out.

I've ran both the blinky_basic and blinky_rtic apps on the MkrZero successfully.