-
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
grand_central_m4: Bump usb-device version #753
Conversation
Thanks @supersimple33 ! I think this might be a more involved change, because the Grand Central BSP is using HAL v 0.15 which I think uses usb-device 0.2 . I'd suggest you clone atsamd-rs locally, cd in to Per #752 the neopixel example probably won't actually work - I guess the right thing to do is get it to compile but otherwise leave it in place. I'm happy to help with the update if you've got hardware to test with. |
Also, don't mind the CI failures on nightly - looks like we need to update docstrings - or itsybitsy. |
I'm getting the following error now @ianrrees
when compiling. I ran cargo tree on the |
@supersimple33: you have a missing critical section implementation. Just add thr |
I recently started a wiki page with notes on updating firmwares to newer HALs - have added the critical section thing there. |
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.
Good stuff overall! There are a few minor but important things that should be addresses before we can merge this.
This reverts commit e1f0d05.
@jbeaurivage @ianrrees thanks for the guidance on this |
Summary
I am bumping the version of usb-device for the grand central.
Checklist
CHANGELOG.md
for the BSP or HAL updated#[allow]
certain lints where reasonable, but ideally justify those with a short comment.