Merge branch 'feature/c6_ulp_sleep' into 'master'

ulp: added sleep support for lp core

Closes IDF-7012

See merge request espressif/esp-idf!23103
This commit is contained in:
Zim Kalinowski
2023-04-25 22:40:52 +08:00
33 changed files with 307 additions and 27 deletions

View File

@@ -1262,3 +1262,7 @@ config SOC_BLE_50_SUPPORTED
config SOC_BLE_DEVICE_PRIVACY_SUPPORTED
bool
default y
config SOC_ULP_HAS_ADC
bool
default y

View File

@@ -511,3 +511,6 @@
#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 */
/*-------------------------- ULP CAPS ----------------------------------------*/
#define SOC_ULP_HAS_ADC (1) /* ADC can be accessed from ULP */