mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
4ab44312d4
ESP32-S31 has a separate functional clock gate for the systimer (reg_systimer_clk_en in HP_SYS_CLKRST) that defaults to off. Without it, the counter snapshot never completes, hanging execution inside esp_timer_init_nonos. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>