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

[mynewt-core] branch master updated (7409bc9 -> 853f751)

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

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


    from 7409bc9  Merge pull request #396 from kasjer/risc-v
     add a2957f6  MYNEWT-789 Add RuuviTag LIS2DH12 3-axis accel drv
     add 34833d5  MYNEWT-789 Change Ruuvi sample rate for LIS2DH12
     add f68c3d8  MYNEWT-803 OIC add api for setting poll rate to ms
     add 6a9bd18  MYNEWT-789 Add RuuviTag polling LIS2DH12 3-axis
     new 853f751  Merge pull request #394 from vrahane/lis2dh12-spi-driver

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/bsp/ruuvi_tag_revb2/pkg.yml                     |   4 +
 hw/bsp/ruuvi_tag_revb2/src/hal_bsp.c               |  48 ++
 hw/bsp/ruuvi_tag_revb2/syscfg.yml                  |   4 +
 hw/drivers/sensors/bme280/src/bme280.c             |   2 +-
 .../sensors/lis2dh12/include/lis2dh12/lis2dh12.h   | 188 +++++
 .../sim => hw/drivers/sensors/lis2dh12}/pkg.yml    |  13 +-
 hw/drivers/sensors/lis2dh12/src/lis2dh12.c         | 866 +++++++++++++++++++++
 hw/drivers/sensors/lis2dh12/src/lis2dh12_priv.h    | 213 +++++
 .../drivers/sensors/lis2dh12}/syscfg.yml           |  11 +-
 hw/sensor/include/sensor/sensor.h                  |   5 +
 10 files changed, 1341 insertions(+), 13 deletions(-)
 create mode 100644 hw/drivers/sensors/lis2dh12/include/lis2dh12/lis2dh12.h
 copy {kernel/sim => hw/drivers/sensors/lis2dh12}/pkg.yml (80%)
 create mode 100644 hw/drivers/sensors/lis2dh12/src/lis2dh12.c
 create mode 100644 hw/drivers/sensors/lis2dh12/src/lis2dh12_priv.h
 copy {sys/log/stub => hw/drivers/sensors/lis2dh12}/syscfg.yml (84%)

-- 
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 #394 from vrahane/lis2dh12-spi-driver

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

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

commit 853f75167d3887778ed5b2b963fdcc5bad950f69
Merge: 7409bc9 6a9bd18
Author: Vipul Rahane <vr...@gmail.com>
AuthorDate: Mon Jul 10 11:02:57 2017 -0700

    Merge pull request #394 from vrahane/lis2dh12-spi-driver
    
    MYNEWT-789 Add RuuviTag polling LIS2DH12 3-axis accel SPI driver

 hw/bsp/ruuvi_tag_revb2/pkg.yml                     |   4 +
 hw/bsp/ruuvi_tag_revb2/src/hal_bsp.c               |  48 ++
 hw/bsp/ruuvi_tag_revb2/syscfg.yml                  |   4 +
 hw/drivers/sensors/bme280/src/bme280.c             |   2 +-
 .../sensors/lis2dh12/include/lis2dh12/lis2dh12.h   | 188 +++++
 hw/drivers/sensors/lis2dh12/pkg.yml                |  29 +
 hw/drivers/sensors/lis2dh12/src/lis2dh12.c         | 866 +++++++++++++++++++++
 hw/drivers/sensors/lis2dh12/src/lis2dh12_priv.h    | 213 +++++
 hw/drivers/sensors/lis2dh12/syscfg.yml             |  26 +
 hw/sensor/include/sensor/sensor.h                  |   5 +
 10 files changed, 1384 insertions(+), 1 deletion(-)

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