RP235x: Add minimal example for Raspberry Pi Pico 2 Board#33
Open
Karthik-d-k wants to merge 13 commits into
Open
RP235x: Add minimal example for Raspberry Pi Pico 2 Board#33Karthik-d-k wants to merge 13 commits into
Karthik-d-k wants to merge 13 commits into
Conversation
The only code changes were: - Marking a now-unsafe attribute as unsafe - Removing the old Captures hack. This bumps the MSRV for the edition support.
Author
|
Rebased onto latest upstream |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi,
This PR adds a working example for the Raspberry Pi Pico 2, showing how to blink an On-Board LED connected to GPIO 25 using the Cortex-M33 core.
The Pico 2 is an exciting board because it features dual Cortex-M33 ARM cores and dual RISC-V Hazard3 cores, making it a great target for experimenting with mixed-architecture systems.
I discovered this OS while researching Hubris, and I built a similar working demo on Hubris.
That
hubris demoruns on both:This PR brings a comparable example here, focused specifically on the Cortex-M33 target.
From the Intro Guide:
NOTE: {os} currently supports ARM Cortex processors (M0, M0+, M3, M4, M7, and probably M33). I would be delighted to port it to a RISC-V processor and stop being ARM-centric. Perhaps you could recommend a cheap dev board for me to buy?