You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ad...@apache.org on 2018/07/27 00:29:26 UTC

[mynewt-core] 01/01: Merge pull request #1298 from wes3/lora_spi_fix

This is an automated email from the ASF dual-hosted git repository.

aditi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git

commit b886f237076f8206ffc1c8f0b451ae61abd023b4
Merge: 3ee80e1 7de333e
Author: aditihilbert <ad...@runtime.io>
AuthorDate: Thu Jul 26 17:29:23 2018 -0700

    Merge pull request #1298 from wes3/lora_spi_fix
    
    Lora spi fix

 hw/drivers/lora/sx1272/include/radio/radio.h |  26 +--
 hw/drivers/lora/sx1272/src/sx1272-board.c    |  20 +-
 hw/drivers/lora/sx1272/src/sx1272-board.h    |  11 ++
 hw/drivers/lora/sx1272/src/sx1272.c          |  28 +++
 hw/drivers/lora/sx1272/src/sx1272.h          |   2 +
 hw/drivers/lora/sx1276/include/radio/radio.h |  26 +--
 hw/drivers/lora/sx1276/src/sx1276-board.c    |  20 +-
 hw/drivers/lora/sx1276/src/sx1276-board.h    | 272 ++++++++++++++-------------
 hw/drivers/lora/sx1276/src/sx1276.c          |  28 +++
 hw/drivers/lora/sx1276/src/sx1276.h          |   2 +
 net/lora/node/src/mac/LoRaMac.c              |  18 ++
 11 files changed, 276 insertions(+), 177 deletions(-)