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 2019/01/09 12:15:10 UTC

[mynewt-core] branch master updated (cb9ece0 -> d75dce4)

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 cb9ece0  hw/drivers/lps33thw: Restore read error stats
     add 6222c2b  Added bq27z561_wr_flash to header file. Added new function as not to conflict with old naming of the function which was incorrect.
     add fde7b08  Added a wrapper so no duplicate code is in the source file. Added __attributed__((deprecated)) to help future developers use the right function.
     add 069525f  Bound checking now includes number of bytes to be written.
     add d069359  Fixed consistency of unlocking device.
     new d75dce4  Merge pull request #1590 from JuulLabs/bq27z561_flash_write

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 | 34 +++++++++++++++++++++++++
 hw/drivers/bq27z561/src/bq27z561.c              |  9 +++----
 2 files changed, 38 insertions(+), 5 deletions(-)


[mynewt-core] 01/01: Merge pull request #1590 from JuulLabs/bq27z561_flash_write

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 d75dce4da4e6fd1cb2ecb8abf0664c066d46da93
Merge: cb9ece0 d069359
Author: mkiiskila <ma...@runtime.io>
AuthorDate: Wed Jan 9 14:15:06 2019 +0200

    Merge pull request #1590 from JuulLabs/bq27z561_flash_write
    
    Adding Flash Write Functionality

 hw/drivers/bq27z561/include/bq27z561/bq27z561.h | 34 +++++++++++++++++++++++++
 hw/drivers/bq27z561/src/bq27z561.c              |  9 +++----
 2 files changed, 38 insertions(+), 5 deletions(-)