Skip to content

boards: mimxrt1180_evk: Use both LEDs on the board #93540

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

Merged
merged 3 commits into from
Jul 25, 2025

Conversation

mmahadevan108
Copy link
Contributor

  1. When the gpio-leds and pwm-leds nodes are enabled, the pin gets reconfigured to the driver that is
    initialized later as both nodes were using the same LED. Use the Red LED that was unused for gpio-leds node.
  2. Lower the blinking delay in the sample for RT1180 EVK

FIxes #92519

@simonguinot
Copy link
Contributor

Hi @lucien-nxp. Please can you have a look ?

Add support for the Red LED that is on the board.

Signed-off-by: Mahesh Mahadevan <[email protected]>
When the gpio-leds and pwm-leds nodes are enabled,
the pin gets reconfigured to the driver that is
initialized later as both nodes were using the same
LED.
Use the Red LED that was unused for gpio-leds node.

Signed-off-by: Mahesh Mahadevan <[email protected]>
The blinking period provided by default was too large
for this platform.

Signed-off-by: Mahesh Mahadevan <[email protected]>
Copy link

Copy link
Contributor

@simonguinot simonguinot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM !

@kartben kartben merged commit 85e1353 into zephyrproject-rtos:main Jul 25, 2025
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: LED Label to identify LED subsystem area: Samples Samples platform: NXP NXP
Projects
None yet
Development

Successfully merging this pull request may close these issues.

samples: samples/drivers/led/pwm: mimxrt1180_evk/mimxrt1189/cm33: failed: Timeout
7 participants