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 Nov 22, 2024

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

    This is the SENT baremetal driver for s32ze
    
    Signed-off-by: Cong Nguyen Huu <[email protected]>
    congnguyenhuu committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    ee01fee 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 <[email protected]>
    congnguyenhuu committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    67a8c5c 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 <[email protected]>
    congnguyenhuu committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    7bf0fda 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 <[email protected]>
    congnguyenhuu committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    ed8c915 View commit details
    Browse the repository at this point in the history