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

fix(PeriphDrivers): Fix PWM to work with ME30 #1028

Merged
merged 1 commit into from
Jun 3, 2024
Merged

Conversation

karaanil
Copy link
Contributor

To build and test PWM on ME30 below modifications are applied.

  • Necessary ifndef statement added to tmr_revb.c to get output from timer module.
  • Unnecessary pin option is removed from tmr_me30.c
  • Unnecessary enumeration is removed from lp.h

Pull Request Template

Description

Please include a summary of the changes and related issues. Please also include relevant motivation and context.

Checklist Before Requesting Review

  • [x ] PR Title follows correct guidelines.
  • [x ] Description of changes and all other relevant information.
  • (Optional) Link any related GitHub issues using a keyword
  • (Optional) Provide info on any relevant functional testing/validation. For API changes or significant features, this is not optional.

Necessary ifndef statement added to tmr_revb.c to get output from timer
module.
Unnecessary pin option is removed from tmr_me30.c
Unnecessary enumeration is removed from lp.h

Signed-off-by: Anıl Kara <anil.kara@analog.com>
@karaanil karaanil requested review from Jake-Carter, ozersa and ttmut and removed request for ozersa May 30, 2024 11:31
@Jake-Carter Jake-Carter merged commit bb707a7 into feat/ME30 Jun 3, 2024
6 checks passed
@Jake-Carter Jake-Carter deleted the fix/me30-pwm branch June 3, 2024 21:59
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