Skip to content

drivers: gpio_mcux_lpc: fix bug in interrupt cfg when GPIO_INT_WAKEUP is set #90832

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 1 commit into from
Jun 4, 2025

Conversation

mjchen0
Copy link
Contributor

@mjchen0 mjchen0 commented May 29, 2025

If GPIO_INT_WAKEUP is in the trig argument, the selection of trigger mode breaks because the GPIO_INT_WAKEUP flag breaks the equal comparisons.

…WAKEUP

If GPIO_INT_WAKEUP is in the trig argument, the selection
of trigger mode breaks because the GPIO_INT_WAKEUP flag
breaks the equal comparisons.

Signed-off-by: Mike J. Chen <[email protected]>
@mjchen0 mjchen0 force-pushed the gpio_mcux_bugfix branch from 0baa695 to 423876b Compare May 31, 2025 00:45
Copy link

Copy link
Collaborator

@mmahadevan108 mmahadevan108 left a comment

Choose a reason for hiding this comment

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

Thank you for the fix.

@kartben kartben merged commit 122b14b into zephyrproject-rtos:main Jun 4, 2025
26 checks passed
@mjchen0 mjchen0 deleted the gpio_mcux_bugfix branch June 11, 2025 00:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: GPIO platform: NXP Drivers NXP Semiconductors, drivers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants