Skip to content

Commit f0e596d

Browse files
authored
Fix i2s audio
* enable `CONFIG_I2S_ISR_IRAM_SAFE`
1 parent 24cf1c7 commit f0e596d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

configs/defconfig.common

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ CONFIG_BOOT_ROM_LOG_ALWAYS_OFF=y
1111
CONFIG_BOOTLOADER_SKIP_VALIDATE_ALWAYS=y
1212
CONFIG_ARDUHAL_LOG_DEFAULT_LEVEL_NONE=y
1313
CONFIG_I2S_SUPPRESS_DEPRECATE_WARN=y
14+
CONFIG_I2S_ISR_IRAM_SAFE=y
1415
CONFIG_RMT_SUPPRESS_DEPRECATE_WARN=y
1516
CONFIG_TEMP_SENSOR_SUPPRESS_DEPRECATE_WARN=y
1617
CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_SIZE=y

configs/defconfig.opi_ram

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ CONFIG_SPIRAM_IGNORE_NOTFOUND=y
44
CONFIG_LCD_RGB_ISR_IRAM_SAFE=y
55
CONFIG_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
78
CONFIG_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
910
CONFIG_SPIRAM_FETCH_INSTRUCTIONS=y

0 commit comments

Comments
 (0)