Add SerialEvent() callback to loop processing by earlephilhower · Pull Request #7505 · esp8266/Arduino · GitHub
Skip to content

Add SerialEvent() callback to loop processing#7505

Merged
devyte merged 2 commits into
esp8266:masterfrom
earlephilhower:serialevent
Aug 6, 2020
Merged

Add SerialEvent() callback to loop processing#7505
devyte merged 2 commits into
esp8266:masterfrom
earlephilhower:serialevent

Conversation

@earlephilhower

Copy link
Copy Markdown
Collaborator

Match the AVR SerialEvent implicit callback. Callback is executed
in normal user mode, not IRQ, so standard processing can be uses.

Fixes #752 after 5 years. :)

Match the AVR SerialEvent implicit callback.  Callback is executed
in normal user mode, not IRQ, so standard processing can be uses.

Fixes esp8266#752 after 5 years. :)
Comment thread cores/esp8266/HardwareSerial.cpp Outdated
Comment thread cores/esp8266/core_esp8266_main.cpp Outdated
@earlephilhower earlephilhower requested a review from devyte August 5, 2020 19:48
@devyte devyte merged commit 3e567e9 into esp8266:master Aug 6, 2020
@wolfbert

wolfbert commented Oct 28, 2022

Copy link
Copy Markdown

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.

A small nothing left aside. serialEvent()

3 participants