File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 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
1111CONFIG_BOOTLOADER_SKIP_VALIDATE_ALWAYS=y
1212CONFIG_ARDUHAL_LOG_DEFAULT_LEVEL_NONE=y
1313CONFIG_I2S_SUPPRESS_DEPRECATE_WARN=y
14+ CONFIG_I2S_ISR_IRAM_SAFE=y
1415CONFIG_RMT_SUPPRESS_DEPRECATE_WARN=y
1516CONFIG_TEMP_SENSOR_SUPPRESS_DEPRECATE_WARN=y
1617CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_SIZE=y
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ CONFIG_SPIRAM_IGNORE_NOTFOUND=y
44CONFIG_LCD_RGB_ISR_IRAM_SAFE=y
55CONFIG_GDMA_CTRL_FUNC_IN_IRAM=y
66# 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
78CONFIG_GDMA_ISR_IRAM_SAFE=y
89# Enable the XIP-PSRAM feature, so the ext-mem cache won't be disabled when SPI1 is operating the main flash
910CONFIG_SPIRAM_FETCH_INSTRUCTIONS=y
You can’t perform that action at this time.
0 commit comments