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

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


    from c418c0c  Merge pull request #2257 from JuulLabs/id-serial_mfg
     new 048fb40  hw/drivers/chg_ctrl/sgm4056: Add SGM4056 driver
     new 17f7f5e  hw/drivers/chg_ctrl/sgm4056: Add charge control integration
     new 778a8f6  hw/bsp/pinetime: Enable SGM4056 charger driver
     new 9dee495  Merge pull request #2255 from caspermeijn/sgm4056

The 9571 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/bsp/pinetime/pkg.yml                            |   1 +
 hw/bsp/pinetime/src/hal_bsp.c                      |  15 ++
 .../chg_ctrl/sgm4056/include/sgm4056/sgm4056.h     |  81 +++++++++
 hw/drivers/chg_ctrl/{bq24040 => sgm4056}/pkg.yml   |   9 +-
 hw/drivers/chg_ctrl/sgm4056/src/sgm4056.c          | 202 +++++++++++++++++++++
 .../drivers/chg_ctrl/sgm4056}/syscfg.yml           |   4 +-
 6 files changed, 306 insertions(+), 6 deletions(-)
 create mode 100644 hw/drivers/chg_ctrl/sgm4056/include/sgm4056/sgm4056.h
 copy hw/drivers/chg_ctrl/{bq24040 => sgm4056}/pkg.yml (87%)
 create mode 100644 hw/drivers/chg_ctrl/sgm4056/src/sgm4056.c
 copy {boot/stub => hw/drivers/chg_ctrl/sgm4056}/syscfg.yml (88%)

Reply via email to