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 2018/05/24 16:18:08 UTC

[GitHub] andrzej-kaczmarek opened a new pull request #1135: log: Add better support for long log entries in nmgr

andrzej-kaczmarek opened a new pull request #1135: log: Add better support for long log entries in nmgr
URL: https://github.com/apache/mynewt-core/pull/1135
 
 
   This changes `msg` encoding to byte string so it can carry strings, CBOR and any binary data. Since indefinite-length strings are used each entry can carry virtually unlimited number of data (tinycbor was extended to support this).
   
   Note that this also seems to work perfectly fine with existing `newtmgr` implementation for traditional (string) log entries of any length - only update to handle non-string data based on `type` field has to be added.

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