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

@@ -854,3 +854,7 @@ config SOC_BT_CLASSIC_SUPPORTED
config SOC_BLE_DEVICE_PRIVACY_SUPPORTED
bool
default n
config SOC_ULP_HAS_ADC
bool
default y

View File

@@ -417,3 +417,6 @@
#define SOC_BLE_MESH_SUPPORTED (1) /*!< Support BLE MESH */
#define SOC_BT_CLASSIC_SUPPORTED (1) /*!< Support Bluetooth Classic hardware */
#define SOC_BLE_DEVICE_PRIVACY_SUPPORTED (0) /*!< Support BLE device privacy mode */
/*-------------------------- ULP CAPS ----------------------------------------*/
#define SOC_ULP_HAS_ADC (1) /* ADC can be accessed from ULP */