-
Notifications
You must be signed in to change notification settings - Fork 189
feat(esp32c61): Add support for ESP32-C61 #331
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
Open
lucasssvaz
wants to merge
8
commits into
master
Choose a base branch
from
feat/esp32c61
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+46
−10
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SuGlider
reviewed
Nov 12, 2025
Contributor
SuGlider
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changing C61 to disregard Matter over Thread and keep only WiFi as option.
e573764 to
00d34bb
Compare
Contributor
|
@lucasssvaz - it seems that the last commit has undo the changes I have added. |
Co-authored-by: Jan Procházka <90197375+P-R-O-C-H-Y@users.noreply.github.com> Co-authored-by: Sugar Glider <rodrigo.garcia@espressif.com>
00d34bb to
7c3926e
Compare
Updated Matter settings to enable CHIPoBLE and disable Matter over Thread.
Removed Zigbee configuration options from defconfig.
Removed OpenThread configuration settings from defconfig.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
espressif/arduino-esp32#12019
Testing
Tested locally.