You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by we...@apache.org on 2017/10/18 17:13:00 UTC

[mynewt-core] branch master updated (9ee8295 -> af48785)

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

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


    from 9ee8295  Merge pull request #625 from granaghan/patch-1
     add 60951cb  net/lora: End-device ACK fixes and mac command handling mods
     add 2f01405  os_mbuf.h; remove whitespace for end of lines.
     add 78847bb  lora; add lora_app_mtu() which tells maximum payload which will be accepted by lora_app_port_send().
     add fd4976c  Coap over Lora; first rough cut.
     add 6bc0bd9  lora_app_shell; enable coap over lora for this app.
     add 271c2da  lora; add counter for plain mac flush frames. When reporting size to use for TX, take into accoutn queued mac commands.
     add 1219318  Merge branch 'coap_lora' of github.com:mkiiskila/incubator-mynewt-core into gw_conf_tx
     add 8d7f41b  net/lora: oc send buffer modification
     new af48785  Merge pull request #624 from wes3/gw_conf_tx

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:
 apps/lora_app_shell/pkg.yml                |   2 +
 apps/lora_app_shell/src/las_cmd.c          |   5 +
 apps/lora_app_shell/src/main.c             |  16 ++
 apps/lora_app_shell/syscfg.yml             |   3 +
 kernel/os/include/os/os_mbuf.h             |  66 ++---
 net/lora/node/include/node/lora.h          |  10 +-
 net/lora/node/include/node/lora_priv.h     |  10 +-
 net/lora/node/src/lora_app.c               |  12 +
 net/lora/node/src/lora_node.c              |  87 +++++--
 net/lora/node/src/mac/LoRaMac.c            |  98 +++++---
 net/oic/include/oic/port/oc_connectivity.h |  12 +
 net/oic/pkg.yml                            |  19 +-
 net/oic/src/port/mynewt/adaptor.c          |  21 ++
 net/oic/src/port/mynewt/adaptor.h          |   6 +
 net/oic/src/port/mynewt/lora_adaptor.c     | 376 +++++++++++++++++++++++++++++
 net/oic/syscfg.yml                         |   6 +
 16 files changed, 653 insertions(+), 96 deletions(-)
 create mode 100644 net/oic/src/port/mynewt/lora_adaptor.c

-- 
To stop receiving notification emails like this one, please contact
['"commits@mynewt.apache.org" <co...@mynewt.apache.org>'].

[mynewt-core] 01/01: Merge pull request #624 from wes3/gw_conf_tx

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

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

commit af48785a3e9c5a8176e0741bcfc68265628d47a4
Merge: 9ee8295 8d7f41b
Author: wes3 <wi...@runtime.io>
AuthorDate: Wed Oct 18 10:12:57 2017 -0700

    Merge pull request #624 from wes3/gw_conf_tx
    
    Gw conf tx

 apps/lora_app_shell/pkg.yml                |   2 +
 apps/lora_app_shell/src/las_cmd.c          |   5 +
 apps/lora_app_shell/src/main.c             |  16 ++
 apps/lora_app_shell/syscfg.yml             |   3 +
 kernel/os/include/os/os_mbuf.h             |  66 ++---
 net/lora/node/include/node/lora.h          |  10 +-
 net/lora/node/include/node/lora_priv.h     |  10 +-
 net/lora/node/src/lora_app.c               |  12 +
 net/lora/node/src/lora_node.c              |  87 +++++--
 net/lora/node/src/mac/LoRaMac.c            |  98 +++++---
 net/oic/include/oic/port/oc_connectivity.h |  12 +
 net/oic/pkg.yml                            |  19 +-
 net/oic/src/port/mynewt/adaptor.c          |  21 ++
 net/oic/src/port/mynewt/adaptor.h          |   6 +
 net/oic/src/port/mynewt/lora_adaptor.c     | 376 +++++++++++++++++++++++++++++
 net/oic/syscfg.yml                         |   6 +
 16 files changed, 653 insertions(+), 96 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
"commits@mynewt.apache.org" <co...@mynewt.apache.org>.