Skip to content

Fix PWM output on Silicon Labs targets for large pulsewidths #11007

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
Jul 15, 2019

Conversation

stevew817
Copy link
Contributor

Description

Two issues were found by the new FPGA-based tests:

  • Downcasting too early
  • Potential for a uint32_t overflow in an intermediate calculation

Passing test requires #11005 to be merged.

Pull request type

[X] Fix
[ ] Refactor
[ ] Target update
[ ] Functionality change
[ ] Docs update
[ ] Test update
[ ] Breaking change

Reviewers

Release Notes

Two issues:
* Downcasting too early
* Potential for a uint32_t overflow in an intermediate calculation

Passing test requires ARMmbed#11005 to be merged.
@ciarmcom ciarmcom requested a review from a team July 9, 2019 23:00
@ciarmcom
Copy link
Member

ciarmcom commented Jul 9, 2019

@stevew817, thank you for your changes.
@ARMmbed/mbed-os-maintainers please review.

@evedon
Copy link
Contributor

evedon commented Jul 12, 2019

CI started

@mbed-ci
Copy link

mbed-ci commented Jul 12, 2019

Test run: SUCCESS

Summary: 11 of 11 test jobs passed
Build number : 1
Build artifacts

@artokin artokin merged commit 01484a2 into ARMmbed:master Jul 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants