feat(esp32c61): Add support for ESP32-C61 #329
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This pull request introduces updates to the supported ESP32 targets and improves configuration management for new chips. The main changes are the addition of support for the new
esp32c61target, updates to build configurations for all targets, and a more flexible method for copying Bluetooth configuration files in the build scripts.Target support and configuration updates:
esp32c61target across the build matrix, build configurations, and introduced a new default configuration filedefconfig.esp32c61with relevant settings. [1] [2] [3] [4].github/workflows/push.ymland thetargetslist inconfigs/builds.jsonto includeesp32c61, ensuring all targets are consistently listed and ordered. [1] [2]configs/builds.json, including moving, updating, and adding entries foresp32c61. [1] [2] [3] [4] [5] [6]defconfig.esp32c5and creation of a newdefconfig.esp32c61. [1] [2]Build script improvements:
tools/copy-libs.shto automatically detect and copy Bluetooth configuration files for any ESP32 target, making the build process more robust and maintainable for future additions.Related
Requires espressif/arduino-esp32#12015
Testing
Tested locally.