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/05/24 11:49:45 UTC

[mynewt-nimble] branch master updated (3102727 -> f698731)

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 3102727  Merge pull request #106 from rymanluk/mesh_ext_fix
     add 23d834e  porting: Add missing API to dummy NPL
     add 7501d38  porting: Add API to run an event instead of running an eventq
     add 095288a  porting: Move default event queue management to common porting code
     add 4c70f15  porting: Add common function to run default event queue
     add 86d4b25  porting: Use common FreeRTOS macros for entering/exiting critical sect
     add 3c07cb1  porting: Add convenience init function in FreeRTOS NPL
     add daed64e  porting: Fix FreeRTOS NPL
     new f698731  Merge pull request #110 from andrzej-kaczmarek/npl-dev

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/src/ble_ll.c                     |  6 ++-
 nimble/host/src/ble_hs.c                           | 16 +++++--
 nimble/include/nimble/nimble_npl.h                 |  6 +--
 porting/nimble/include/nimble/nimble_port.h        |  6 +++
 porting/nimble/src/nimble_port.c                   | 22 +++++++++
 porting/npl/dummy/src/npl_os_dummy.c               | 13 +++--
 .../npl/freertos/include/nimble/nimble_npl_os.h    | 21 ++------
 .../freertos/include/nimble/nimble_port_freertos.h | 10 ++--
 porting/npl/freertos/src/nimble_port_freertos.c    | 51 ++++++++++++++++++++
 porting/npl/freertos/src/npl_os_freertos.c         | 56 +++++++++++++---------
 porting/npl/mynewt/include/nimble/nimble_npl_os.h  |  4 +-
 11 files changed, 150 insertions(+), 61 deletions(-)
 copy nimble/transport/ram/include/transport/ram/ble_hci_ram.h => porting/npl/freertos/include/nimble/nimble_port_freertos.h (82%)
 create mode 100644 porting/npl/freertos/src/nimble_port_freertos.c

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

[mynewt-nimble] 01/01: Merge pull request #110 from andrzej-kaczmarek/npl-dev

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 f698731f6bd4d1b11af565fe09ce3eefa6baac69
Merge: 3102727 daed64e
Author: Andrzej Kaczmarek <an...@codecoup.pl>
AuthorDate: Thu May 24 13:49:43 2018 +0200

    Merge pull request #110 from andrzej-kaczmarek/npl-dev
    
    porting: More NPL changes/fixes

 nimble/controller/src/ble_ll.c                     |  6 ++-
 nimble/host/src/ble_hs.c                           | 16 +++++--
 nimble/include/nimble/nimble_npl.h                 |  6 +--
 porting/nimble/include/nimble/nimble_port.h        |  6 +++
 porting/nimble/src/nimble_port.c                   | 22 +++++++++
 porting/npl/dummy/src/npl_os_dummy.c               | 13 +++--
 .../npl/freertos/include/nimble/nimble_npl_os.h    | 21 ++------
 .../include/nimble/nimble_port_freertos.h}         | 14 +++---
 porting/npl/freertos/src/nimble_port_freertos.c    | 51 ++++++++++++++++++++
 porting/npl/freertos/src/npl_os_freertos.c         | 56 +++++++++++++---------
 porting/npl/mynewt/include/nimble/nimble_npl_os.h  |  4 +-
 11 files changed, 151 insertions(+), 64 deletions(-)

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