mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-10 04:43:33 +00:00

In release mode, switches in rtc_clk_bbpll_set would be converted to jump tables. These tables would be placed into .rodata, which caused rtc_clk_cpu_freq_set to be unusable while cache is disabled. This manifested itself in crashes when exiting from light sleep: https://esp32.com/posting.php?mode=reply&f=13&t=3089#pr14590