-
Notifications
You must be signed in to change notification settings - Fork 6.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dev add i2s stm32h5 #72990
Dev add i2s stm32h5 #72990
Commits on May 24, 2024
-
dts: arm: st: h5: add I2S nodes
Addition of I2S nodes Signed-off-by: Franck Thebault <franck.thebault@st.com> Signed-off-by: IBEN EL HADJ MESSAOUD Marwa <marwa.ibenelhadjmessaoud-ext@st.com>
Configuration menu - View commit details
-
Copy full SHA for 108b4ae - Browse repository at this point
Copy the full SHA 108b4aeView commit details -
tests: drivers: i2s: speed: add stm32h5 support
Test on STM32H573i disco board , only the Tx transfer is ok. Signed-off-by: Franck Thebault <franck.thebault@st.com> Signed-off-by: IBEN EL HADJ MESSAOUD Marwa <marwa.ibenelhadjmessaoud-ext@st.com>
Configuration menu - View commit details
-
Copy full SHA for 63725b3 - Browse repository at this point
Copy the full SHA 63725b3View commit details
Commits on May 27, 2024
-
include: zephyr: dt-bindings: dma: Add flag STM32_DMA_16BITS
Add flag STM32_DMA_16BITS as a combination of STM32_DMA_PERIPH_16BITS and STM32_DMA_MEM_16BITS Signed-off-by: IBEN EL HADJ MESSAOUD Marwa <marwa.ibenelhadjmessaoud-ext@st.com>
Configuration menu - View commit details
-
Copy full SHA for 8e9aa8f - Browse repository at this point
Copy the full SHA 8e9aa8fView commit details -
drivers: i2s : enable rx path for H7 and H5
In i2s_stm32_isr, remove the errors from SR register i2s_stm32_configure, enable the rx path for H7 I2S compatible IP Signed-off-by: Franck Thebault <franck.thebault@st.com> Signed-off-by: IBEN EL HADJ MESSAOUD Marwa <marwa.ibenelhadjmessaoud-ext@st.com>
Configuration menu - View commit details
-
Copy full SHA for b3d9b78 - Browse repository at this point
Copy the full SHA b3d9b78View commit details -
drivers: dma: u5: fix dma reload
In dma_stm32_reload, the size is the number of bytes and not number of elements. Signed-off-by: Franck Thebault <franck.thebault@st.com> Signed-off-by: IBEN EL HADJ MESSAOUD Marwa <marwa.ibenelhadjmessaoud-ext@st.com>
Configuration menu - View commit details
-
Copy full SHA for 8675a19 - Browse repository at this point
Copy the full SHA 8675a19View commit details -
drivers: i2s: Add DMA busy function
Add the function ll_func_i2s_dma_busy to be able to check the transmission of all the DMA TX packet. Signed-off-by: IBEN EL HADJ MESSAOUD Marwa <marwa.ibenelhadjmessaoud-ext@st.com>
Configuration menu - View commit details
-
Copy full SHA for 3f13ab6 - Browse repository at this point
Copy the full SHA 3f13ab6View commit details -
drivers: i2s : correct TRIGGER_DRAIN and TRIGGER_STOP commands
Correction of the handling of Tx audio samples via DMA Signed-off-by: Franck Thebault <franck.thebault@st.com> Signed-off-by: IBEN EL HADJ MESSAOUD Marwa <marwa.ibenelhadjmessaoud-ext@st.com>
Configuration menu - View commit details
-
Copy full SHA for 0d3ded7 - Browse repository at this point
Copy the full SHA 0d3ded7View commit details -
drivers: i2s: i2s_ll_stm32: tx_stream_disable: Add busy wait
Add a k_busy_wait to the function tx_stream_disable to be able to complete the drain of the TX queue before disabling. Signed-off-by: IBEN EL HADJ MESSAOUD Marwa <marwa.ibenelhadjmessaoud-ext@st.com>
Configuration menu - View commit details
-
Copy full SHA for 1e506b4 - Browse repository at this point
Copy the full SHA 1e506b4View commit details