I have a project that runs well under "Raspberry Pi Pico/RP2040/RP2350" V4.5.3 platform by Earle F. Philhower, III, after having problems solving it with the mbed platform.
Now I have another project where I've seen working examples under the official "Arduino Mbed OS RP2040". Can I install both packets, and somehow tell the IDE which to use for a particular project or somehow switch between them?
Hi @treczoks_job.
Yes. Just use Boards Manager to install the "Arduino Mbed OS RP2040 Boards" platform:
https://docs.arduino.cc/software/ide-v2/tutorials/ide-v2-board-manager
The installations of both platforms can coexist on your computer without causing any problems at all.
If you select the board from Arduino IDE's Tools > Board > Arduino Mbed OS RP2040 Boards menu, then the "Arduino Mbed OS RP2040 Boards" platform will be used to compile and upload the sketch.
If you select the board from Arduino IDE's Tools > Board > Raspberry Pi Pico/RP2040/RP2350 menu, then the "Raspberry Pi Pico/RP2040/RP2350" platform will be used to compile and upload the sketch.
You are welcome. I'm glad if I was able to be of assistance.
Regards, Per