You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ma...@apache.org on 2018/11/21 11:36:59 UTC

[mynewt-core] 01/01: Merge pull request #1527 from mkiiskila/lwip_mbox_api

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

marko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git

commit 211d6b14ee584b2b6e23d76328a4adcda0d3b92c
Merge: 0527487 d7fa128
Author: mkiiskila <ma...@runtime.io>
AuthorDate: Wed Nov 21 13:36:54 2018 +0200

    Merge pull request #1527 from mkiiskila/lwip_mbox_api
    
    LwIP mbox api additions

 net/ip/include/arch/sys_arch.h        | 21 ++++++++++++++++++---
 net/ip/include/ip/os_queue.h          |  1 +
 net/ip/lwip_base/include/lwip/stats.h |  4 ++--
 net/ip/lwip_base/src/core/init.c      |  2 +-
 net/ip/lwip_base/src/core/stats.c     |  2 +-
 net/ip/src/os_queue.c                 | 12 +++++++++++-
 6 files changed, 34 insertions(+), 8 deletions(-)