-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Raspberry Pico 2 porting #14831
Raspberry Pico 2 porting #14831
Conversation
These files were copied from a config of pico-sdk 2.0.0. They provide struct address mapped access to peripherals, along with register definitions. It also provides some compiler helpers that are partially used by the port.
Signed-off-by: Peter Bee <[email protected]>
This PR exceeds the recommended size of 1000 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size. |
This PR exceeds the recommended size of 1000 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size. |
The PSRAM part is removed for now since I don't have a Pimoroni board at hand to test. Calling for help :) |
@PeterBee97 you could try writing to the mailing list and asking if someone has the board. |
Documentation/platforms/arm/rp23xx/boards/raspberrypi-pico-2/README.txt
Outdated
Show resolved
Hide resolved
This PR exceeds the recommended size of 1000 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size. |
This PR exceeds the recommended size of 1000 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size. |
This PR exceeds the recommended size of 1000 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size. |
1 similar comment
This PR exceeds the recommended size of 1000 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size. |
@PeterBee97 please take a look at this error:
|
This PR exceeds the recommended size of 1000 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size. |
This PR exceeds the recommended size of 1000 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size. |
can we fuse the last three patches into the previous patches. |
Signed-off-by: Peter Bee <[email protected]>
This PR exceeds the recommended size of 1000 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size. |
Sure. Squashed |
Summary
Porting of RP2350 platform continuing @casaroli 's work #13305. Still have many stuff to test and fix, but most things are working!
Impact
drivers:
boards
chore
Impact
New potentially very popular boards supported in NuttX.
Testing
Manual testing with the boards on hand.