Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Waveform: int/uint8_t inconsistency and implied stop PWM #8008
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
base: master
Are you sure you want to change the base?
Uh oh!
There was an error while loading. Please reload this page.
Waveform: int/uint8_t inconsistency and implied stop PWM #8008
Changes from 1 commit
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
Pin has uint8_t, not int type.
dok-net Apr 29, 2021
Can't image stopWaveform is called but PWM shall not stop.
dok-net Apr 29, 2021
let analogWrite coexist with open-drain mode
dok-net May 2, 2021
Don't force timer on PWM update as this is pulled by ISR, but only im…
dok-net May 2, 2021
Correct shutdown sequence for phase-sync waveform generator in analog…
dok-net May 2, 2021
Correction to IRQ latency and ISR delta logic.
dok-net May 3, 2021
Early firing the ISR causes interruption to other waveforms, let it p…
dok-net May 3, 2021
Stopping of the same pin always wins over starting.
dok-net May 3, 2021
Clean code.
dok-net May 19, 2021
Prevent initial bad clock drift calculation on timer init.
dok-net May 31, 2021
stopWaveform in _setPWM caused unconditional _stopPWM.
dok-net Jun 6, 2021
Prevent inlining of `initTimer()`
dok-net Dec 10, 2022
b89932c
2776d16
98537bd
36b2bd3
ff0782c
293f767
50ded37
f17ba7f
5de25bd
6dbd371
d8893b0
9c612a9
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
There are no files selected for viewing