This is an automated email from the ASF dual-hosted git repository.
aditi pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git.
from 3ee80e1 Merge pull request #1259 from microbuilder/tsl2591
add c85f2fe net/lora: Fix lora driver spi access
add bd5c1e1 net/lora: Disable gpio irqs when disable receive
add 7de333e net/lora: Update sx1276 with fix for spi access
new b886f23 Merge pull request #1298 from wes3/lora_spi_fix
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:
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(-)