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/08/17 17:30:52 UTC

[mynewt-core] branch master updated (5712cb6 -> 41ef712)

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 5712cb6  Merge pull request #489 from sjanc/static_check
     add 3926cca  MYNEWT-801: Lora API
     new 41ef712  Merge pull request #491 from wes3/lora_api

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/{lorashell => lora_app_shell}/pkg.yml         |    6 +-
 apps/lora_app_shell/src/las_cmd.c                  |  936 +++
 apps/lora_app_shell/src/main.c                     |  144 +
 apps/{ocf_sample => lora_app_shell}/syscfg.yml     |    7 +-
 hw/drivers/lora/sx1276/src/sx1276-board.c          |    3 +-
 hw/drivers/lora/sx1276/src/sx1276-board.h          |    6 +-
 hw/drivers/lora/sx1276/src/sx1276.c                |   82 +-
 hw/drivers/lora/sx1276/src/sx1276.h                |   50 +-
 net/lora/node/include/node/lora.h                  |  240 +
 .../node/include/node/{lora_priv.h => lora_band.h} |    8 +-
 net/lora/node/include/node/lora_priv.h             |   53 +-
 .../node/include/node/mac/LoRaMac-definitions.h    | 1220 +--
 net/lora/node/include/node/mac/LoRaMac.h           | 3801 ++++-----
 net/lora/node/include/node/mac/LoRaMacCrypto.h     |  222 +-
 net/lora/node/include/node/mac/LoRaMacTest.h       |  162 +-
 net/lora/node/src/lora_app.c                       |  544 ++
 net/lora/node/src/lora_node.c                      |  619 +-
 net/lora/node/src/mac/LoRaMac.c                    | 8829 ++++++++++----------
 net/lora/node/src/mac/LoRaMacCrypto.c              |  406 +-
 net/lora/node/syscfg.yml                           |   18 +-
 20 files changed, 9956 insertions(+), 7400 deletions(-)
 copy apps/{lorashell => lora_app_shell}/pkg.yml (86%)
 create mode 100644 apps/lora_app_shell/src/las_cmd.c
 create mode 100644 apps/lora_app_shell/src/main.c
 copy apps/{ocf_sample => lora_app_shell}/syscfg.yml (90%)
 copy net/lora/node/include/node/{lora_priv.h => lora_band.h} (94%)
 create mode 100644 net/lora/node/src/lora_app.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 #491 from wes3/lora_api

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 41ef7122425a8f8f17d2253061fd097e07d0d894
Merge: 5712cb6 3926cca
Author: wes3 <wi...@runtime.io>
AuthorDate: Thu Aug 17 10:30:50 2017 -0700

    Merge pull request #491 from wes3/lora_api
    
    MYNEWT-801: Lora API

 .../node/syscfg.yml => apps/lora_app_shell/pkg.yml |   35 +-
 apps/lora_app_shell/src/las_cmd.c                  |  936 +++
 apps/lora_app_shell/src/main.c                     |  144 +
 {net/lora/node => apps/lora_app_shell}/syscfg.yml  |   26 +-
 hw/drivers/lora/sx1276/src/sx1276-board.c          |    3 +-
 hw/drivers/lora/sx1276/src/sx1276-board.h          |    6 +-
 hw/drivers/lora/sx1276/src/sx1276.c                |   82 +-
 hw/drivers/lora/sx1276/src/sx1276.h                |   50 +-
 net/lora/node/include/node/lora.h                  |  240 +
 .../node/include/node/{lora_priv.h => lora_band.h} |    8 +-
 net/lora/node/include/node/lora_priv.h             |   53 +-
 .../node/include/node/mac/LoRaMac-definitions.h    | 1220 +--
 net/lora/node/include/node/mac/LoRaMac.h           | 3801 ++++-----
 net/lora/node/include/node/mac/LoRaMacCrypto.h     |  222 +-
 net/lora/node/include/node/mac/LoRaMacTest.h       |  162 +-
 net/lora/node/src/lora_app.c                       |  544 ++
 net/lora/node/src/lora_node.c                      |  619 +-
 net/lora/node/src/mac/LoRaMac.c                    | 8829 ++++++++++----------
 net/lora/node/src/mac/LoRaMacCrypto.c              |  406 +-
 net/lora/node/syscfg.yml                           |   18 +-
 20 files changed, 9970 insertions(+), 7434 deletions(-)

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