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

NXP S32 introduce support SENT #80117

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Oct 21, 2024

  1. drivers: introduce support Single Edge Nibble Transmission (SENT) driver

    This driver allows to communication (receive data) with SENT device
    
    Signed-off-by: Cong Nguyen Huu <cong.nguyenhuu@nxp.com>
    congnguyenhuu committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    0f0434f View commit details
    Browse the repository at this point in the history
  2. boards: s32z270: enable support SENT

    enable support SENT
    
    Signed-off-by: Cong Nguyen Huu <cong.nguyenhuu@nxp.com>
    congnguyenhuu committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    978e569 View commit details
    Browse the repository at this point in the history
  3. samples: boards: nxp: add sample for using SENT driver

    Add sample for using SENT driver on s32z
    
    Signed-off-by: Cong Nguyen Huu <cong.nguyenhuu@nxp.com>
    congnguyenhuu committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    a0e10f4 View commit details
    Browse the repository at this point in the history