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

driver/i2c: STM32: I2C performance issue solved. #14808

Merged

Commits on Jul 2, 2021

  1. driver/i2c: STM32: Solves I2C driver performanc issue.

    This commit solves issue related to i2c driver performance.
    With this commit delay in read write when using i2c timing
    algorithm is solved. Used flag mechanism which will check
    tim reg value and hz passed.
    
    Signed-off-by: Affrin Pinhero <[email protected]>
    affrinpinhero-2356 committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    d8cbd68 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2021

  1. I2C: STM32: Upating documentation for I2C timing Algorithm

    This commit modifies readme file. Descption for using
    I2C timing algorithm and how to enable and disable
    included.
    
    Signed-off-by: Affrin Pinhero <[email protected]>
    affrinpinhero-2356 committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    b559cec View commit details
    Browse the repository at this point in the history