-
Notifications
You must be signed in to change notification settings - Fork 7.6k
west: hal_rpi_pico: Update Pico-SDK to 2.0.0 #76986
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
Conversation
The following west manifest projects have been modified in this Pull Request:
Note: This message is automatically posted and updated by the Manifest GitHub Action. |
FWIW I've been using this PR in my work with no issues. I think this is good-to-go/LGTM etc. Is there anything I can do to help progress this PR? |
Update RaspberryPi Pico hal to 2.0.0 release Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
The directory structure has changed in 2.0.0, so we update it accordingly. Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
Following the GPIO interface changes in pico-sdk 2.0.0. Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
Some symbol names have been conflicted with introducing pico-sdk 2.0.0. Rename these. Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
@henrikbrixandersen |
@yonsch |
@yonsch if/when you approve we can move this PR in and get the larger RPi PR in afterwards. |
Update Pico-SDK to 2.0.0 release.