Skip to content

examples(generic_button_led): Add default sdkconfig for esp32_c3_devkit_rust_2#802

Merged
espzav merged 1 commit into
masterfrom
examples/rust-2-devkit
Jun 24, 2026
Merged

examples(generic_button_led): Add default sdkconfig for esp32_c3_devkit_rust_2#802
espzav merged 1 commit into
masterfrom
examples/rust-2-devkit

Conversation

@espzav

@espzav espzav commented Jun 24, 2026

Copy link
Copy Markdown
Collaborator

ESP-BSP Pull Request checklist

  • Version of modified component bumped
  • CI passing

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_2 so 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_2 when running idf.py.

Reviewed by Cursor Bugbot for commit 3a29967. Bugbot is set up for automated code reviews on this repo. Configure here.

@espzav espzav force-pushed the examples/rust-2-devkit branch from fbd0ce7 to 3a29967 Compare June 24, 2026 12:56
@espzav espzav requested a review from PetrESP June 24, 2026 13:17

@PetrESP PetrESP left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@github-actions

Copy link
Copy Markdown

⚠️ Build failure was ignored (continue-on-error enabled).

See details: View build logs

@espzav espzav merged commit 8ebe64a into master Jun 24, 2026
73 checks passed
@espzav espzav deleted the examples/rust-2-devkit branch June 24, 2026 13:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants