mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-07 13:42:43 +00:00

The previous workaround does not work, the backup/restore should apply to RTC IO registers. Also moved the workaround to sleep_gpio.c to avoid gpio hal using kconfig.
9 lines
359 B
Plaintext
9 lines
359 B
Plaintext
menu "ESP-Driver:GPIO Configurations"
|
|
config GPIO_CTRL_FUNC_IN_IRAM
|
|
bool "Place GPIO control functions into IRAM"
|
|
default n
|
|
help
|
|
Place GPIO control functions (like intr_disable/set_level) into IRAM,
|
|
so that these functions can be IRAM-safe and able to be called in the other IRAM interrupt context.
|
|
endmenu
|