lwip-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, up


From: Dirk Ziegelmeier
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. master_at_STABLE-2_0_0-735-g68d36f1
Date: Wed, 21 Jun 2017 07:45:47 -0400 (EDT)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "lwIP - A Lightweight TCPIP stack".

The branch, master has been updated
       via  68d36f19f0365f0d58b9b12c5748aeac2700b9d1 (commit)
      from  79d69ce5269aa27528cfe41648095129ddc4d7a8 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 68d36f19f0365f0d58b9b12c5748aeac2700b9d1
Author: Dirk Ziegelmeier <address@hidden>
Date:   Wed Jun 21 13:42:54 2017 +0200

    Implement LWIP core locking support in tcpip_callback_with_block()
    Created two new functions for API cleanup:
    tcpip_callback() that blocks until message is posted, cannot be called from 
IRQs.
    tcpip_try_callback() that does not block and just tries to post a message. 
Can be called from IRQs.
    Add compatibility #define tcpip_callback_with_block() that maps to these 
two functions according to "block" parameter.

-----------------------------------------------------------------------

Summary of changes:
 src/api/tcpip.c          | 62 +++++++++++++++++++++++++++++++++++++++++-------
 src/include/lwip/tcpip.h | 10 ++++----
 2 files changed, 57 insertions(+), 15 deletions(-)


hooks/post-receive
-- 
lwIP - A Lightweight TCPIP stack



reply via email to

[Prev in Thread] Current Thread [Next in Thread]