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

Synchronize all invokes of uart_puts() #1

Open
kbabioch opened this issue Jan 18, 2014 · 1 comment
Open

Synchronize all invokes of uart_puts() #1

kbabioch opened this issue Jan 18, 2014 · 1 comment
Labels
Milestone

Comments

@kbabioch
Copy link
Member

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.

@kbabioch
Copy link
Member Author

Making uart_putc() block in case the appropriate FIFO is full might be a better idea, but might potentially lead to deadlock situation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant