Merge branch 'bugfix/fix_cause_in_wakeup_process' into 'master'

fix(wifi): fix crash issue in sleep wake process and cannot sleep after switch ps mode

Closes WIFIBUG-1687 and WIFI-7187

See merge request espressif/esp-idf!45291
This commit is contained in:
Jiang Jiang Jian
2026-01-28 10:26:53 +08:00
3 changed files with 9 additions and 1 deletions
+7
View File
@@ -94,3 +94,10 @@ entries:
if SOC_TEMP_SENSOR_SUPPORTED = y:
if PM_SLP_IRAM_OPT = y:
temperature_sensor_hal:temperature_sensor_hal_get_raw_value (noflash)
[mapping:esp_hal_gpio_pm]
archive: libesp_hal_gpio.a
entries:
if PM_SLP_IRAM_OPT = y:
if IDF_TARGET_ESP32 = y:
rtc_io_periph:rtc_io_desc (noflash_data)
@@ -1 +1,2 @@
CONFIG_EXAMPLE_GET_AP_INFO_FROM_STDIN=y
CONFIG_ESP_SLEEP_CACHE_SAFE_ASSERTION=y