zephyr/drivers/i2s
Aurelien Jarno 532550cba1 drivers/i2s_sam_ssc.c: enable cache support
Enable cache operations before starting a DMA operation if the CPU has a
cache. All the support was already in place, it just needs to be
enabled.

With the previous commits, it allows the I2S tests to pass on a SAM E70
Xplained board with the CPU cache enabled.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
2018-11-22 13:16:42 -05:00
..
CMakeLists.txt
i2s_cavs.c drivers: i2s_cavs: Add bidirectional I2S support 2018-11-05 08:48:36 -05:00
i2s_cavs.h
i2s_common.c i2s: fix bad argument to k_mem_slab_free() 2018-11-16 18:26:03 -05:00
i2s_handlers.c i2s: fix slab leak in i2s_buf_write() 2018-11-16 18:26:03 -05:00
i2s_ll_stm32.c dts_fixups: Use DT_ prefix in all defined labels not related to Kconfig 2018-11-13 10:44:42 -06:00
i2s_ll_stm32.h
i2s_sam_ssc.c drivers/i2s_sam_ssc.c: enable cache support 2018-11-22 13:16:42 -05:00
Kconfig
Kconfig.cavs drivers: i2s_cavs: Add bidirectional I2S support 2018-11-05 08:48:36 -05:00
Kconfig.sam_ssc
Kconfig.stm32