examples(generic_button_led): Add default sdkconfig for esp32_c3_devkit_rust_2#802
Merged
Conversation
fbd0ce7 to
3a29967
Compare
|
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
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.
ESP-BSP Pull Request checklist
Description
Please describe your change here
Note
Low Risk
Example-only Kconfig defaults with no runtime or library logic changes.
Overview
Adds
sdkconfig.esp32_c3_devkit_rust_2so the generic button/LED example can be built for the ESP32-C3-DevKit-RUST-2 without hand-editing Kconfig.The defaults target esp32c3, select the generic BSP devkit profile, and wire one GPIO button (GPIO 9, active low) plus one RGB LED on GPIO 2 using the RMT backend—matching that board’s layout. Use it like other board presets via
SDKCONFIG_DEFAULTS=sdkconfig.esp32_c3_devkit_rust_2when runningidf.py.Reviewed by Cursor Bugbot for commit 3a29967. Bugbot is set up for automated code reviews on this repo. Configure here.