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

@@ -1734,3 +1734,7 @@ config SOC_LCDCAM_CAM_PERIPH_NUM
config SOC_LCDCAM_CAM_DATA_WIDTH_MAX
int
default 16
config SOC_LP_CORE_SUPPORT_ETM
bool
default y

View File

@@ -684,3 +684,6 @@
#define SOC_LCDCAM_CAM_SUPPORT_RGB_YUV_CONV (1)
#define SOC_LCDCAM_CAM_PERIPH_NUM (1U)
#define SOC_LCDCAM_CAM_DATA_WIDTH_MAX (16U)
/*------------------------------------- ULP CAPS -------------------------------------*/
#define SOC_LP_CORE_SUPPORT_ETM (1) /*!< LP Core supports ETM */