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 2018/04/27 19:15:16 UTC

[mynewt-core] 01/01: Merge pull request #1058 from vrahane/lis2dw12_notif_fix

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 0aae710654b48d9a84d54de771cc18427709df7d
Merge: 85f0c53 ad36134
Author: Vipul Rahane <vr...@gmail.com>
AuthorDate: Fri Apr 27 12:15:12 2018 -0700

    Merge pull request #1058 from vrahane/lis2dw12_notif_fix
    
    SensorAPI: lis2dw12: Breaking up sensor notifications

 hw/drivers/sensors/adxl345/src/adxl345.c           |  12 +-
 hw/drivers/sensors/bma253/src/bma253.c             |  11 +-
 hw/drivers/sensors/bma2xx/src/bma2xx.c             |  11 +-
 .../sensors/lis2dw12/include/lis2dw12/lis2dw12.h   |  16 +-
 hw/drivers/sensors/lis2dw12/src/lis2dw12.c         | 153 +++++++--
 hw/sensor/include/sensor/sensor.h                  | 342 +++++++++++++--------
 hw/sensor/src/sensor.c                             |  73 +++--
 hw/sensor/src/sensor_oic.c                         |   4 +
 hw/sensor/src/sensor_shell.c                       |   4 +
 hw/sensor/syscfg.yml                               |   7 +
 10 files changed, 434 insertions(+), 199 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
vipulrahane@apache.org.