commit | ed6da68f5b9492b32a5a34de408b7bd6c885af92 | [log] [tgz] |
---|---|---|
author | Emil Lindqvist <emil@lindq.gr> | Wed Nov 01 11:54:23 2023 +0100 |
committer | Alberto Escolar <32480799+aescolar@users.noreply.github.com> | Thu Jan 04 13:48:28 2024 +0100 |
tree | 672ae7383792533aaeef87f58c18666fc11e2637 | |
parent | c3e8b731eff5beb5b28aef248bbc8ed20a2c7419 [diff] |
i2s: stm32h7: add i2s support for stm32h7 mcu family 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>