-
Notifications
You must be signed in to change notification settings - Fork 203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mkrzero update #697
Mkrzero update #697
Conversation
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. |
Signed-off-by: Arne Kappen <[email protected]>
Signed-off-by: Arne Kappen <[email protected]>
5dccead
to
53b2ae0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* Update atsamd-hal to 0.16 and add built-in pin definitions * Add LED and VBatt sensor pins. Update each of 3 examples to use new atsamd-hal API * Update version number and changelog * arduino_mkrzero: add blinky_rtic example Signed-off-by: Arne Kappen <[email protected]> * fix fmt Signed-off-by: Arne Kappen <[email protected]> * Update blinky RTIC example to work with latest BSP changes --------- Signed-off-by: Arne Kappen <[email protected]> Co-authored-by: Arne Kappen <[email protected]>
* Update atsamd-hal to 0.16 and add built-in pin definitions * Add LED and VBatt sensor pins. Update each of 3 examples to use new atsamd-hal API * Update version number and changelog * arduino_mkrzero: add blinky_rtic example Signed-off-by: Arne Kappen <[email protected]> * fix fmt Signed-off-by: Arne Kappen <[email protected]> * Update blinky RTIC example to work with latest BSP changes --------- Signed-off-by: Arne Kappen <[email protected]> Co-authored-by: Arne Kappen <[email protected]>
Summary
[Update Arduino MKRZero from atsamd-hal v0.14.0 to 0.16.0]
Checklist
CHANGELOG.md
for the BSP or HAL updatedIf Adding a new Board (N/A)
If Adding a new cargo
feature
to the HAL (N/A)