Skip to content

Commit 8a4b7f3

Browse files
committed
feat(esp_bsp_devkit): Add support for ESP32-C3 and ESP32-C6 devkits
1 parent 0ff244c commit 8a4b7f3

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# This file was generated using idf.py save-defconfig. It can be edited manually.
2+
# Espressif IoT Development Framework (ESP-IDF) Project Minimal Configuration
3+
#
4+
CONFIG_IDF_TARGET="esp32c3"
5+
6+
# ESP32C3-DevKitM-1 Settings
7+
# Buttons
8+
CONFIG_BSP_BUTTONS_NUM=1
9+
CONFIG_BSP_BUTTON_1_TYPE_GPIO=y
10+
CONFIG_BSP_BUTTON_1_GPIO=9
11+
CONFIG_BSP_BUTTON_1_LEVEL=0
12+
# LEDs
13+
CONFIG_BSP_LEDS_NUM=1
14+
CONFIG_BSP_LED_TYPE_RGB=y
15+
CONFIG_BSP_LED_RGB_GPIO=8
16+
CONFIG_BSP_LED_RGB_BACKEND_RMT=y
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# This file was generated using idf.py save-defconfig. It can be edited manually.
2+
# Espressif IoT Development Framework (ESP-IDF) Project Minimal Configuration
3+
#
4+
CONFIG_IDF_TARGET="esp32c6"
5+
6+
# ESP32C6-DevKitC-1 v1.2 Settings
7+
# Buttons
8+
CONFIG_BSP_BUTTONS_NUM=1
9+
CONFIG_BSP_BUTTON_1_TYPE_GPIO=y
10+
CONFIG_BSP_BUTTON_1_GPIO=9
11+
CONFIG_BSP_BUTTON_1_LEVEL=0
12+
# LEDs
13+
CONFIG_BSP_LEDS_NUM=1
14+
CONFIG_BSP_LED_TYPE_RGB=y
15+
CONFIG_BSP_LED_RGB_GPIO=8
16+
CONFIG_BSP_LED_RGB_BACKEND_RMT=y

0 commit comments

Comments
 (0)