You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by we...@apache.org on 2018/03/14 18:47:48 UTC

[mynewt-core] branch master updated (3b078c4 -> 447c54c)

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 3b078c4  Merge pull request #915 from ncasaril/expose_datetime_functions
     add c33187b  net/lora: Coding style changes.
     add e1af97d  hw/drivers/sx1272: Fix bug in code when HAS_ANT_SW defined.
     new 447c54c  Merge pull request #909 from wes3/lora_cs

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/src/sx1272-board.c    |  132 +-
 hw/drivers/lora/sx1272/src/sx1272-board.h    |   20 +-
 hw/drivers/lora/sx1272/src/sx1272.c          | 3242 ++++++++++++--------------
 hw/drivers/lora/sx1272/src/sx1272.h          |  786 +++----
 hw/drivers/lora/sx1272/src/sx1272Regs-Fsk.h  | 2268 +++++++++---------
 hw/drivers/lora/sx1272/src/sx1272Regs-LoRa.h | 1090 ++++-----
 hw/drivers/lora/sx1276/src/sx1276-board.c    |   46 +-
 hw/drivers/lora/sx1276/src/sx1276-board.h    |   20 +-
 hw/drivers/lora/sx1276/src/sx1276.c          | 2068 ++++++++--------
 hw/drivers/lora/sx1276/src/sx1276.h          |   92 +-
 10 files changed, 4738 insertions(+), 5026 deletions(-)

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

[mynewt-core] 01/01: Merge pull request #909 from wes3/lora_cs

Posted by we...@apache.org.
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 447c54c68b74b1afdf95c70e67a7a4511ae4a18a
Merge: 3b078c4 e1af97d
Author: wes3 <wi...@runtime.io>
AuthorDate: Wed Mar 14 11:47:46 2018 -0700

    Merge pull request #909 from wes3/lora_cs
    
    lora coding style changes

 hw/drivers/lora/sx1272/src/sx1272-board.c    |  132 +-
 hw/drivers/lora/sx1272/src/sx1272-board.h    |   20 +-
 hw/drivers/lora/sx1272/src/sx1272.c          | 3242 ++++++++++++--------------
 hw/drivers/lora/sx1272/src/sx1272.h          |  786 +++----
 hw/drivers/lora/sx1272/src/sx1272Regs-Fsk.h  | 2268 +++++++++---------
 hw/drivers/lora/sx1272/src/sx1272Regs-LoRa.h | 1090 ++++-----
 hw/drivers/lora/sx1276/src/sx1276-board.c    |   46 +-
 hw/drivers/lora/sx1276/src/sx1276-board.h    |   20 +-
 hw/drivers/lora/sx1276/src/sx1276.c          | 2068 ++++++++--------
 hw/drivers/lora/sx1276/src/sx1276.h          |   92 +-
 10 files changed, 4738 insertions(+), 5026 deletions(-)

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