Files
2026-07-13 13:04:25 +08:00

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