This commit modifies the I2S driver to work for STM32H7 family of MCU's. Currently only TX is working. Tested on nucleo_stm32h743zi. Requires dma1 & dmamux1 to be enabled. Signed-off-by: Emil Lindqvist <emil@lindq.gr> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| i2s_common.c | ||
| i2s_handlers.c | ||
| i2s_litex.c | ||
| i2s_litex.h | ||
| i2s_ll_stm32.c | ||
| i2s_ll_stm32.h | ||
| i2s_mcux_flexcomm.c | ||
| i2s_mcux_sai.c | ||
| i2s_mcux_sai.h | ||
| i2s_nrfx.c | ||
| i2s_sam_ssc.c | ||
| Kconfig | ||
| Kconfig.litex | ||
| Kconfig.mcux | ||
| Kconfig.mcux_flexcomm | ||
| Kconfig.nrfx | ||
| Kconfig.sam_ssc | ||
| Kconfig.stm32 | ||