platform-raspberrypi icon indicating copy to clipboard operation
platform-raspberrypi copied to clipboard

Feature Request: Add board support for Adafruit Feather RP2040

Open DavidMKyle opened this issue 2 years ago • 1 comments

What kind of issue is this?

  • [ ] Question. This issue tracker is not the place for questions. If you want to ask how to do something, or to understand why something isn't working the way you expect it to, use Community Forums or Premium Support

  • [ ] PlatformIO IDE. All issues related to PlatformIO IDE should be reported to appropriate repository: PlatformIO IDE for Atom or PlatformIO IDE for VSCode

  • [x] Development Platform or Board. All issues (building, uploading, adding new boards, etc.) related to PlatformIO development platforms should be reported to appropriate repository related to your hardware https://github.com/topics/platformio-platform

  • [x] Feature Request. Start by telling us what problem you’re trying to solve. Often a solution already exists! Don’t send pull requests to implement new features without first getting our support. Sometimes we leave features out on purpose to keep the project small.

  • [ ] PlatformIO Core. If you’ve found a bug, please provide an information below.

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'

DavidMKyle avatar Nov 12 '22 02:11 DavidMKyle

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?

maxgerhardt avatar Nov 12 '22 11:11 maxgerhardt