You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ma...@apache.org on 2018/07/19 12:00:28 UTC

[mynewt-core] branch master updated (ad5edcc -> 3336907)

This is an automated email from the ASF dual-hosted git repository.

marko pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git.


    from ad5edcc  Merge pull request #1283 from jacobrosenthal/lis2ds-modlog
     add 431df8a  tinycbor/oic; byte string encoding with data as iovec.
     new 3336907  Merge pull request #1275 from mkiiskila/cbor_bytestring_iov

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 encoding/tinycbor/include/tinycbor/cbor.h | 10 ++++++++--
 encoding/tinycbor/src/cborencoder.c       | 30 ++++++++++++++++++++++++++++++
 net/oic/include/oic/oc_rep.h              |  6 ++++++
 3 files changed, 44 insertions(+), 2 deletions(-)


[mynewt-core] 01/01: Merge pull request #1275 from mkiiskila/cbor_bytestring_iov

Posted by ma...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

marko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git

commit 33369075573b56667119ea0844e60ee1f6b12cf7
Merge: ad5edcc 431df8a
Author: mkiiskila <ma...@runtime.io>
AuthorDate: Thu Jul 19 15:00:26 2018 +0300

    Merge pull request #1275 from mkiiskila/cbor_bytestring_iov
    
    tinycbor/oic; byte string encoding with data as iovec.

 encoding/tinycbor/include/tinycbor/cbor.h | 10 ++++++++--
 encoding/tinycbor/src/cborencoder.c       | 30 ++++++++++++++++++++++++++++++
 net/oic/include/oic/oc_rep.h              |  6 ++++++
 3 files changed, 44 insertions(+), 2 deletions(-)