From fd12bd513e4775c55ab558fffedd3cd6a9979356 Mon Sep 17 00:00:00 2001 From: Alexey Zholtikov Date: Thu, 27 Nov 2025 07:53:02 +0300 Subject: [PATCH] perf: placed gpio control functions into iram --- sdkconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdkconfig b/sdkconfig index 4edfeb4..bb5158d 100644 --- a/sdkconfig +++ b/sdkconfig @@ -676,7 +676,7 @@ CONFIG_DAC_DMA_AUTO_16BIT_ALIGN=y # ESP-Driver:GPIO Configurations # # CONFIG_GPIO_ESP32_SUPPORT_SWITCH_SLP_PULL is not set -# CONFIG_GPIO_CTRL_FUNC_IN_IRAM is not set +CONFIG_GPIO_CTRL_FUNC_IN_IRAM=y # end of ESP-Driver:GPIO Configurations #