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" <commits@mynewt.apache.org>.

Reply via email to