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:58 UTC

[mynewt-core] branch master updated (0527487 -> 211d6b1)

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

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


    from 0527487  [BSP] Disable failing HAL modules for F7-Discovery
     add dbcd540  net/ip; add sys_mbox_valid(), sys_mbox_free() and sys_mbox_set_invalid().
     add d7fa128  net/ip; naming conflict with LwIP stats and mynewt stats. Rename LwIP stats_init -> lwip_stats_init.
     new 211d6b1  Merge pull request #1527 from mkiiskila/lwip_mbox_api

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:
 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(-)


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

Posted by ma...@apache.org.
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(-)