You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2017/11/24 14:00:20 UTC

[GitHub] michal-narajowski opened a new pull request #677: sys/console: Fix console freeze

michal-narajowski opened a new pull request #677: sys/console: Fix console freeze
URL: https://github.com/apache/mynewt-core/pull/677
 
 
   console_queue_char() may be called from interrupt context
   and waiting for uart to drain the buffer may cause the console to
   freeze. In these situations we should drop the character if
   the buffer is full.
   
   This is an easy solution to this problem, but we should redesign
   console to not do this kind of processing in interrupt context.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services