platformio / platform-raspberrypi

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

Feature Request: Add board support for Adafruit Feather RP2040 #39

Open DavidMKyle opened 1 year ago

DavidMKyle commented 1 year ago

What kind of issue is this?

You can erase any parts of this template not applicable to your Issue.


Configuration

Operating system: All (W10, Linux, MAC)

PlatformIO Version (platformio --version): Core 6.1.5, Home 3.4.3

Additional info

Using C/C++, Arduino, with VSCode and 'Black Magic Probe'

maxgerhardt commented 1 year ago

Already pending in https://github.com/platformio/platform-raspberrypi/pull/36, you can use

[env]
platform = https://github.com/maxgerhardt/platform-raspberrypi.git
framework = arduino
board_build.core = earlephilhower
board_build.filesystem_size = 0.5m

[env:adafruit_feather]
board = adafruit_feather

already.

It does not however support the BMP for debugging -- did you verify that to be working previously and independently of PlatformIO?