You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
uart_irq_tx_complete is implemented by z_uart_async_to_irq_irq_tx_ready
which changed recently (5bd53b6) to return positive value that may be
bigger than 1. uart_irq_tx_complete shall not return value bigger
than 1.
Upstream PR: zephyrproject-rtos/zephyr#80355
Signed-off-by: Krzysztof Chruściński <[email protected]>
0 commit comments