On 3/30/16 3:43 PM, Marko Kiiskila (JIRA) wrote:

      [ 
https://issues.apache.org/jira/browse/MYNEWT-124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marko Kiiskila resolved MYNEWT-124.
-----------------------------------
     Resolution: Fixed

Made console_printf() stream out when using baselibc.

This same change cannot be made for log_printf(), given the interface to 
logging APIs. log_append() would need a way to append bytes one at a time to a 
log entry.


This could be a buffer per-log that's passed in on init.

It's not great, but beats putting it on the stack.

sterling

Reply via email to