-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
Supporting Pimoroni Pico Plus2 #77859
base: main
Are you sure you want to change the base?
Conversation
The following west manifest projects have changed revision in this Pull Request:
✅ All manifest checks OK Note: This message is automatically posted and updated by the Manifest GitHub Action. |
Supported Features | ||
================== | ||
|
||
The rpi_pico board configuration supports the following |
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.
board name as used by west with `` around it and board target, not configuration
}; | ||
}; | ||
|
||
clocks_default: clocks_default { |
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.
empty can go
808ef8a
to
cf60d51
Compare
af1da91
to
8eadd4c
Compare
86c14e5
to
b43d605
Compare
0a752ce
to
40f7d5e
Compare
40f7d5e
to
11c503c
Compare
8004648
to
23b9588
Compare
As the RP2350B has more than 32 GPIO pins, we changed the configuration so that it is split into two ports. To do this, we created a `raspberrypi,pico-gpio-port` node and moved the previous `raspberrypi,pico-gpio-port` functions to it. This became a child node of `raspberrypi,pico-gpio-port`, and `raspberrypi,pico-gpio-port` will remain a gpio mapper. Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
RP2350B is a rich IO variant in the RP2350 series. Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
23b9588
to
4092b6f
Compare
Pinoroni Pico Plus2 is an RP2350B based board that has more rich I/O, RAM, and Flash than the original Raspberry Pi Pico2. Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
4092b6f
to
e6c58d5
Compare
It's working to some extent already, but it's still rough.
#77368 needs to be addressed first.