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: Simon Goldschmidt
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. STABLE-2_1_0_RELEASE-556-g0f2de1f6
Date: Fri, 7 Apr 2023 16:16:14 -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  0f2de1f684615e62b1ecb7f0dcf11426b964b9f2 (commit)
       via  427b4f9b08ad2b1d2ddd84856732ad44f3d63c7a (commit)
       via  6a350a0278f2146e01b9d0d8629a542c3c8ff387 (commit)
      from  3fe8d2fc43a9b69f7ed28c63d44a7744f9c0def9 (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 0f2de1f684615e62b1ecb7f0dcf11426b964b9f2
Author: Renzo Davoli <renzo@cs.unibo.it>
Date:   Fri Feb 17 18:19:10 2023 +0100

    contrib/ports/unix: add vdeif

commit 427b4f9b08ad2b1d2ddd84856732ad44f3d63c7a
Author: Renzo Davoli <renzo@cs.unibo.it>
Date:   Tue Jan 17 17:49:50 2023 +0100

    add posixlib

commit 6a350a0278f2146e01b9d0d8629a542c3c8ff387
Author: Renzo Davoli <renzo@cs.unibo.it>
Date:   Tue Jan 17 17:35:32 2023 +0100

    contrib/port/unix/lib: exclude slipif.c source

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

Summary of changes:
 contrib/ports/unix/lib/CMakeLists.txt              |   1 +
 .../unix/port/include/netif/{tapif.h => vdeif.h}   |  12 +-
 contrib/ports/unix/port/netif/{tapif.c => vdeif.c} | 236 +++++++--------------
 contrib/ports/unix/posixlib/CMakeLists.txt         |  94 ++++++++
 contrib/ports/unix/posixlib/Uninstall.cmake        |  22 ++
 contrib/ports/unix/posixlib/include/posix/inet.h   |  76 +++++++
 .../ports/unix/posixlib/include/posix/sockets.h    | 150 +++++++++++++
 contrib/ports/unix/posixlib/lwipopts.h             | 180 ++++++++++++++++
 src/Filelists.cmake                                |   5 +-
 9 files changed, 607 insertions(+), 169 deletions(-)
 copy contrib/ports/unix/port/include/netif/{tapif.h => vdeif.h} (89%)
 copy contrib/ports/unix/port/netif/{tapif.c => vdeif.c} (56%)
 create mode 100644 contrib/ports/unix/posixlib/CMakeLists.txt
 create mode 100644 contrib/ports/unix/posixlib/Uninstall.cmake
 create mode 100644 contrib/ports/unix/posixlib/include/posix/inet.h
 create mode 100644 contrib/ports/unix/posixlib/include/posix/sockets.h
 create mode 100644 contrib/ports/unix/posixlib/lwipopts.h


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



reply via email to

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