fix: fix ci job error of some instructions require put to iram text

This commit is contained in:
Li Shuai
2025-03-21 16:21:33 +08:00
parent b47005a030
commit ce63f86f56
5 changed files with 7 additions and 1 deletions

View File

@@ -2,6 +2,7 @@ menu "ADC and ADC Calibration"
config ADC_ONESHOT_CTRL_FUNC_IN_IRAM
bool "Place ISR version ADC oneshot mode read function into IRAM"
select ESP_PERIPH_CTRL_FUNC_IN_IRAM
default n
help
Place ISR version ADC oneshot mode read function into IRAM.