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/04/08 20:14:07 UTC

[2/7] incubator-mynewt-core git commit: Merge remote-tracking branch 'origin/develop' into fork

Merge remote-tracking branch 'origin/develop' into fork


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

Branch: refs/heads/develop
Commit: 480901fccccf5f4bc557e8ab3894fe18e3b7f911
Parents: 4077620 f2885ea
Author: Vipul Rahane <vi...@runtime.io>
Authored: Thu Apr 7 13:42:52 2016 -0700
Committer: Vipul Rahane <vi...@runtime.io>
Committed: Thu Apr 7 13:42:52 2016 -0700

----------------------------------------------------------------------
 libs/bootutil/include/bootutil/image.h      |   2 +
 libs/bootutil/pkg.yml                       |   3 +-
 libs/bootutil/src/bootutil_priv.h           |   3 +
 libs/bootutil/src/image_ec.c                | 118 ++++++++++++++
 libs/bootutil/src/image_rsa.c               | 141 +++++++++++++++++
 libs/bootutil/src/image_validate.c          | 186 +++++-----------------
 libs/mbedtls/include/mbedtls/ecp.h          |   3 +
 libs/mbedtls/src/ecp_curves.c               |  20 +++
 net/nimble/host/include/host/ble_hs.h       |   1 +
 net/nimble/host/include/host/host_hci.h     |   1 +
 net/nimble/host/src/ble_gap.c               | 187 +++++++++++------------
 net/nimble/host/src/ble_hci_block.c         | 159 +++++++++++++++++++
 net/nimble/host/src/ble_hs.c                |   4 +-
 net/nimble/host/src/ble_hs_priv.h           |  20 +++
 net/nimble/host/src/ble_ibeacon.c           |  68 +++++++++
 net/nimble/host/src/ble_l2cap_sm.h          |   2 +
 net/nimble/host/src/host_hci.c              |   6 +
 net/nimble/host/src/test/ble_gap_test.c     |   8 +
 net/nimble/host/src/test/ble_hs_adv_test.c  |  22 +++
 net/nimble/host/src/test/ble_hs_conn_test.c |   6 +
 net/nimble/include/nimble/hci_common.h      |  22 +--
 net/nimble/src/util.c                       |   4 +-
 sys/config/src/config_nmgr.c                |   5 +
 sys/fcb/include/fcb/fcb.h                   |   5 +
 sys/fcb/src/fcb.c                           |   7 +
 sys/log/include/log/log.h                   |   2 +
 sys/log/pkg.yml                             |   6 +
 sys/log/src/log_fcb.c                       | 127 +++++++++++++++
 sys/log/src/test/log_test.c                 | 162 ++++++++++++++++++++
 29 files changed, 1044 insertions(+), 256 deletions(-)
----------------------------------------------------------------------