-
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
base: master
Are you sure you want to change the base?
Conversation
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
|
@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.
Remove Matter settings from ESP32 configuration.
|
@lucasssvaz @P-R-O-C-H-Y - ESP32 C61 seems to think that it has Thread in some place within ESP-Matter. Solution for now is to remove it from the list of targets for Matter. |
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.