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
a...@apache.org.

Reply via email to