Skip to content

Interrupt cleanup #649

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 3 commits into from
Aug 5, 2015
Merged

Interrupt cleanup #649

merged 3 commits into from
Aug 5, 2015

Conversation

Makuna
Copy link
Collaborator

@Makuna Makuna commented Aug 4, 2015

(#615)
Fixes issue of reentrant calls to nointerrupts()
exposed functional replacements to cli sei and SREG when dealing with
interrupts
InterruptLock class to auto stop and restore interrupt level
Fix user ISR calls to be like Arduino with interrupts disabled fully.

Makuna added 3 commits August 3, 2015 19:35
Fixes issue of reentrant calls to nointerrupts()
exposed functional replacements to cli sei and SREG when dealing with
interrupts
InterruptLock class to auto stop and restore interrupt level
Fix user ISR calls to be like Arduino with interrupts disabled fully.
Support both the normal auto lock at all levels, and the lock at a
specific level requiring different syntax
igrr added a commit that referenced this pull request Aug 5, 2015
@igrr igrr merged commit b49dfeb into esp8266:esp8266 Aug 5, 2015
@Makuna Makuna deleted the interrupts branch August 19, 2015 17:03
igrr added a commit that referenced this pull request Oct 29, 2015
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