Skip to content

Backport UART fixes#113

Merged
floitsch merged 3 commits into
patch-head-5.4.2from
floitsch/patch-head-5.4.2-backport-uart
May 11, 2026
Merged

Backport UART fixes#113
floitsch merged 3 commits into
patch-head-5.4.2from
floitsch/patch-head-5.4.2-backport-uart

Conversation

@floitsch

Copy link
Copy Markdown
Member

songruo added 3 commits May 11, 2026 21:04
Modified a bit on the TX ring buffer push size logic

 Closes espressif#15859
MIN() macro is only an expansion of a conditional operator.
xRingbufferGetCurFreeSize was called twice in the original code,
which may return different values in two calls, leading to incorrect
send_size calculation and eventually could trigger task watchdog.
@floitsch floitsch merged commit 07597fe into patch-head-5.4.2 May 11, 2026
1 check failed
@floitsch floitsch deleted the floitsch/patch-head-5.4.2-backport-uart branch May 11, 2026 19:07
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