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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user