change(esp_hw_support): modify the default value of the kconfig option for place peripheral control module into iram to y

This commit is contained in:
Li Shuai
2025-11-20 11:00:42 +08:00
parent 2efc896aec
commit 72895e7b71
+1 -1
View File
@@ -236,7 +236,7 @@ menu "Hardware Settings"
menu "Peripheral Control"
config ESP_PERIPH_CTRL_FUNC_IN_IRAM
bool "Place peripheral control functions into IRAM"
default n
default y
help
Place peripheral control functions (e.g. periph_module_reset) into IRAM,
so that these functions can be IRAM-safe and able to be called in the other IRAM interrupt context.