mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-23 01:05:14 +00:00
hid examples support esp32c3/s3
This commit is contained in:
14
examples/bluetooth/esp_hid_device/sdkconfig.defaults.esp32c3
Normal file
14
examples/bluetooth/esp_hid_device/sdkconfig.defaults.esp32c3
Normal file
@@ -0,0 +1,14 @@
|
||||
#
|
||||
# Automatically generated file. DO NOT EDIT.
|
||||
# Espressif IoT Development Framework (ESP-IDF) Project Configuration
|
||||
#
|
||||
CONFIG_IDF_CMAKE=y
|
||||
CONFIG_IDF_TARGET_ARCH_RISCV=y
|
||||
CONFIG_IDF_TARGET="esp32c3"
|
||||
CONFIG_IDF_TARGET_ESP32C3=y
|
||||
CONFIG_IDF_FIRMWARE_CHIP_ID=0x0005
|
||||
|
||||
#
|
||||
# Bluetooth
|
||||
#
|
||||
CONFIG_BT_BLE_42_FEATURES_SUPPORTED=y
|
Reference in New Issue
Block a user