kasjer opened a new pull request #2080: sys/console: Fix RTT input handling with massive output stream URL: https://github.com/apache/mynewt-core/pull/2080 console_handle_char may return negative value in case console can't be locked. It can happen when a lot of data is being transmitted out. If this happened on first negative value returned from console_handle_char RTT input was disable by not starting timer for polling again. This change makes timer active on console_handle_char failure.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
