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

@@ -10,6 +10,7 @@ menu "ESP-Driver:LCD Controller Configurations"
config LCD_RGB_ISR_IRAM_SAFE
bool "RGB LCD ISR IRAM-Safe"
select GDMA_ISR_HANDLER_IN_IRAM # bounce buffer mode relies on GDMA EOF interrupt
select ESP_PERIPH_CTRL_FUNC_IN_IRAM
default n
help
Ensure the LCD interrupt is IRAM-Safe by allowing the interrupt handler to be