Skip to content
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

hw/drivers/i2s: Fix I2S driver for STM32F1 family #3313

Merged
merged 1 commit into from
Oct 3, 2024

Conversation

kasjer
Copy link
Contributor

@kasjer kasjer commented Oct 2, 2024

case HAL_I2S_STATE_BUSY_TX_RX is not valid for this chip It should be only present for F4, F3 and H7.

Definition was present in mynewt copy of stm32f1xx_hal_i2s.h and probably was part of Stm32Cube package, but it is not present in stm32f1xx_hal_driver

case HAL_I2S_STATE_BUSY_TX_RX is not valid for this chip
It should be only present for F4, F3 and H7.

Definition was present in mynewt copy of stm32f1xx_hal_i2s.h
and probably was part of Stm32Cube package, but it is
not present in stm32f1xx_hal_driver

Signed-off-by: Jerzy Kasenberg <[email protected]>
@kasjer kasjer merged commit a2cafe3 into apache:master Oct 3, 2024
19 checks passed
@kasjer kasjer deleted the kasjer/stm32f1-i2s-build-fix branch October 3, 2024 08:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants