You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ml...@apache.org on 2020/04/16 00:37:04 UTC

[mynewt-core] branch master updated (f54786e -> 9d0fcf7)

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 f54786e  hw/drivers/i2s: Add I2S driver for STM32F4 family
     new c02d9c9  docs/os/modules/drivers/chg_ctrl: Add charge control driver doc
     new 01f8001  docs/drivers/chg_ctrl/sgm4056: Add SGM4056 specific doc
     new 9d0fcf7  Merge pull request #2258 from caspermeijn/doc-sgm4056

The 9592 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:
 docs/os/modules/drivers/chg_ctrl/chg_ctrl.rst | 145 ++++++++++++++++++++++++++
 docs/os/modules/drivers/chg_ctrl/sgm4056.rst  | 101 ++++++++++++++++++
 docs/os/modules/drivers/driver.rst            |   5 +-
 3 files changed, 250 insertions(+), 1 deletion(-)
 create mode 100644 docs/os/modules/drivers/chg_ctrl/chg_ctrl.rst
 create mode 100644 docs/os/modules/drivers/chg_ctrl/sgm4056.rst