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:41 UTC

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

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.