-
Notifications
You must be signed in to change notification settings - Fork 200
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
Enable optional RTIC support for Xiao_m0 #576
base: master
Are you sure you want to change the base?
Conversation
I think this is the right thing to do, but could you add an RTIC example as well? You should be able to copy/paste an existing M0 one. I think feather_m0 has one? |
@TDHolmes yea, I'll do that! |
I had to update the Hal to dependency in Cargo.toml to reference the repo version using |
@kadencartwright, we actually have a tier system for the BSPs. Tier 1 boards are kept up-to-date with Moving to a |
@bradleyharden Ah, I see. Makes sense to me. What's the best thing to do with this PR for the time being -- should I just leave it here as is or is there something else more helpful I can do with it? |
I think we just need to wait on this one until v0.15 is released |
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.
Make changes now that there has been a HAL release
Pinging @kadencartwright. Do you want to finish this up now that #570 has been merged? |
Summary
It would be nice if the seeduino xiao_m0 supported RTIC. I'm a bit of a rust newbie, so maybe this is a naive fix¿? but it seems as simple as adding a feature flag to enable the
rtic
feature in the hal dependency.Checklist
CHANGELOG.md
for the BSP or HAL updated