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/09/06 17:38:16 UTC

[mynewt-nimble] branch master updated (6dc6249 -> 04cd24d)

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 6dc6249  Merge pull request #183 from rymanluk/build_fixes
     add 7e04053  nimble/ll/dtm: Remove scheduler first when stopping DTM
     add c5ab2b4  nimble/ll/dtm: Add stat for TX reschedule
     add 430ef71  nimble/ll/dtm: Change event callback name
     add f95b4b3  nimble/ll/dtm: Remove unnecessary assert
     add 7c93cf8  nimble/ll/dtm: Try to restart RX if failed due to radio error
     add 71c9564  nimble/ll/dtm: Register stats properly
     add dd403a6  nimble/ll/dtm: Add stat to count RX packets in real-time
     add 1634272  nimble/ll/dtm: Start RX with interrupts disabled
     new 04cd24d  Merge pull request #184 from andrzej-kaczmarek/dtm-improv

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 |  4 ++
 nimble/controller/src/ble_ll.c                |  4 ++
 nimble/controller/src/ble_ll_dtm.c            | 59 ++++++++++++++++++++++++---
 3 files changed, 62 insertions(+), 5 deletions(-)


[mynewt-nimble] 01/01: Merge pull request #184 from andrzej-kaczmarek/dtm-improv

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 04cd24da0da844feec6235d06f456992f50c58a7
Merge: 6dc6249 1634272
Author: Andrzej Kaczmarek <an...@codecoup.pl>
AuthorDate: Thu Sep 6 19:38:13 2018 +0200

    Merge pull request #184 from andrzej-kaczmarek/dtm-improv
    
    DTM: few improvements

 nimble/controller/include/controller/ble_ll.h |  4 ++
 nimble/controller/src/ble_ll.c                |  4 ++
 nimble/controller/src/ble_ll_dtm.c            | 59 ++++++++++++++++++++++++---
 3 files changed, 62 insertions(+), 5 deletions(-)