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/11/03 19:10:15 UTC

[mynewt-core] branch master updated (f0307a5 -> 2de4c39)

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 f0307a5  Merge pull request #645 from wes3/lora_mac_cmd
     add e29d7b4  MYNEWT-861 Sensor per type polling - first commit
     add 9959dbf  MYNEWT-861 Sensor per type polling fix poll rate
     add 2ee7973  MYNEWT-861 Fix bugs with bmp280 driver and cleanup
     add 42ef645  MYNEWT-861 Sensor per type poller cleanup
     new 2de4c39  Merge pull request #644 from vrahane/sensor_per_type_poll

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/bmp280/src/bmp280.c |   4 +-
 hw/sensor/include/sensor/sensor.h      |  21 +-
 hw/sensor/src/sensor.c                 | 451 ++++++++++++++++++++++++++-------
 hw/sensor/syscfg.yml                   |   8 +-
 kernel/os/include/os/os_time.h         |   7 +-
 5 files changed, 383 insertions(+), 108 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 #644 from vrahane/sensor_per_type_poll

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 2de4c39c2813b3d9f7f68f0917f2db5c825349c5
Merge: f0307a5 42ef645
Author: Vipul Rahane <vr...@gmail.com>
AuthorDate: Fri Nov 3 12:10:13 2017 -0700

    Merge pull request #644 from vrahane/sensor_per_type_poll
    
    MYNEWT-861: Sensor per type polling

 hw/drivers/sensors/bmp280/src/bmp280.c |   4 +-
 hw/sensor/include/sensor/sensor.h      |  21 +-
 hw/sensor/src/sensor.c                 | 451 ++++++++++++++++++++++++++-------
 hw/sensor/syscfg.yml                   |   8 +-
 kernel/os/include/os/os_time.h         |   7 +-
 5 files changed, 383 insertions(+), 108 deletions(-)

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