Merge branch 'feature/lp_core_etm' into 'master'

feat(lp-core): added support for using ETM events as wake-up source

Closes IDF-10201 and IDF-6360

See merge request espressif/esp-idf!31810
This commit is contained in:
Marius Vikhammer
2024-07-08 12:23:03 +08:00
23 changed files with 404 additions and 6 deletions

View File

@@ -982,3 +982,7 @@ config SOC_RCC_IS_INDEPENDENT
config SOC_LP_CORE_SINGLE_INTERRUPT_VECTOR
bool
default y
config SOC_LP_CORE_SUPPORT_ETM
bool
default y

View File

@@ -591,3 +591,4 @@
/*------------------------------------- ULP CAPS -------------------------------------*/
#define SOC_LP_CORE_SINGLE_INTERRUPT_VECTOR (1) /*!< LP Core interrupts all map to a single entry in vector table */
#define SOC_LP_CORE_SUPPORT_ETM (1) /*!< LP Core supports ETM */