You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ma...@apache.org on 2018/05/31 09:09:58 UTC

[mynewt-core] branch master updated (b1e48d8 -> 4de7564)

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

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


    from b1e48d8  Merge pull request #1126 from ccollins476ad/expose-native-sock
     add 36bf4af  hw/drivers: Initial bq27z561 driver
     new 4de7564  Merge pull request #1142 from wes3/bq27561

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/bq27z561/include/bq27z561/bq27z561.h    | 467 ++++++++++++++++
 hw/drivers/{sensors/bma253 => bq27z561}/pkg.yml    |  11 +-
 hw/drivers/bq27z561/src/bq27z561.c                 | 616 +++++++++++++++++++++
 hw/drivers/bq27z561/src/bq27z561_shell.c           | 127 +++++
 {sys/stats/full => hw/drivers/bq27z561}/syscfg.yml |  20 +-
 5 files changed, 1225 insertions(+), 16 deletions(-)
 create mode 100644 hw/drivers/bq27z561/include/bq27z561/bq27z561.h
 copy hw/drivers/{sensors/bma253 => bq27z561}/pkg.yml (84%)
 create mode 100644 hw/drivers/bq27z561/src/bq27z561.c
 create mode 100644 hw/drivers/bq27z561/src/bq27z561_shell.c
 copy {sys/stats/full => hw/drivers/bq27z561}/syscfg.yml (70%)

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

[mynewt-core] 01/01: Merge pull request #1142 from wes3/bq27561

Posted by ma...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 4de756474e973a2822a199cd2e0129caa432518b
Merge: b1e48d8 36bf4af
Author: mkiiskila <ma...@runtime.io>
AuthorDate: Thu May 31 12:09:56 2018 +0300

    Merge pull request #1142 from wes3/bq27561
    
    hw/drivers: Initial bq27z561 driver

 hw/drivers/bq27z561/include/bq27z561/bq27z561.h | 467 ++++++++++++++++++
 hw/drivers/bq27z561/pkg.yml                     |  36 ++
 hw/drivers/bq27z561/src/bq27z561.c              | 616 ++++++++++++++++++++++++
 hw/drivers/bq27z561/src/bq27z561_shell.c        | 127 +++++
 hw/drivers/bq27z561/syscfg.yml                  |  32 ++
 5 files changed, 1278 insertions(+)

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