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/05/18 20:48:33 UTC

[mynewt-core] branch master updated (a7f4d8c -> b61097f)

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 a7f4d8c  Merge pull request #1112 from mlaz/pwm_fixes
     add 5c01f15  hw/drivers: Add TLC5971 driver
     add c266d0f  hw/drivers/tlc5971: Address code review comments.
     new b61097f  Merge pull request #1105 from wes3/tlc5971drv

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/tlc5971/include/tlc5971/tlc5971.h | 208 ++++++++++++++++++
 hw/drivers/{lora/sx1272 => tlc5971}/pkg.yml  |  16 +-
 hw/drivers/tlc5971/src/tlc5971.c             | 305 +++++++++++++++++++++++++++
 3 files changed, 520 insertions(+), 9 deletions(-)
 create mode 100755 hw/drivers/tlc5971/include/tlc5971/tlc5971.h
 copy hw/drivers/{lora/sx1272 => tlc5971}/pkg.yml (82%)
 create mode 100755 hw/drivers/tlc5971/src/tlc5971.c

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

[mynewt-core] 01/01: Merge pull request #1105 from wes3/tlc5971drv

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 b61097f703e9d295f881cfa2d73175c53e320910
Merge: a7f4d8c c266d0f
Author: wes3 <wi...@runtime.io>
AuthorDate: Fri May 18 13:48:29 2018 -0700

    Merge pull request #1105 from wes3/tlc5971drv
    
    hw/drivers: Add TLC5971 driver

 hw/drivers/tlc5971/include/tlc5971/tlc5971.h | 208 ++++++++++++++++++
 hw/drivers/tlc5971/pkg.yml                   |  30 +++
 hw/drivers/tlc5971/src/tlc5971.c             | 305 +++++++++++++++++++++++++++
 3 files changed, 543 insertions(+)

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