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
Commit 93a6024 has introduced the problem that most of the logging output does not longer work as expected due to the fact that the output buffer is not big enough to hold all of the data being output.
Although the output buffer could be increased, it is still necessary to synchronize the output by invoking uart_flush() from time to time.
The text was updated successfully, but these errors were encountered:
Commit 93a6024 has introduced the problem that most of the logging output does not longer work as expected due to the fact that the output buffer is not big enough to hold all of the data being output.
Although the output buffer could be increased, it is still necessary to synchronize the output by invoking uart_flush() from time to time.
The text was updated successfully, but these errors were encountered: