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/23 18:52:31 UTC

[68/70] [abbrv] incubator-mynewt-core git commit: Merge branch '1_0_0_b1_dev' into develop

Merge branch '1_0_0_b1_dev' into develop


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

Branch: refs/heads/master
Commit: 5c42d5037ee12868a53d9b2cf5d461af8c51d87a
Parents: e9be34d c6a8f88
Author: Christopher Collins <cc...@apache.org>
Authored: Wed Nov 23 10:37:04 2016 -0800
Committer: Christopher Collins <cc...@apache.org>
Committed: Wed Nov 23 10:37:04 2016 -0800

----------------------------------------------------------------------
 .rat-excludes                                   |   7 +
 README.md                                       | 189 ++++++++++---------
 RELEASE_NOTES.md                                |   4 +-
 .../components/toolchain/gcc/Makefile.common    | 156 ---------------
 .../components/toolchain/gcc/Makefile.posix     |   4 -
 .../components/toolchain/gcc/Makefile.windows   |  10 -
 .../toolchain/gcc/gcc_nrf51_common.ld           | 164 ----------------
 .../components/toolchain/gcc/nrf51_common.ld    | 160 ----------------
 .../components/toolchain/gcc/nrf51_xxaa.ld      |  13 --
 .../components/toolchain/gcc/nrf51_xxab.ld      |  13 --
 .../components/toolchain/gcc/nrf51_xxac.ld      |  13 --
 .../components/toolchain/gcc/nrf52_common.ld    | 160 ----------------
 .../components/toolchain/gcc/nrf52_xxaa.ld      |  13 --
 .../components/toolchain/gcc/nrf5x_common.ld    | 160 ----------------
 .../toolchain/iar/iar_nrf51_blank_xxaa.icf      |  31 ---
 .../toolchain/iar/iar_nrf51_blank_xxac.icf      |  31 ---
 net/ip/native_sockets/src/native_itf.c          |   3 +
 net/nimble/host/test/src/ble_hs_test_util.c     |   3 -
 18 files changed, 113 insertions(+), 1021 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/5c42d503/net/nimble/host/test/src/ble_hs_test_util.c
----------------------------------------------------------------------