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

Fix receive interrupt bug in Esp32 uart driver #2446

Merged
merged 1 commit into from
Dec 11, 2021

Conversation

mikee47
Copy link
Contributor

@mikee47 mikee47 commented Dec 10, 2021

FIFO receive event should disable interrupt, not enable it.
This could cause recursive interrupt entry and watchdog timeout.

Related to #2445

FIFO receive event should disable interrupt, not enable it.
This could cause recursive interrupt entry and watchdog timeout.
@slaff slaff added this to the 4.5.0 milestone Dec 10, 2021
@slaff slaff merged commit 6601f4e into SmingHub:develop Dec 11, 2021
@slaff slaff mentioned this pull request Dec 15, 2021
5 tasks
@mikee47 mikee47 deleted the fix/esp32-uart branch June 13, 2022 19:42
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