You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by je...@apache.org on 2018/07/09 21:39:25 UTC

[mynewt-core] branch master updated (4d2763f -> 7166be3)

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

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


    from 4d2763f  Interface lock for sensor_itf and led_itf (#1250)
     add 1524656  hw/bq27z561: Add byte level register read/write
     add c999e0a  hw/bq27z561: Add functions to access thresholds
     add 1cf794b  hw/bq27z561: Add battery thresholds properties
     add c762df3  battery: Add shell command to write properties
     new 7166be3  Merge pull request #1244 from kasjer/battery_prop

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/battery/src/battery_shell.c                  |  73 ++++++
 hw/drivers/bq27z561/include/bq27z561/bq27z561.h | 116 +++++++++
 hw/drivers/bq27z561/src/bq27z561.c              | 321 +++++++++++++++++++++++-
 3 files changed, 508 insertions(+), 2 deletions(-)


[mynewt-core] 01/01: Merge pull request #1244 from kasjer/battery_prop

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

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

commit 7166be30133f39ca870c4d339e1529ceb3ec6855
Merge: 4d2763f c762df3
Author: kasjer <ka...@users.noreply.github.com>
AuthorDate: Mon Jul 9 23:39:22 2018 +0200

    Merge pull request #1244 from kasjer/battery_prop
    
    Battery property write

 hw/battery/src/battery_shell.c                  |  73 ++++++
 hw/drivers/bq27z561/include/bq27z561/bq27z561.h | 116 +++++++++
 hw/drivers/bq27z561/src/bq27z561.c              | 321 +++++++++++++++++++++++-
 3 files changed, 508 insertions(+), 2 deletions(-)