Skip to content

Conversation

@espzav
Copy link
Collaborator

@espzav espzav commented Oct 24, 2025

ESP-BSP Pull Request checklist

  • CI passing

Change description

cursor[bot]

This comment was marked as outdated.

@espzav espzav force-pushed the feat/esp32_c3_c6_devkit branch from 785de05 to 6a355e6 Compare October 24, 2025 07:38
# LEDs
CONFIG_BSP_LEDS_NUM=1
CONFIG_BSP_LED_TYPE_RGB=y
CONFIG_BSP_LED_RGB_GPIO=8
Copy link

Choose a reason for hiding this comment

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

Bug: ESP32-C6 LED GPIO Configuration Error

Both ESP32-C3-DevKit and ESP32-C6-DevKitC-1 are configured to use identical GPIO pin 8 for RGB LED (CONFIG_BSP_LED_RGB_GPIO=8). This is suspicious because different ESP32 devkit boards typically use different GPIO pins for their onboard LEDs. For comparison, existing configurations show ESP32-S2-DevKitC-1 uses GPIO 18 and ESP32-S3-DevKitC-1.1 uses GPIO 38. The identical configuration suggests a potential copy-paste error where the ESP32-C6 configuration may have incorrectly inherited the C3 configuration without verifying the actual hardware GPIO mapping for the C6 devkit.

Fix in Cursor Fix in Web

@github-actions
Copy link

Test Results

25 tests   25 ✅  1m 9s ⏱️
 4 suites   0 💤
 4 files     0 ❌

Results for commit 6a355e6.

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.

Request for ESP32-C3 and ESP32-C6 Support (BSP-634)

1 participant