support ble on esp32c6

This commit is contained in:
shenweilong
2022-11-21 16:36:02 +08:00
committed by Shen Weilong
parent bcf19a275c
commit 93fc1bd05f
21 changed files with 2205 additions and 45 deletions

View File

@@ -1002,3 +1002,11 @@ config SOC_WIFI_HE_SUPPORT
config SOC_BLE_SUPPORTED
bool
default y
config SOC_BLE_MESH_SUPPORTED
bool
default y
config SOC_ESP_NIMBLE_CONTROLLER
bool
default y

View File

@@ -453,3 +453,5 @@
/*---------------------------------- Bluetooth CAPS ----------------------------------*/
#define SOC_BLE_SUPPORTED (1) /*!< Support Bluetooth Low Energy hardware */
#define SOC_BLE_MESH_SUPPORTED (1) /*!< Support BLE MESH */
#define SOC_ESP_NIMBLE_CONTROLLER (1) /*!< Support BLE EMBEDDED controller V1 */