You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by we...@apache.org on 2017/10/18 19:57:36 UTC

[mynewt-core] branch master updated (af48785 -> d77a753)

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

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


    from af48785  Merge pull request #624 from wes3/gw_conf_tx
     add ecf3319  Commit of initial BMA253 driver.
     new d77a753  Merge pull request #628 from wes3/accel

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/sensors/bma253/include/bma253/bma253.h  |  253 ++
 hw/drivers/sensors/{lis2dh12 => bma253}/pkg.yml    |   12 +-
 hw/drivers/sensors/bma253/src/bma253.c             | 3557 ++++++++++++++++++++
 .../drivers/sensors/bma253}/syscfg.yml             |    4 +-
 hw/sensor/creator/pkg.yml                          |    2 +
 hw/sensor/creator/src/sensor_creator.c             |   71 +
 hw/sensor/creator/syscfg.yml                       |    3 +
 7 files changed, 3893 insertions(+), 9 deletions(-)
 create mode 100644 hw/drivers/sensors/bma253/include/bma253/bma253.h
 copy hw/drivers/sensors/{lis2dh12 => bma253}/pkg.yml (83%)
 create mode 100644 hw/drivers/sensors/bma253/src/bma253.c
 copy {mgmt/newtmgr/nmgr_os => hw/drivers/sensors/bma253}/syscfg.yml (93%)

-- 
To stop receiving notification emails like this one, please contact
['"commits@mynewt.apache.org" <co...@mynewt.apache.org>'].

[mynewt-core] 01/01: Merge pull request #628 from wes3/accel

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

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

commit d77a75396fbf1b46a2e2d12d242d60402ebfbb57
Merge: af48785 ecf3319
Author: wes3 <wi...@runtime.io>
AuthorDate: Wed Oct 18 12:57:34 2017 -0700

    Merge pull request #628 from wes3/accel
    
    Commit of initial BMA253 driver.

 hw/drivers/sensors/bma253/include/bma253/bma253.h  |  253 ++
 .../syscfg.yml => drivers/sensors/bma253/pkg.yml}  |   39 +-
 hw/drivers/sensors/bma253/src/bma253.c             | 3557 ++++++++++++++++++++
 .../creator => drivers/sensors/bma253}/syscfg.yml  |   30 +-
 hw/sensor/creator/pkg.yml                          |    2 +
 hw/sensor/creator/src/sensor_creator.c             |   71 +
 hw/sensor/creator/syscfg.yml                       |    3 +
 7 files changed, 3903 insertions(+), 52 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
"commits@mynewt.apache.org" <co...@mynewt.apache.org>.