You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by cc...@apache.org on 2016/11/10 22:39:30 UTC

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

This closes #85.

Merge remote-tracking branch 'bgiori/feature-ans' into develop

* bgiori/feature-ans:
  update include path
  moved location to services from profiles
  Variables declared at top of function scope
  updated comments
  Alert Notification Service implemented.
  fixed compilation errors and runs. Untested. Unfinished.
  unfinished changes


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/ff4ce466
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/ff4ce466
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/ff4ce466

Branch: refs/heads/master
Commit: ff4ce4660d43d3e1d24e3e66f277c0939cd3ff0c
Parents: bbe1c78 1d68f68
Author: Christopher Collins <cc...@apache.org>
Authored: Tue Nov 8 14:29:28 2016 -0800
Committer: Christopher Collins <cc...@apache.org>
Committed: Tue Nov 8 14:29:28 2016 -0800

----------------------------------------------------------------------
 .../ans/include/services/ans/ble_svc_ans.h      |  87 ++++
 net/nimble/host/services/ans/pkg.yml            |  31 ++
 net/nimble/host/services/ans/src/ble_svc_ans.c  | 467 +++++++++++++++++++
 3 files changed, 585 insertions(+)
----------------------------------------------------------------------