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

Decouple system timer and drivers: I2C #15415

Commits on Apr 24, 2019

  1. drivers: i2c_cc32xx: Get clock frequency from DTS

    The i2c_cc32xx driver used system clock frequency
    as a base for I2C clock frequency calculation.
    This commit corrects that by obtaining the needed value from DTS.
    
    Please note, that for I2C devices the clock-frequency property
    specifies SCK frequency, instead of frequency of the clock driving
    peripheral. To solve that problem, a new property was added.
    
    Signed-off-by: Piotr Zięcik <[email protected]>
    pizi-nordic committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    6896de9 View commit details
    Browse the repository at this point in the history