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 #455

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Oct 21, 2024

  1. s32: drivers: s32ze: add SENT baremetal driver

    This is the SENT baremetal driver for s32ze
    
    Signed-off-by: Cong Nguyen Huu <cong.nguyenhuu@nxp.com>
    congnguyenhuu committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    3db4b1f View commit details
    Browse the repository at this point in the history
  2. s32: drivers: s32ze: sent: patch for nocache section

    Use zephyr .nocache section for non-cacheable variables.
    
    Signed-off-by: Cong Nguyen Huu <cong.nguyenhuu@nxp.com>
    congnguyenhuu committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    5305e35 View commit details
    Browse the repository at this point in the history
  3. s32: soc: s32z2: add SENT soc specific code

    Code autogenerated with S32 Design Studio for s32ze
    
    Signed-off-by: Cong Nguyen Huu <cong.nguyenhuu@nxp.com>
    congnguyenhuu committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    942c9d6 View commit details
    Browse the repository at this point in the history
  4. s32: s32ze: patch SENT for integration with zephyr

    Remove 'u' suffix from macros that used with LISTIFY
    in shim-driver
    
    Get number of the used controller instances form device tree
    
    Signed-off-by: Cong Nguyen Huu <cong.nguyenhuu@nxp.com>
    congnguyenhuu committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    3d0ce64 View commit details
    Browse the repository at this point in the history