-
-
Notifications
You must be signed in to change notification settings - Fork 771
Update rp2040 boards #3399
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
Update rp2040 boards #3399
Conversation
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.
Looks good, have you confirmed panic prints work ok over the USB console? We had to get pretty creative with that for the nano33ble to really work correctly.
For the RP2040 boards, the panic is still printed over the UART, I did not have the time to update that. The fix in |
Tagging last-call, will merge by tomorrow unless anyone has issues. |
bors r+ |
Pull Request Overview
This pull request fixes the RP2040 boards:
Makefile
to use theelf2uf2
utility (usingopenocd
is difficult as it requires additional hardware)It would be great if we could merge this until the Rust Nation presentation.
Testing Strategy
This pull request was tested using a Pico Explorer Base board.
TODO or Help Wanted
N/A
Documentation Updated
/docs
, or no updates are required.Formatting
make prepush
.