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

feat(PeriphDrivers): Add MAX32657 I3C driver #1026

Merged
merged 2 commits into from
Jul 10, 2024
Merged

Commits on Jul 10, 2024

  1. fix(PeriphDrivers): Fix I3C ibitype values

    CONT_REQ must be 2 and HOTJOIN_REQ must be 3.
    
    Add enumerations for IBI_EVENTS and CCCH fields of TARG_CAP1 register.
    
    Signed-off-by: Tahsin Mutlugun <[email protected]>
    ttmut committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    16c4082 View commit details
    Browse the repository at this point in the history
  2. feat(PeriphDrivers): Initial I3C driver support

    Add I3C driver support for ME30.c.
    
    Signed-off-by: Tahsin Mutlugun <[email protected]>
    ttmut committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    185ae6d View commit details
    Browse the repository at this point in the history