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

This commit is contained in:
Marius Vikhammer
2024-07-01 12:11:41 +08:00
parent 144b731f3a
commit cf36c11b81
21 changed files with 400 additions and 7 deletions

View File

@@ -1486,3 +1486,7 @@ config SOC_CAPS_NO_RESET_BY_ANA_BOD
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 */