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

Reply via email to