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. dbfdb13166eba98b357a009b49be8d7993bd7c6e
Date: Wed, 16 Mar 2016 20:35:47 +0000

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  dbfdb13166eba98b357a009b49be8d7993bd7c6e (commit)
       via  d38cdccbcdbe3b00fa18c944a1e2fd6bcf50c572 (commit)
       via  2575c7fb5f331e9999882bbe1ca2c78c89945ac6 (commit)
       via  ea174560b1350454f8c2c9f5494ab9331bac4665 (commit)
       via  bc51dddcaf1c1070c5ced7cff2b59fd5ed59ef9d (commit)
      from  f09dec5fb7d90f823ef6a1f51624f97a9c6cf9c3 (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 dbfdb13166eba98b357a009b49be8d7993bd7c6e
Author: Dirk Ziegelmeier <address@hidden>
Date:   Wed Mar 16 21:34:39 2016 +0100

    LwipMibCompiler: Set MIB compiler as startup project instead of MIB viewer

commit d38cdccbcdbe3b00fa18c944a1e2fd6bcf50c572
Author: Dirk Ziegelmeier <address@hidden>
Date:   Wed Mar 16 21:31:19 2016 +0100

    netconn API: Remove api_msg wrapper struct, it is not needed any more

commit 2575c7fb5f331e9999882bbe1ca2c78c89945ac6
Author: Dirk Ziegelmeier <address@hidden>
Date:   Wed Mar 16 20:16:06 2016 +0100

    netconn API: Cleanup, remove lots of #defines, take advantage of new 
tcpip_send_api_msg function feature to abstract core locking away

commit ea174560b1350454f8c2c9f5494ab9331bac4665
Author: Dirk Ziegelmeier <address@hidden>
Date:   Wed Mar 16 20:14:52 2016 +0100

    tcpip.c tcpip_send_api_msg: Handle core locking case internally

commit bc51dddcaf1c1070c5ced7cff2b59fd5ed59ef9d
Author: Dirk Ziegelmeier <address@hidden>
Date:   Wed Mar 16 17:46:06 2016 +0100

    Add some comments to functions and #defines. According to Simon, LWIP core 
locking is not experimental any more.

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

Summary of changes:
 src/api/api_lib.c                                  |  130 +-
 src/api/api_msg.c                                  |   32 +-
 src/api/tcpip.c                                    |   30 +-
 src/apps/snmp/LwipMibCompiler/LwipMibCompiler.sln  |    2 +-
 .../example/MOBANetClocksV2-MIB.mib                | 2264 ++++++++++++++++++++
 .../LwipMibCompiler/example/compile_moba_mib.sh    |    1 +
 .../LwipMibCompiler/example/mobanetclocksv2-mib.c  | 1047 +++++++++
 .../LwipMibCompiler/example/mobanetclocksv2-mib.h  |   24 +
 src/include/lwip/api.h                             |    3 +-
 src/include/lwip/opt.h                             |    8 +-
 src/include/lwip/priv/api_msg.h                    |   41 +-
 src/include/lwip/priv/tcpip_priv.h                 |    2 -
 12 files changed, 3453 insertions(+), 131 deletions(-)
 create mode 100644 
src/apps/snmp/LwipMibCompiler/example/MOBANetClocksV2-MIB.mib
 create mode 100755 src/apps/snmp/LwipMibCompiler/example/compile_moba_mib.sh
 create mode 100644 src/apps/snmp/LwipMibCompiler/example/mobanetclocksv2-mib.c
 create mode 100644 src/apps/snmp/LwipMibCompiler/example/mobanetclocksv2-mib.h


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



reply via email to

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