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

Add board port for Pimoroni Pico Plus 2 W #9808

Open
eightycc opened this issue Nov 13, 2024 · 3 comments
Open

Add board port for Pimoroni Pico Plus 2 W #9808

eightycc opened this issue Nov 13, 2024 · 3 comments

Comments

@eightycc
Copy link

eightycc commented Nov 13, 2024

CP supports the Pimoroni Pico Plus 2 board but lacks support for the new W variant. The Pico Plus 2 W includes a Raspberry Pi RM2 adding WiFi and Bluetooth capabilities that should be compatible with the Infineon CYW43439 on the Raspberry Pi Pico W boards.

I'll claim this issue and will submit a pull request as soon as my test board arrives.

@eightycc eightycc changed the title Add board port for Pimoroni Plus Pico 2 W Add board port for Pimoroni Pico Plus 2 W Nov 13, 2024
@anecdata
Copy link
Member

Related: #9777

@bablokb
Copy link

bablokb commented Nov 14, 2024

I already have (two) of these boards. If I can help in any way, just let me know.

@eightycc
Copy link
Author

eightycc commented Nov 14, 2024

Thanks to @anecdata for pointing to micropython#16057 where a similar Micropython port is underway. Making a first pass through the PR and the changes it makes I can see that RP2350/RM2 changes depend on SDK changes to its develop branch. Likewise, cyw43-driver module will also need an update.

The cyw43-driver change is to TSSI calibration, so CP doesn't necessarily need it.

The PR issue that affects CP is achieving proper adjustment of the PIO clock speed. The CYW43439 communicates with its host using a SPI variant named gSPI. The cyw43-driver uses a PIO to emulate gSPI.

It's probably wise to wait for this PR to shake out.

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

No branches or pull requests

3 participants