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 2017/11/14 08:57:56 UTC

[mynewt-core] branch master updated (d55e3cb -> 3a0857e)

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-core.git.


    from d55e3cb  Merge pull request #656 from wes3/lora_link_chk
     add fd60b60  os: Add os_sem_get_count() api
     add c07664f  os: Fix guard comment
     add 88d8160  os: Fix compiler error
     add fae57b2  nimble/host: Remove unused bsp includes
     add 94e635f  nimble/host: Add missing include
     add b226920  nimble/host: Fix semaphore usage
     add 20d7536  nimble/host: Enable ble_hs_locked_by_cur_task for debug only
     add 5f0df1c  nimble/ias: Fix service definition
     new 3a0857e  Merge pull request #653 from andrzej-kaczmarek/various-fixes

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:
 kernel/os/include/os/os_sem.h                  | 8 +++++++-
 kernel/os/src/os_mbuf.c                        | 3 +++
 net/nimble/host/services/ias/src/ble_svc_ias.c | 4 ++--
 net/nimble/host/src/ble_att.c                  | 1 -
 net/nimble/host/src/ble_att_svr.c              | 1 -
 net/nimble/host/src/ble_hs.c                   | 5 ++---
 net/nimble/host/src/ble_hs_hci.c               | 2 +-
 net/nimble/host/src/ble_monitor.c              | 1 +
 8 files changed, 16 insertions(+), 9 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
['"commits@mynewt.apache.org" <co...@mynewt.apache.org>'].

[mynewt-core] 01/01: Merge pull request #653 from andrzej-kaczmarek/various-fixes

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-core.git

commit 3a0857ecc2fe3d12ad7e5eb48596e1b3e61cd083
Merge: d55e3cb 5f0df1c
Author: Andrzej Kaczmarek <an...@codecoup.pl>
AuthorDate: Tue Nov 14 09:57:54 2017 +0100

    Merge pull request #653 from andrzej-kaczmarek/various-fixes
    
    Add new semaphore API + some nimble/os fixes

 kernel/os/include/os/os_sem.h                  | 8 +++++++-
 kernel/os/src/os_mbuf.c                        | 3 +++
 net/nimble/host/services/ias/src/ble_svc_ias.c | 4 ++--
 net/nimble/host/src/ble_att.c                  | 1 -
 net/nimble/host/src/ble_att_svr.c              | 1 -
 net/nimble/host/src/ble_hs.c                   | 5 ++---
 net/nimble/host/src/ble_hs_hci.c               | 2 +-
 net/nimble/host/src/ble_monitor.c              | 1 +
 8 files changed, 16 insertions(+), 9 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
"commits@mynewt.apache.org" <co...@mynewt.apache.org>.