ulp: added sleep support for lp core

Added support for running LP core while hp core sleeps, as well
as waking up the hp core.
This commit is contained in:
Marius Vikhammer
2023-03-09 14:14:09 +08:00
parent 269ff98449
commit 359b237cc5
33 changed files with 307 additions and 27 deletions

View File

@@ -1078,3 +1078,7 @@ config SOC_WIFI_SUPPORT_VARIABLE_BEACON_WINDOW
config SOC_WIFI_NAN_SUPPORT
bool
default y
config SOC_ULP_HAS_ADC
bool
default y

View File

@@ -461,3 +461,5 @@
#define SOC_WIFI_MESH_SUPPORT (1) /*!< Support WIFI MESH */
#define SOC_WIFI_SUPPORT_VARIABLE_BEACON_WINDOW (1) /*!< Support delta early time for rf phy on/off */
#define SOC_WIFI_NAN_SUPPORT (1) /*!< Support WIFI Aware (NAN) */
/*-------------------------- ULP CAPS ----------------------------------------*/
#define SOC_ULP_HAS_ADC (1) /* ADC can be accessed from ULP */