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

Only stop waveforms actually running in ISR #5308

Merged
merged 2 commits into from
Nov 5, 2018

Conversation

earlephilhower
Copy link
Collaborator

The ISR could end up writing a 0 to a GPIO that had previously been
stopped, effectively overwriting user writes to those pins. Fix to
only actually disable and write when a pin was enabled and times out.

Fixes #5306

earlephilhower and others added 2 commits November 4, 2018 14:48
The ISR could end up writing a 0 to a GPIO that had previously been
stopped, effectively overwriting user writes to those pins.  Fix to
only actually disable and write when a pin was enabled and times out.

Fixes esp8266#5306
@devyte devyte merged commit 6e0c0e3 into esp8266:master Nov 5, 2018
@earlephilhower earlephilhower deleted the fixwaveformstop branch December 10, 2018 17:33
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