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

arch/risc-v/src/mpfs/mpfs_i2c.c: Clean up using priv->status and STOP… #157

Merged
merged 1 commit into from
Sep 12, 2023

Commits on Sep 11, 2023

  1. arch/risc-v/src/mpfs/mpfs_i2c.c: Clean up using priv->status and STOP…

    … interrupts
    
    - There are occasional extra STOPs being sent due to an IP bug when using an
      FPGA based I2C. Add a flag "inflight" to mask out extra STOP interrupts when
      using the FPGA based implementation
    - There are no MPFS_I2C_ST_STOP_SENT irq's "initally". It is just already
      either success or still in progress
    
    Signed-off-by: Jukka Laitinen <[email protected]>
    jlaitine committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    bcf02ad View commit details
    Browse the repository at this point in the history