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/01/30 06:51:40 UTC

[mynewt-core] branch master updated (d410e8e -> 5428582)

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 d410e8e  Merge pull request #783 from gj262/OSTask
     add 727286c  kernel/os; fix build when OC_MEMPOOL_CHECK is defined.
     add 7a8ba99  net/oic; make oic client response timeout configurable at least via syscfg.
     add 7f37d43  testutil; nit - omit whitespace.
     add da12e3f  net/oic; coap separate response was not using oc_endpoint_size().
     add 9627105  net/oic; query coap transport for endpoint size, instead of having hardcoded transport specific variable. This allows variable sized endpoint sizes (up to struct oc_endpoint in size).
     new 5428582  Merge pull request #777 from mkiiskila/oic_ep_size

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:
 kernel/os/src/os_mempool.c                     |  3 +++
 net/oic/include/oic/messaging/coap/constants.h |  2 +-
 net/oic/include/oic/port/mynewt/transport.h    |  2 +-
 net/oic/include/oic/port/oc_connectivity.h     |  4 +++-
 net/oic/src/messaging/coap/separate.c          |  2 +-
 net/oic/src/port/mynewt/ble_adaptor.c          |  9 ++++++++-
 net/oic/src/port/mynewt/ip4_adaptor.c          | 11 +++++++++--
 net/oic/src/port/mynewt/ip_adaptor.c           |  9 ++++++++-
 net/oic/src/port/mynewt/lora_adaptor.c         |  9 ++++++++-
 net/oic/src/port/mynewt/serial_adaptor.c       |  9 ++++++++-
 net/oic/syscfg.yml                             |  3 +++
 test/testutil/include/testutil/testutil.h      |  2 +-
 12 files changed, 54 insertions(+), 11 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
marko@apache.org.

[mynewt-core] 01/01: Merge pull request #777 from mkiiskila/oic_ep_size

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 542858288fa91d10cca655410fb7cd54997b6570
Merge: d410e8e 9627105
Author: mkiiskila <ma...@runtime.io>
AuthorDate: Tue Jan 30 08:51:37 2018 +0200

    Merge pull request #777 from mkiiskila/oic_ep_size
    
    Configurable client response time, variable size oc_endpoint.

 kernel/os/src/os_mempool.c                     |  3 +++
 net/oic/include/oic/messaging/coap/constants.h |  2 +-
 net/oic/include/oic/port/mynewt/transport.h    |  2 +-
 net/oic/include/oic/port/oc_connectivity.h     |  4 +++-
 net/oic/src/messaging/coap/separate.c          |  2 +-
 net/oic/src/port/mynewt/ble_adaptor.c          |  9 ++++++++-
 net/oic/src/port/mynewt/ip4_adaptor.c          | 11 +++++++++--
 net/oic/src/port/mynewt/ip_adaptor.c           |  9 ++++++++-
 net/oic/src/port/mynewt/lora_adaptor.c         |  9 ++++++++-
 net/oic/src/port/mynewt/serial_adaptor.c       |  9 ++++++++-
 net/oic/syscfg.yml                             |  3 +++
 test/testutil/include/testutil/testutil.h      |  2 +-
 12 files changed, 54 insertions(+), 11 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
marko@apache.org.