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 245ef69  Merge pull request #115 from MariuszSkamra/hs_dbg_le_evt
     add 39c32e6  porting: Add NPL for RIOT
     add 4d9eee1  nimble/ll: Add workaround for initializing LL task on RIOT
     add 02f987d  porting: Add local syscfg for RIOT
     new e026626  Merge pull request #111 from andrzej-kaczmarek/npl-riot

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                     |  20 ++
 .../include/nimble/nimble_npl_os.h                 | 182 ++++++---------
 .../{nimble => npl/riot}/include/syscfg/syscfg.h   | 253 +++++++++++++++++----
 porting/npl/riot/src/npl_os_riot.c                 |  66 ++++++
 .../npl/riot/src/nrf5x_isr.c                       |  43 ++--
 5 files changed, 397 insertions(+), 167 deletions(-)
 copy porting/npl/{freertos => riot}/include/nimble/nimble_npl_os.h (51%)
 copy porting/{nimble => npl/riot}/include/syscfg/syscfg.h (76%)
 create mode 100644 porting/npl/riot/src/npl_os_riot.c
 copy nimble/host/src/ble_hs_log.c => porting/npl/riot/src/nrf5x_isr.c (60%)

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to