docs: RP2 section should include RP2350 (A/B) and/or eliminate hard references to only RP2040
Documentation URL
No response
Description
Per title, the docs on RP2 have hardcoded references to 'RP2040'; capability statements (PIO etc) or references to datasheet are specifically addressing the RP2040.
Code of Conduct
Yes, I agree
rp2 API documentation
👋 Is the rp2 port documented anywhere? In particular, the rp2-specific features like PIO.
I realise there are a bunch of examples provided by the Raspberry Pi people; I'm looking specifically for "API reference"-style documentation, e.g. a list of all possible arguments to StateMachine. The only reference I've managed to find so far is the C source code, which while I'm fine with that it's not the most beginner-friendly :)
At docs.micropython.org I see there is port-specific documentation for some of the chips, but not the RP2040/Pi Pico.
Is this documented somewhere and I missed it? Are there already plans to write documentation like this? Or is this an area where we're seeking contributions?
Cheers!