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. 6cc7f38c99e0a58e1e34c8b9962911c5f4360c19
Date: Sat, 30 Jul 2016 09:08:35 +0000 (UTC)

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  6cc7f38c99e0a58e1e34c8b9962911c5f4360c19 (commit)
       via  2c2d11fa4d887f85258a5aeb0311292e95733afb (commit)
       via  4cb7e31d2daee8b4dd89cc0210f03cfc5bb95ca8 (commit)
       via  0c7d015ec422301f979b8c2aa71d36130aa96cc5 (commit)
       via  4b67c582f6ec79a08ce6c0f46e716bedc95d9a5f (commit)
       via  5f9c944da47d51eb14ccb17c70b231f99ce048fa (commit)
      from  b7da649944267e9bae50c4ed2def0500a75bf96c (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 6cc7f38c99e0a58e1e34c8b9962911c5f4360c19
Author: Dirk Ziegelmeier <address@hidden>
Date:   Sat Jul 30 11:08:05 2016 +0200

    Fix typo in lwip.Doxyfile

commit 2c2d11fa4d887f85258a5aeb0311292e95733afb
Author: Dirk Ziegelmeier <address@hidden>
Date:   Sat Jul 30 10:40:36 2016 +0200

    Update documentation of netif_input function

commit 4cb7e31d2daee8b4dd89cc0210f03cfc5bb95ca8
Author: Dirk Ziegelmeier <address@hidden>
Date:   Sat Jul 30 10:36:11 2016 +0200

    Add missing #include in netif.c

commit 0c7d015ec422301f979b8c2aa71d36130aa96cc5
Author: Dirk Ziegelmeier <address@hidden>
Date:   Sat Jul 30 10:29:14 2016 +0200

    Further improvement to netif input function autoselection: Select between 
netif_input() and tcpip_input() depending on NO_SYS setting

commit 4b67c582f6ec79a08ce6c0f46e716bedc95d9a5f
Author: Dirk Ziegelmeier <address@hidden>
Date:   Sat Jul 30 10:19:16 2016 +0200

    Create netif_input function that decides according to netif flags where to 
pass an incoming packet.
    Allow to pass a NULL pointer to netif_add() input function - if so, use the 
function mentioned above as input function.

commit 5f9c944da47d51eb14ccb17c70b231f99ce048fa
Author: Dirk Ziegelmeier <address@hidden>
Date:   Sat Jul 30 10:06:06 2016 +0200

    Add some netif related macros to docs

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

Summary of changes:
 doc/doxygen/doxygenopts.h |   29 +++++++++++++++++++++++++++++
 doc/doxygen/lwip.Doxyfile |    2 +-
 src/core/netif.c          |   43 +++++++++++++++++++++++++++++++++++++++++--
 src/include/lwip/netif.h  |   20 ++++++++++++++++++--
 4 files changed, 89 insertions(+), 5 deletions(-)
 create mode 100644 doc/doxygen/doxygenopts.h


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



reply via email to

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