Skip to content

add support for DFRobot FireBeetle 2 ESP32-E board #1026

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

Merged
merged 3 commits into from
Feb 27, 2023
Merged

add support for DFRobot FireBeetle 2 ESP32-E board #1026

merged 3 commits into from
Feb 27, 2023

Conversation

lmarzen
Copy link
Contributor

@lmarzen lmarzen commented Feb 11, 2023

This PR adds support for the DFRobot FireBeetle 2 ESP32-E board.

This will close the following issues

Related PR to add DFRobot FireBeetle 2 ESP32-E board support to arduino-esp32: espressif/arduino-esp32#7835

@lmarzen
Copy link
Contributor Author

lmarzen commented Feb 15, 2023

@valeros espressif/arduino-esp32#7835 has been merged. Is this pull request blocked until a new stable version of the Arduino core released with support for this board?

@valeros
Copy link
Member

valeros commented Feb 17, 2023

Is this pull request blocked until a new stable version of the Arduino core released with support for this board?

That's correct, this board will be merged when a new release of Arduino core is available. Alternatively, you can manually put together all files in one project, something like this:

ProjectFolder
|-- platformio.ini
|-- boards
|   `-- dfrobot_firebeetle2_esp32e.json <-- Your board manfiest
|-- include
|-- lib
|-- src
|   `-- Blink.ino
|-- test
`-- custom_variants
    `-- dfrobot_firebeetle2_esp32e <-- Your variant implementation
        `-- pins_arduino.h

Where platformio.ini is the following:

[env:dfrobot_firebeetle2_esp32e]
platform = espressif32
framework = arduino
board = dfrobot_firebeetle2_esp32e
monitor_speed = 115200
board_build.variants_dir = custom_variants

@lmarzen
Copy link
Contributor Author

lmarzen commented Feb 25, 2023

There is a new release of espressif/arduino-esp32 (2.0.7) that includes support for this board. https://github.com/espressif/arduino-esp32/releases/tag/2.0.7

@valeros valeros merged commit e4262ee into platformio:develop Feb 27, 2023
@valeros
Copy link
Member

valeros commented Feb 27, 2023

Many thanks, merged!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants