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/28 09:39:00 UTC

[mynewt-nimble] branch master updated (245ef69 -> e026626)

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

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

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 e0266266d5cc9abe00b567a9f45b0dac40b8672a
Merge: 245ef69 02f987d
Author: Andrzej Kaczmarek <an...@codecoup.pl>
AuthorDate: Mon May 28 11:38:49 2018 +0200

    Merge pull request #111 from andrzej-kaczmarek/npl-riot
    
    porting: Add NPL for RIOT

 nimble/controller/src/ble_ll.c                  |   20 +
 porting/npl/riot/include/nimble/nimble_npl_os.h |  261 ++++++
 porting/npl/riot/include/syscfg/syscfg.h        | 1057 +++++++++++++++++++++++
 porting/npl/riot/src/npl_os_riot.c              |   66 ++
 porting/npl/riot/src/nrf5x_isr.c                |   58 ++
 5 files changed, 1462 insertions(+)

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