platformio / platform-raspberrypi

Raspberry Pi: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/raspberrypi
Apache License 2.0
72 stars 93 forks source link

Support for iLabs Challenger boards #53

Closed sjdevlin closed 1 year ago

sjdevlin commented 1 year ago

Please can you consider adding support for the iLabs Challenger series of RP2040 dev boards. Thank you

LinusHeu commented 1 year ago

The arduino-mbed core (used in this platformio platform) only supports the Arduino Nano RP2040 connect and the Raspberry Pi Pico W. Tbh it looks to me like they're really not interested in adding any boards not made by the Arduino company (besides the Pico).

The unofficial (but really good) arduino-pico core supports the iLabs Challenger series and many more boards. https://github.com/earlephilhower/arduino-pico https://arduino-pico.readthedocs.io/en/latest/platformio.html

sjdevlin commented 1 year ago

Thank you for the info !