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

@@ -71,6 +71,10 @@ config SOC_SUPPORTS_SECURE_DL_MODE
bool
default y
config SOC_ULP_SUPPORTED
bool
default y
config SOC_LP_CORE_SUPPORTED
bool
default y

View File

@@ -42,6 +42,7 @@
#define SOC_TEMP_SENSOR_SUPPORTED 1
#define SOC_WIFI_SUPPORTED 1
#define SOC_SUPPORTS_SECURE_DL_MODE 1
#define SOC_ULP_SUPPORTED 1
#define SOC_LP_CORE_SUPPORTED 1
#define SOC_EFUSE_KEY_PURPOSE_FIELD 1
#define SOC_RTC_FAST_MEM_SUPPORTED 1