Merge branch 'bugfix/enable_additional_lp_io_wakeup_v5.3' into 'release/v5.3'

fix(lp_io): enable setting edge type wakeup sources for targets that support this (v5.3)

See merge request espressif/esp-idf!36012
This commit is contained in:
morris
2025-04-15 10:30:26 +08:00
5 changed files with 12 additions and 0 deletions

View File

@@ -555,6 +555,10 @@ config SOC_RTCIO_VALID_RTCIO_MASK
hex
default 0xFF
config SOC_RTCIO_EDGE_WAKE_SUPPORTED
bool
default y
config SOC_DEDIC_GPIO_OUT_CHANNELS_NUM
int
default 8

View File

@@ -230,6 +230,7 @@
#define SOC_RTCIO_HOLD_SUPPORTED 1
#define SOC_RTCIO_WAKE_SUPPORTED 1
#define SOC_RTCIO_VALID_RTCIO_MASK (0xFF)
#define SOC_RTCIO_EDGE_WAKE_SUPPORTED 1
/*-------------------------- Dedicated GPIO CAPS -----------------------------*/
#define SOC_DEDIC_GPIO_OUT_CHANNELS_NUM (8) /*!< 8 outward channels on each CPU core */