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 2019/01/11 13:00:06 UTC

[GitHub] kasjer opened a new pull request #1593: console newtmgr coexistance

kasjer opened a new pull request #1593: console newtmgr coexistance
URL: https://github.com/apache/mynewt-core/pull/1593
 
 
   When newtmgr is used over serial port it is easy to have errors when some task prints on serial console during newtmgr communication (for example during coredump download).
   
   It happens due to lack of locks in console code.
   
   This PR adds locking functionality to console and updates shell_nlip to actually lock console during packet transmission.
   Without this locking transmitted packets byte could interleave with logs and that would lead to communication failure.

----------------------------------------------------------------
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