Open
Description
There are a number of different boards with the RP2040 device mounted; you can actually see them defined in the pico SDK under pico-sdk\src\boards\include\boards. Most of them are pretty similar, but some of them have different LED pins, default SPI pins, or oscillator settings. Additionally, some of them have larger flash chips than the default 2MB, and some of them need different secondary bootloaders (SBLs).
We need to come up with some way to handle these variant boards in Mbed CE. Likely this would mean creating a new entry in targets.json for each board that we want to support with the appropriate settings.