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

Led PWM sample #82383

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

Commits on Dec 1, 2024

  1. samples: led: pwm: add decreasing brightness logic

    Add a decreasing brightness phase to the sample's logic.
    
    Signed-off-by: Yishai Jaffe <[email protected]>
    yishai1999 committed Dec 1, 2024
    Configuration menu
    Copy the full SHA
    2312312 View commit details
    Browse the repository at this point in the history
  2. samples: pwm: Add overlay for nucleo_l4r5zi board

    Add Devicetree overlay for sample drivers/led/pwm and fix the one in
    basic/blinky_pwm for nucleo_l4r5zi board to set appropriate to enable
    pwdleds and set appropriate timer prescaler.
    
    Signed-off-by: Yishai Jaffe <[email protected]>
    yishai1999 committed Dec 1, 2024
    Configuration menu
    Copy the full SHA
    37f56d3 View commit details
    Browse the repository at this point in the history
  3. samples: led: pwm: Add overlay for stm32f4_disco board

    Add Devicetree overlay for sample drivers/led/pwm for stm32f4_disco
    board board to disable gpio leds node.
    
    Signed-off-by: Yishai Jaffe <[email protected]>
    yishai1999 committed Dec 1, 2024
    Configuration menu
    Copy the full SHA
    9650b5c View commit details
    Browse the repository at this point in the history