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

Update Platformio.ini file to include more platforms and boards #446

Merged
merged 2 commits into from
Jul 12, 2023

Conversation

brentru
Copy link
Member

@brentru brentru commented Jul 11, 2023

This pull request:

  • Adds a new platformio.ini file
    • Adds support for ESP8266 platform
    • Adds support for ATMELSAM platform
    • Adds a user-reproducible build environment with lib_deps listed rather than sourced from a user's Arduino library installations
    • Adds common build environment for ESP32-X platform

TODO:

  • Update readme.md documentation to reflect this addition
  • Add build steps to learn guide

Future TODO:

  • Add FunHouse (w/LVGL)

NOTE: Due to a disagreement between Raspberry Pi and PlatformIO, we are unable to support the PicoW platform via PlatformIO at this time. PicoW and RP2040 boards will need to be built using Arduino-CLI and the earlephilhower BSP.

Resolves #337

@brentru brentru changed the title Update Platformio.ini file Enhance Platformio.ini file to include more platforms and boards Jul 11, 2023
@brentru brentru changed the title Enhance Platformio.ini file to include more platforms and boards Update Platformio.ini file to include more platforms and boards Jul 11, 2023
@brentru brentru merged commit f2bb070 into main Jul 12, 2023
@brentru brentru deleted the add-new-pio-file branch July 12, 2023 21:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add more hardware platforms to PlatformIO Project Configuration File (platformio.ini)
1 participant