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

drivers: pwm: pwm_mcux: make thread safe with mutex. #72603

Merged
merged 1 commit into from May 15, 2024

Conversation

bperseghetti
Copy link
Member

@bperseghetti bperseghetti commented May 10, 2024

Fixes a bug where more than one thread trying to access different PWM devices can cause erroneous behavior.

@zephyrbot zephyrbot added area: PWM Pulse Width Modulation platform: NXP Drivers NXP Semiconductors, drivers labels May 10, 2024
@bperseghetti bperseghetti added the bug The issue is a bug, or the PR is fixing a bug label May 10, 2024
Fixes a bug where more than one thread trying to access
different PWM devices can cause erroneous behavior.

Co-authored-by: James Goppert <james.goppert@gmail.com>
Signed-off-by: Benjamin Perseghetti <bperseghetti@rudislabs.com>
@aescolar aescolar merged commit daaf06d into zephyrproject-rtos:main May 15, 2024
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: PWM Pulse Width Modulation bug The issue is a bug, or the PR is fixing a bug platform: NXP Drivers NXP Semiconductors, drivers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet