File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,18 @@ CONFIG_SPIRAM_MODE_OCT=y
2
2
CONFIG_SPIRAM_IGNORE_NOTFOUND=y
3
3
# CONFIG_SPIRAM_MEMTEST is not set
4
4
CONFIG_LCD_RGB_ISR_IRAM_SAFE=y
5
- CONFIG_GDMA_CTRL_FUNC_IN_IRAM=y
6
5
# bounce buffer mode relies on GDMA EOF interrupt to be service-able
7
6
# I2S_ISR_IRAM_SAFE has to be set!! Done in common config
7
+ CONFIG_GDMA_CTRL_FUNC_IN_IRAM=y
8
8
CONFIG_GDMA_ISR_IRAM_SAFE=y
9
+ CONFIG_DW_GDMA_CTRL_FUNC_IN_IRAM=y
10
+ CONFIG_DW_GDMA_OBJ_DRAM_SAFE=y
11
+ CONFIG_DW_GDMA_SETTER_FUNC_IN_IRAM=y
12
+ CONFIG_DW_GDMA_GETTER_FUNC_IN_IRAM=y
13
+ CONFIG_DW_GDMA_ISR_IRAM_SAFE=y
14
+ CONFIG_DW_GDMA_OBJ_DRAM_SAFE=y
15
+ CONFIG_DMA2D_OPERATION_FUNC_IN_IRAMA=y
16
+ CONFIG_DMA2D_ISR_IRAM_SAFE=y
9
17
# Enable the XIP-PSRAM feature, so the ext-mem cache won't be disabled when SPI1 is operating the main flash
10
18
CONFIG_SPIRAM_FETCH_INSTRUCTIONS=y
11
19
CONFIG_SPIRAM_RODATA=y
You can’t perform that action at this time.
0 commit comments