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/20 21:03:27 UTC

[mynewt-core] 01/01: Merge pull request #663 from vrahane/bma253_fix_notif_api

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 a0c1851582670b7b5558cab6af74b9f0a59fad09
Merge: d072fd6 9b226a3
Author: Vipul Rahane <vr...@gmail.com>
AuthorDate: Mon Nov 20 13:03:24 2017 -0800

    Merge pull request #663 from vrahane/bma253_fix_notif_api
    
    BMA253 Fixes, adding notification API and interrupt handler API

 apps/sensors_test/src/main.c                      |    7 +
 hw/drivers/sensors/bma253/include/bma253/bma253.h |  428 +-
 hw/drivers/sensors/bma253/pkg.yml                 |    9 +-
 hw/drivers/sensors/bma253/src/bma253.c            | 7836 ++++++++++++---------
 hw/drivers/sensors/bma253/src/bma253_priv.h       |  656 ++
 hw/drivers/sensors/bma253/src/bma253_shell.c      |  717 ++
 hw/drivers/sensors/bma253/syscfg.yml              |   32 +-
 hw/sensor/creator/src/sensor_creator.c            |   16 +-
 hw/sensor/include/sensor/sensor.h                 |  148 +-
 hw/sensor/src/sensor.c                            |  189 +-
 hw/sensor/src/sensor_shell.c                      |  121 +-
 hw/sensor/syscfg.yml                              |    5 +
 12 files changed, 6679 insertions(+), 3485 deletions(-)

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