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

drivers: i3c: Support I3C driver for STM32. #81190

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Dec 3, 2024

  1. dts: Add I3C configuration for STM32.

    This commit adds the main DTS configurations required
    to enable I3C support on STM32.
    
    Signed-off-by: Mohammad Badawi <[email protected]>
    Signed-off-by: Sara Touqan <[email protected]>
    ExaltZephyr authored and ExaltZephyr committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    2eb5d61 View commit details
    Browse the repository at this point in the history
  2. drivers: i3c: Support I3C driver for STM32.

    This commit introduces support for the I3C driver on STM32, enabling
    functionality APIs for I3C controllers.
    
    Signed-off-by: Mohammad Badawi <[email protected]>
    Signed-off-by: Sara Touqan <[email protected]>
    ExaltZephyr authored and ExaltZephyr committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    95608cb View commit details
    Browse the repository at this point in the history
  3. shell: Enable I3C shell support for STM32.

    This commit introduces support for I3C shell on STM32.
    
    Signed-off-by: Mohammad Badawi <[email protected]>
    Signed-off-by: Sara Touqan <[email protected]>
    ExaltZephyr authored and ExaltZephyr committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    0fdf5fb View commit details
    Browse the repository at this point in the history
  4. boards: Enable I3C support for STM32 nucleo_h563zi.

    This commit enables I3C support for STM32 nucleo_h563zi boards.
    
    Signed-off-by: Mohammad Badawi <[email protected]>
    Signed-off-by: Sara Touqan <[email protected]>
    ExaltZephyr authored and ExaltZephyr committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    ca94845 View commit details
    Browse the repository at this point in the history