Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
2 of 5 tasks
DavidMKyle opened this issue Nov 12, 2022 · 1 comment
Open
2 of 5 tasks

Comments

@DavidMKyle
Copy link

DavidMKyle commented Nov 12, 2022

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

  • 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

  • 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'

@maxgerhardt
Copy link
Contributor

maxgerhardt commented Nov 12, 2022

Already pending in #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?

@ivankravets ivankravets transferred this issue from platformio/platformio-core Nov 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants