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 86b320e  Merge pull request #798 from mkiiskila/oic_client_rsp_ep
     add 99c229c  lora: make the lora driver not dependent on lora node
     new 1c204ba  Merge pull request #793 from wes3/lora_node_ind

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/loraping/pkg.yml                        |   1 -
 apps/loraping/src/main.c                     |   6 +-
 apps/{lora_app_shell => loraping}/syscfg.yml |  14 +-
 hw/drivers/lora/sx1276/include/radio/radio.h | 324 ++++++++++++++++++++++++-
 hw/drivers/lora/sx1276/pkg.yml               |   3 +-
 hw/drivers/lora/sx1276/src/sx1276-board.c    |   2 +-
 hw/drivers/lora/sx1276/src/sx1276.c          |  40 ++--
 hw/drivers/lora/sx1276/src/sx1276.h          |  17 +-
 net/lora/node/include/node/radio.h           | 337 ---------------------------
 net/lora/node/src/lora_node.c                |  15 --
 net/lora/node/src/mac/LoRaMac.c              |   9 +-
 net/lora/node/src/utilities.c                |  24 --
 12 files changed, 379 insertions(+), 413 deletions(-)
 copy apps/{lora_app_shell => loraping}/syscfg.yml (78%)
 delete mode 100644 net/lora/node/include/node/radio.h

-- 
To stop receiving notification emails like this one, please contact
w...@apache.org.

Reply via email to