You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by an...@apache.org on 2018/04/27 18:31:16 UTC

[mynewt-nimble] branch master updated (8913533 -> 002365d)

This is an automated email from the ASF dual-hosted git repository.

andk pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git.


    from 8913533  Merge pull request #69 from sjanc/test_build_fix
     add 51b4b73  nimble/ll: Cleanup includes
     add 5abc606  nimble/ll: Remove explicit usage of OS_TICKS_PER_SEC
     add 740fe29  nimble/ll: Create LL task only for Mynewt build
     add 446648a  nimble/host: Fix may be uninitialize warning
     new 002365d  Merge pull request #71 from andrzej-kaczmarek/porting-prepare

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 nimble/controller/include/controller/ble_ll.h      |  2 --
 nimble/controller/include/controller/ble_ll_conn.h |  1 -
 nimble/controller/include/controller/ble_ll_ctrl.h |  2 +-
 nimble/controller/src/ble_ll.c                     | 17 +++++++++++++++--
 nimble/controller/src/ble_ll_adv.c                 |  1 -
 nimble/controller/src/ble_ll_conn.c                |  2 +-
 nimble/controller/src/ble_ll_conn_hci.c            |  1 -
 nimble/controller/src/ble_ll_conn_priv.h           |  3 +--
 nimble/controller/src/ble_ll_ctrl.c                |  2 +-
 nimble/controller/src/ble_ll_resolv.c              |  4 ++--
 nimble/controller/src/ble_ll_scan.c                |  2 +-
 nimble/controller/src/ble_ll_sched.c               |  2 +-
 nimble/host/src/ble_gap.c                          |  4 ++--
 nimble/host/util/src/addr.c                        |  1 -
 14 files changed, 25 insertions(+), 19 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
andk@apache.org.

[mynewt-nimble] 01/01: Merge pull request #71 from andrzej-kaczmarek/porting-prepare

Posted by an...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

andk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git

commit 002365d5bb6010612a6619ae7f51902d56d03179
Merge: 8913533 446648a
Author: Andrzej Kaczmarek <an...@codecoup.pl>
AuthorDate: Fri Apr 27 20:31:13 2018 +0200

    Merge pull request #71 from andrzej-kaczmarek/porting-prepare
    
    More fixes for non-Mynewt builds

 nimble/controller/include/controller/ble_ll.h      |  2 --
 nimble/controller/include/controller/ble_ll_conn.h |  1 -
 nimble/controller/include/controller/ble_ll_ctrl.h |  2 +-
 nimble/controller/src/ble_ll.c                     | 17 +++++++++++++++--
 nimble/controller/src/ble_ll_adv.c                 |  1 -
 nimble/controller/src/ble_ll_conn.c                |  2 +-
 nimble/controller/src/ble_ll_conn_hci.c            |  1 -
 nimble/controller/src/ble_ll_conn_priv.h           |  3 +--
 nimble/controller/src/ble_ll_ctrl.c                |  2 +-
 nimble/controller/src/ble_ll_resolv.c              |  4 ++--
 nimble/controller/src/ble_ll_scan.c                |  2 +-
 nimble/controller/src/ble_ll_sched.c               |  2 +-
 nimble/host/src/ble_gap.c                          |  4 ++--
 nimble/host/util/src/addr.c                        |  1 -
 14 files changed, 25 insertions(+), 19 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
andk@apache.org.