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

[RP2040] Add RP2040 PWM driver #328

Merged
merged 1 commit into from
Jul 27, 2022

Conversation

KarlK90
Copy link
Contributor

@KarlK90 KarlK90 commented Jul 17, 2022

All individual RP2040 PWM channels are mapped onto distinct ChibiOS PWM drivers, as this fits driver model which wants an independent timer per driver.

@KarlK90 KarlK90 force-pushed the feature/rp2040-pwm-driver branch from cd9f19c to bb67e5b Compare July 18, 2022 17:23
@KarlK90 KarlK90 marked this pull request as ready for review July 18, 2022 17:26
@KarlK90 KarlK90 changed the title [RP2040] WIP! Add RP2040 PWM driver [RP2040] Add RP2040 PWM driver Jul 18, 2022
@KarlK90
Copy link
Contributor Author

KarlK90 commented Jul 18, 2022

@fpoussin ready for review now 🙂

@KarlK90 KarlK90 force-pushed the feature/rp2040-pwm-driver branch from bb67e5b to dbd7ee9 Compare July 19, 2022 16:38
All individual RP2040 PWM channels are mapped onto distinct ChibiOS PWM
drivers, as this fits driver model which wants an independent timer per
driver.
@fpoussin fpoussin merged commit 966c488 into ChibiOS:chibios-21.11.x Jul 27, 2022
@KarlK90 KarlK90 deleted the feature/rp2040-pwm-driver branch July 27, 2022 07:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants