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

Add support PWM EMIOS for S32Z270 #447

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

Commits on Oct 7, 2024

  1. s32ze: add eMIOS sources

    Add eMIOS sources in order to support PWM driver
    
    Signed-off-by: Dat Nguyen Duy <[email protected]>
    Dat-NguyenDuy committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    238158b View commit details
    Browse the repository at this point in the history
  2. s32ze: patch eMIOS MCL, PWM and ICU sources

    Patch eMIOS MCL, PWM and ICU sources:
     - patch nocacheable region
     - move Emios_Ip_paxBase to read-only region as it should
     - remove "u" suffix in order to be used inside macro
    
    Signed-off-by: Dat Nguyen Duy <[email protected]>
    Dat-NguyenDuy committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    d0c077f View commit details
    Browse the repository at this point in the history
  3. s32ze: add generated configuration for eMIOS MCL, PWM and ICU

    Add static configuration for eMIOS MCL, PWM and ICU generated
    through S32DS
    
    Signed-off-by: Dat Nguyen Duy <[email protected]>
    Dat-NguyenDuy committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    8001cb1 View commit details
    Browse the repository at this point in the history
  4. s32: soc: s32z270: glue eMIOS PWM with devicetree

    Glue value used for eMIOS PWM with devicetree
    
    Signed-off-by: Dat Nguyen Duy <[email protected]>
    Dat-NguyenDuy committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    485a203 View commit details
    Browse the repository at this point in the history