ble docs: Update the ble docs for esp32c6 and esp32h2

This commit is contained in:
Shen Weilong
2023-05-17 17:36:15 +08:00
parent cc7c851cb2
commit 0d12613ab9
16 changed files with 33 additions and 74 deletions

View File

@@ -1251,6 +1251,10 @@ config SOC_BLE_DEVICE_PRIVACY_SUPPORTED
bool
default y
config SOC_BLUFI_SUPPORTED
bool
default y
config SOC_ULP_HAS_ADC
bool
default y

View File

@@ -506,6 +506,7 @@
#define SOC_BLE_MESH_SUPPORTED (1) /*!< Support BLE MESH */
#define SOC_BLE_50_SUPPORTED (1) /*!< Support Bluetooth 5.0 */
#define SOC_BLE_DEVICE_PRIVACY_SUPPORTED (1) /*!< Support BLE device privacy mode */
#define SOC_BLUFI_SUPPORTED (1) /*!< Support BLUFI */
/*-------------------------- ULP CAPS ----------------------------------------*/
#define SOC_ULP_HAS_ADC (1) /* ADC can be accessed from ULP */