This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch update-ports-syscfg
in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git


    omit d869f3978 nimble/host: Fix stopping host with pending connections
    omit 438a70dde gitignore: Add linux port tests
    omit efa5688ef porting/linux: Fix some coding style issues
    omit d5e471c52 porting/linux: Make BLE_NPL_TIME_FOREVER unsigned
    omit 35087de05 porting/linux: Fix ble_npl_mutex_pend failing
    omit 94ee7f6ea nimble: Use BLE_NPL_TIME_FOREVER for ble_npl_mutex_pend 
timeout

This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.

 * -- * -- N   refs/heads/update-ports-syscfg (ecc1a6d17)
            \
             O -- O -- O   (d869f3978)

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .gitignore                                         |  8 ++--
 nimble/host/src/ble_gap.c                          |  2 +-
 nimble/host/src/ble_hs.c                           |  2 +-
 nimble/host/src/ble_hs_stop.c                      |  6 +--
 nimble/transport/src/monitor.c                     |  8 ++--
 porting/npl/linux/include/nimble/nimble_npl_os.h   |  8 ++--
 .../npl/linux/include/nimble/nimble_npl_os_log.h   | 20 ++++-----
 porting/npl/linux/include/nimble/os_types.h        | 45 ++++++++++----------
 porting/npl/linux/src/os_callout.c                 | 46 ++++++++++-----------
 porting/npl/linux/src/os_mutex.c                   |  8 ----
 porting/npl/linux/src/os_task.c                    | 48 +++++++++-------------
 porting/npl/linux/src/os_time.c                    |  2 -
 12 files changed, 90 insertions(+), 113 deletions(-)

Reply via email to