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 2018/01/04 20:47:47 UTC

[mynewt-core] branch master updated (999e3c9 -> b858818)

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 999e3c9  Merge pull request #713 from wes3/lora_txpwr
     add 5f360ef  net/lora: Remove MLME and MAC primitives from code
     new b858818  Merge pull request #714 from wes3/lora_primitives

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:
 net/lora/node/include/node/lora.h        |  25 ++-
 net/lora/node/include/node/lora_priv.h   |  50 +++++
 net/lora/node/include/node/mac/LoRaMac.h | 324 ++-----------------------------
 net/lora/node/src/lora_node.c            | 140 +++----------
 net/lora/node/src/mac/LoRaMac.c          | 232 ++++++++++------------
 5 files changed, 222 insertions(+), 549 deletions(-)

-- 
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 #714 from wes3/lora_primitives

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 b858818f5937451a0747a60f0e31098157b78881
Merge: 999e3c9 5f360ef
Author: wes3 <wi...@runtime.io>
AuthorDate: Thu Jan 4 12:47:45 2018 -0800

    Merge pull request #714 from wes3/lora_primitives
    
    net/lora: Remove MLME and MAC primitives from code

 net/lora/node/include/node/lora.h        |  25 ++-
 net/lora/node/include/node/lora_priv.h   |  50 +++++
 net/lora/node/include/node/mac/LoRaMac.h | 324 ++-----------------------------
 net/lora/node/src/lora_node.c            | 140 +++----------
 net/lora/node/src/mac/LoRaMac.c          | 232 ++++++++++------------
 5 files changed, 222 insertions(+), 549 deletions(-)

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