Merge branch 'fix/fix_esp32c5_ulp_examples' into 'master'

fix(examples): fix esp32c5 ulp examples

Closes IDF-12084 and IDF-10034

See merge request espressif/esp-idf!36802
This commit is contained in:
Wu Zheng Hui
2025-02-10 21:27:16 +08:00
7 changed files with 30 additions and 6 deletions

View File

@@ -1383,6 +1383,10 @@ config SOC_WIFI_LIGHT_SLEEP_CLK_WIDTH
int
default 12
config SOC_RTC_MEM_SUPPORT_SPEED_MODE_SWITCH
bool
default y
config SOC_PM_SUPPORT_WIFI_WAKEUP
bool
default y

View File

@@ -541,6 +541,9 @@
/*--------------- WIFI LIGHT SLEEP CLOCK WIDTH CAPS --------------------------*/
#define SOC_WIFI_LIGHT_SLEEP_CLK_WIDTH (12)
/*-------------------------- RTC MEM CAPS ----------------------------*/
#define SOC_RTC_MEM_SUPPORT_SPEED_MODE_SWITCH 1
// TODO: IDF-5351 (Copy from esp32c3, need check)
/*-------------------------- Power Management CAPS ----------------------------*/
#define SOC_PM_SUPPORT_WIFI_WAKEUP (1)