Skip to content
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

I need a header file for the Pico Plus 2 W for the Pico SDK #15

Open
znmeb opened this issue Oct 15, 2024 · 4 comments
Open

I need a header file for the Pico Plus 2 W for the Pico SDK #15

znmeb opened this issue Oct 15, 2024 · 4 comments

Comments

@znmeb
Copy link

znmeb commented Oct 15, 2024

I don't know if this is the right repo for this issue but it's the only RP2350-specific one I could find. See also issue raspberrypi/pico-sdk#1985.

As you probably know, the Pico SDK has a directory with header files for all the supported boards: https://github.com/raspberrypi/pico-sdk/tree/master/src/boards/include/boards The Pimoroni Pico Plus 2 is there but the Plus 2 W is not. Can you supply a header file in their format for the Pimoroni Pico Plus 2? Thanks!!

@Gadgetoid
Copy link
Member

@znmeb
Copy link
Author

znmeb commented Nov 2, 2024

Thanks! I plugged this into a script I have that rebuilds all of the examples in https://github.com/raspberrypi/pico-examples for RP2350 boards on both the RISC-V and Arm cores. It runs the RISC-V cores first and it crashed very early in the run.

I can do some troubleshooting and capture the logfiles, but before I do that, should the WiFi even work on RISC-V? The regular Pimoroni Pico Plus 2 without the WiFi builds all the relevant examples for both types of core.

@Gadgetoid
Copy link
Member

should the WiFi even work on RISC-V?

With no official reference implementation - Pico 2 W - to compare notes with, I can't possibly say. We've got a little out ahead here and are suffering for it 😬

There are also some changes coming to the WiFi driver to better support our boards/modules and I'm pulling those in ad-hoc to make our builds so I'd expect at least some trouble.

@znmeb
Copy link
Author

znmeb commented Nov 3, 2024

In that case I should probably come up with some MicroPython test cases and compare them with Pico W vs. Pico Plus 2 W boards. I assume you have some of those already but maybe not for my use cases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants