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

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

Commits on Nov 8, 2024

  1. drivers: emios_pwm: do not configure period, duty and polarity at boot

    Removing period, duty and polarity configuration from
    channel devicetree. At boot time, only minimal setup like
    pinctrl, prescaler, etc should be initialized. PWM signal
    is produced by using pwm_set* API
    
    Also after this change, PWM period, duty are changed at the
    next counter period boundary
    
    Signed-off-by: Dat Nguyen Duy <[email protected]>
    Dat-NguyenDuy committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    1f836ef View commit details
    Browse the repository at this point in the history
  2. dts: arm: nxp: add support pwm emios for nxp s32z SoC

    This adds support PWM EMIOS for NXP S32Z SoC, both PWM pulse
    generate and pulse capture are supported
    
    Signed-off-by: Dat Nguyen Duy <[email protected]>
    Dat-NguyenDuy committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    8750c62 View commit details
    Browse the repository at this point in the history
  3. boards: s32z2xxdc2: add support PWM eMIOS

    Add support PWM eMIOS for s32z2xxdc2 board. There is no LED
    on-board dedicated for PWM, so no sample is supported. Only
    enabling some pwm tests
    
    Signed-off-by: Dat Nguyen Duy <[email protected]>
    Dat-NguyenDuy committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    101aa44 View commit details
    Browse the repository at this point in the history