change(esp_system): add iram opt for rtc clk resart cases

This commit is contained in:
hebinglin
2026-01-20 21:22:23 +08:00
parent 5a0369edf8
commit dfac6f6ef4
6 changed files with 57 additions and 2 deletions
@@ -2,3 +2,6 @@
# Used for testing stack smashing protection
CONFIG_COMPILER_STACK_CHECK=y
CONFIG_PM_POWER_DOWN_PERIPHERAL_IN_LIGHT_SLEEP=y
CONFIG_ESP_PERIPH_CTRL_FUNC_IN_IRAM=n
CONFIG_RTC_CLK_FUNC_IN_IRAM=n
CONFIG_RTC_TIME_FUNC_IN_IRAM=n