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/10/19 11:09:11 UTC

[mynewt-nimble] branch master updated (50e5415 -> 5bdae41)

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 50e5415  Merge pull request #220 from michal-narajowski/btshell-adv-restart
     add ff78a65  porting: Use real function pointer types for ISR functions
     add 26ca4b9  porting: Use correct type for ISR function pointers
     new 5bdae41  Merge pull request #137 from aykevl/function-pointer-types

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/drivers/nrf52/src/ble_hw.c                   |  2 +-
 nimble/drivers/nrf52/src/ble_phy.c                  |  2 +-
 nimble/include/nimble/nimble_npl.h                  |  2 +-
 porting/nimble/src/hal_timer.c                      |  2 +-
 porting/npl/freertos/include/nimble/nimble_npl_os.h |  2 +-
 porting/npl/freertos/include/nimble/npl_freertos.h  |  2 +-
 porting/npl/riot/src/nrf5x_isr.c                    | 14 +++++++-------
 7 files changed, 13 insertions(+), 13 deletions(-)


[mynewt-nimble] 01/01: Merge pull request #137 from aykevl/function-pointer-types

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 5bdae413d47daa8535f4908c3f7e75e88db563fe
Merge: 50e5415 26ca4b9
Author: Andrzej Kaczmarek <an...@codecoup.pl>
AuthorDate: Fri Oct 19 13:09:07 2018 +0200

    Merge pull request #137 from aykevl/function-pointer-types
    
    porting: Use real function pointer types for ISR functions

 nimble/drivers/nrf52/src/ble_hw.c                   |  2 +-
 nimble/drivers/nrf52/src/ble_phy.c                  |  2 +-
 nimble/include/nimble/nimble_npl.h                  |  2 +-
 porting/nimble/src/hal_timer.c                      |  2 +-
 porting/npl/freertos/include/nimble/nimble_npl_os.h |  2 +-
 porting/npl/freertos/include/nimble/npl_freertos.h  |  2 +-
 porting/npl/riot/src/nrf5x_isr.c                    | 14 +++++++-------
 7 files changed, 13 insertions(+), 13 deletions(-)