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 7e17a05  Fix links in README.md
     new d15edf1  [build] Adjust makefiles to support autotools integration.
     new 22e1e79  [linux] Cleanup npl layer in linux port.
     new ef58876  [linux] resolve merge conflict.  Default to providing access 
to psm for l2cap coc connections.

The 3 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:
 porting/examples/linux/include/syscfg/syscfg.h   |  2 +-
 porting/nimble/Makefile.controller               |  2 ++
 porting/nimble/Makefile.defs                     |  5 ++++
 porting/nimble/Makefile.mesh                     |  2 ++
 porting/nimble/Makefile.tinycrypt                |  2 ++
 porting/npl/linux/include/nimble/nimble_npl_os.h |  6 +----
 porting/npl/linux/src/npl_osal.h                 | 29 ------------------------
 porting/npl/linux/src/os_atomic.c                |  2 +-
 porting/npl/linux/src/os_callout.c               |  3 +--
 porting/npl/linux/src/os_eventq.cc               |  2 +-
 porting/npl/linux/src/os_mutex.c                 |  1 +
 porting/npl/linux/src/os_sem.c                   |  1 +
 porting/npl/linux/src/os_task.c                  |  6 +++++
 porting/npl/linux/src/os_time.c                  |  1 +
 porting/npl/linux/src/os_types.h                 |  4 ++--
 15 files changed, 27 insertions(+), 41 deletions(-)
 delete mode 100644 porting/npl/linux/src/npl_osal.h

Reply via email to