mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
a73dd07d12
esp_light_sleep_start() will stall the other CPU via esp_ipc_isr_stall_other_cpu(). After stalling the other CPU, will call esp_clk_... API which themselves take locks. If the other stalled CPU is holding those locks, this will result in a deadlock. This commit adds a workaround calling esp_clk_private_lock() to take the lock before stalling the other CPU. |
||
---|---|---|
.. | ||
esp_private | ||
esp_debug_helpers.h | ||
esp_expression_with_stack.h | ||
esp_freertos_hooks.h | ||
esp_ipc_isr.h | ||
esp_ipc.h | ||
esp_system.h | ||
esp_task_wdt.h | ||
esp_task.h | ||
esp_xt_wdt.h |