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:15 UTC

[mynewt-core] branch master updated (85f0c53 -> 0aae710)

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 85f0c53  Merge pull request #1053 from mkiiskila/coap_export_ids
     add 4baf73b  lis2dw12:sensor_notif: Breaking up notifications
     add ad36134  lis2dw12: Adding a way to change interrupt for evt
     new 0aae710  Merge pull request #1058 from vrahane/lis2dw12_notif_fix

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

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

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