mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
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:
@@ -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
Submodule components/esp_wifi/lib updated: d8cc674234...f1b31f96ca
@@ -1 +1,2 @@
|
||||
CONFIG_EXAMPLE_GET_AP_INFO_FROM_STDIN=y
|
||||
CONFIG_ESP_SLEEP_CACHE_SAFE_ASSERTION=y
|
||||
|
||||
Reference in New Issue
Block a user