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:03:00 UTC

[mynewt-core] 01/01: Merge pull request #394 from vrahane/lis2dh12-spi-driver

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>.