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

Commits on Oct 2, 2024

  1. hw/drivers/i2s: Fix I2S driver for STM32F1 family

    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 committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    eb87f16 View commit details
    Browse the repository at this point in the history