earlephilhower / arduino-pico

Raspberry Pi Pico Arduino core, for all RP2040 and RP2350 boards
GNU Lesser General Public License v2.1
2.03k stars 423 forks source link

Pimorni Pico Plus 2 in list of supported boards but not available in the boards menu under the 4.01 menu #2442

Closed Macrosii closed 1 month ago

Macrosii commented 1 month ago

Hi Under the supported boards listing there are the following Pimoroni boards listed; Pimoroni PGA2040 Pimoroni Pico Plus 2 Pimoroni Plasma2040 Pimoroni Tiny2040 Pimoroni Tiny2350

However under the boards menu for 4.01, it seems to be missing the two new RP2350 boards (apologies if I am missing something).

Regards

earlephilhower commented 1 month ago

You're looking at the git head readme and running the 4.0.1 release. The boards are in git but put in after 4.0.1. They'll be in the next release.

Macrosii commented 1 month ago

As I said apologies if being stupid!!! No sure what you mean by "git head" but was just looking at the Boards Listing on the main page of the repository "https://github.com/earlephilhower/arduino-pico"

earlephilhower commented 1 month ago

Yes, that's the head (current working point) of the source code control system, git.

Macrosii commented 1 month ago

Ah may bad. I had always assumed that the documentation on the landing page refereed to the latest release! True what they say about assumptions. Many thanks for the clarification and obviously for the huge amount of work and time you have spent on this!