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/21 20:31:55 UTC

[mynewt-core] branch master updated (ab24d01 -> 3dd6719)

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 ab24d01  Merge pull request #451 from vrahane/sensor_poller_api_fix
     add 69de015  MYNEWT-815 SensorAPI: Add type to data_func,listen
     new 3dd6719  Merge pull request #447 from vrahane/sensors_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/bme280/src/bme280.c         |  16 ++--
 hw/drivers/sensors/bno055/src/bno055.c         | 124 +++++++++++++++++++++----
 hw/drivers/sensors/lis2dh12/src/lis2dh12.c     |   2 +-
 hw/drivers/sensors/lsm303dlhc/src/lsm303dlhc.c |  36 +++----
 hw/drivers/sensors/sim/src/generic_accel.c     |   2 +-
 hw/drivers/sensors/sim/src/generic_mag.c       |   2 +-
 hw/drivers/sensors/tcs34725/src/tcs34725.c     |   2 +-
 hw/drivers/sensors/tsl2561/src/tsl2561.c       |   2 +-
 hw/sensor/include/sensor/sensor.h              |   4 +-
 hw/sensor/src/sensor.c                         |  13 ++-
 hw/sensor/src/sensor_oic.c                     |   7 +-
 hw/sensor/src/sensor_shell.c                   |  32 +++----
 12 files changed, 169 insertions(+), 73 deletions(-)

-- 
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 #447 from vrahane/sensors_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 3dd6719612bc522b76a3726c6398a53389046373
Merge: ab24d01 69de015
Author: Vipul Rahane <vr...@gmail.com>
AuthorDate: Fri Jul 21 13:31:53 2017 -0700

    Merge pull request #447 from vrahane/sensors_fix
    
    MYNEWT-815 SensorAPI: Add type to data_func,listen

 hw/drivers/sensors/bme280/src/bme280.c         |  16 ++--
 hw/drivers/sensors/bno055/src/bno055.c         | 124 +++++++++++++++++++++----
 hw/drivers/sensors/lis2dh12/src/lis2dh12.c     |   2 +-
 hw/drivers/sensors/lsm303dlhc/src/lsm303dlhc.c |  36 +++----
 hw/drivers/sensors/sim/src/generic_accel.c     |   2 +-
 hw/drivers/sensors/sim/src/generic_mag.c       |   2 +-
 hw/drivers/sensors/tcs34725/src/tcs34725.c     |   2 +-
 hw/drivers/sensors/tsl2561/src/tsl2561.c       |   2 +-
 hw/sensor/include/sensor/sensor.h              |   4 +-
 hw/sensor/src/sensor.c                         |  13 ++-
 hw/sensor/src/sensor_oic.c                     |   7 +-
 hw/sensor/src/sensor_shell.c                   |  32 +++----
 12 files changed, 169 insertions(+), 73 deletions(-)


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