File tree 2 files changed +2
-0
lines changed
2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ CONFIG_BOOT_ROM_LOG_ALWAYS_OFF=y
11
11
CONFIG_BOOTLOADER_SKIP_VALIDATE_ALWAYS=y
12
12
CONFIG_ARDUHAL_LOG_DEFAULT_LEVEL_NONE=y
13
13
CONFIG_I2S_SUPPRESS_DEPRECATE_WARN=y
14
+ CONFIG_I2S_ISR_IRAM_SAFE=y
14
15
CONFIG_RMT_SUPPRESS_DEPRECATE_WARN=y
15
16
CONFIG_TEMP_SENSOR_SUPPRESS_DEPRECATE_WARN=y
16
17
CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_SIZE=y
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ CONFIG_SPIRAM_IGNORE_NOTFOUND=y
4
4
CONFIG_LCD_RGB_ISR_IRAM_SAFE=y
5
5
CONFIG_GDMA_CTRL_FUNC_IN_IRAM=y
6
6
# bounce buffer mode relies on GDMA EOF interrupt to be service-able
7
+ # I2S_ISR_IRAM_SAFE has to be set!! Done in common config
7
8
CONFIG_GDMA_ISR_IRAM_SAFE=y
8
9
# Enable the XIP-PSRAM feature, so the ext-mem cache won't be disabled when SPI1 is operating the main flash
9
10
CONFIG_SPIRAM_FETCH_INSTRUCTIONS=y
You can’t perform that action at this time.
0 commit comments