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 1c204baa205ac863c2d1f201e1b0ae6e6b9fe9fa
Merge: 86b320e 99c229c
Author: wes3 <wi...@runtime.io>
AuthorDate: Sun Feb 11 17:15:30 2018 -0800

    Merge pull request #793 from wes3/lora_node_ind
    
    lora: make the lora driver not dependent on lora node

 apps/loraping/pkg.yml                              |   1 -
 apps/loraping/src/main.c                           |   6 +-
 .../sx1276/pkg.yml => apps/loraping/syscfg.yml     |  26 +-
 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, 383 insertions(+), 421 deletions(-)

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

Reply via email to