You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ja...@apache.org on 2017/04/26 22:40:56 UTC

[08/50] [abbrv] incubator-mynewt-core git commit: This closes #234.

This closes #234.

Merge branch 'sensy' of https://github.com/vrahane/incubator-mynewt-core


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/3bd1a0d0
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/3bd1a0d0
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/3bd1a0d0

Branch: refs/heads/bluetooth5
Commit: 3bd1a0d095a93c594bc27d9c9ed32742601d5f01
Parents: f5c02fe e301553
Author: Marko Kiiskila <ma...@runtime.io>
Authored: Mon Apr 17 16:38:25 2017 -0700
Committer: Marko Kiiskila <ma...@runtime.io>
Committed: Mon Apr 17 16:38:25 2017 -0700

----------------------------------------------------------------------
 apps/sensors_test/pkg.yml                       |  16 +-
 apps/sensors_test/src/bleprph.h                 |  59 ++
 apps/sensors_test/src/gatt_svr.c                | 313 ++++++++++
 apps/sensors_test/src/main.c                    | 338 ++++++++++-
 apps/sensors_test/src/misc.c                    |  43 ++
 apps/sensors_test/syscfg.yml                    |  30 +-
 .../sensors/bno055/include/bno055/bno055.h      |  33 --
 hw/drivers/sensors/bno055/src/bno055_priv.h     |  34 ++
 hw/sensor/include/sensor/quat.h                 |   3 +-
 hw/sensor/include/sensor/sensor.h               |   4 +
 hw/sensor/pkg.yml                               |  10 +
 hw/sensor/src/sensor_oic.c                      | 587 +++++++++++++++++++
 hw/sensor/syscfg.yml                            |   6 +
 13 files changed, 1405 insertions(+), 71 deletions(-)
----------------------------------------------------------------------