lwip-commits
[Top][All Lists]
Advanced

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

[lwip-commits] [SCM] lwIP Contrib - Contributed code for Lightweight TCP


From: Dirk Ziegelmeier
Subject: [lwip-commits] [SCM] lwIP Contrib - Contributed code for Lightweight TCP/IP stack branch, master, updated. STABLE-2_0_0_RELEASE-313-g14f93f8
Date: Thu, 17 May 2018 17:52:19 -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 Contrib - Contributed code for Lightweight TCP/IP stack".

The branch, master has been updated
       via  14f93f82334ad8bc2d70741a346f7f5d81af2322 (commit)
      from  d190e671f41785207a131e4aa8d80b8fa41409df (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 14f93f82334ad8bc2d70741a346f7f5d81af2322
Author: Dirk Ziegelmeier <address@hidden>
Date:   Thu May 17 23:52:10 2018 +0200

    Create unified example application shared between Unix and Win32
    
    Move win32 test.c and its config files to separate example_app directory
    Refactor platform specific code into new per-port files
    
    !!! This breaks Win32 application until I can fix it at work where I have 
access to MSVC !!!

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

Summary of changes:
 .gitignore                                         |  3 +
 .../example_app/default_netif.h                    | 22 +++---
 .../example_app/lwipcfg.h.example                  |  0
 .../include => examples/example_app}/lwipopts.h    |  2 +-
 {ports/win32 => examples/example_app}/lwippools.h  |  0
 .../example_app}/ppp_settings.h                    |  0
 {ports/win32 => examples/example_app}/test.c       | 83 +++++++++-------------
 ports/CMakeCommon.cmake                            |  2 +-
 ports/unix/README                                  | 15 ----
 ports/unix/example_app/CMakeLists.txt              | 26 +++++++
 ports/unix/{lib => example_app}/Makefile           | 21 +++---
 .../netif/delif.h => example_app/default_netif.c}  | 37 ++++++++--
 .../{WindowsCMake => example_app}/CMakeLists.txt   | 15 ++--
 .../delif.h => win32/example_app/default_netif.c}  | 49 +++++++++++--
 14 files changed, 170 insertions(+), 105 deletions(-)
 copy ports/unix/unixsim/lwip_hooks.h => examples/example_app/default_netif.h 
(83%)
 rename ports/win32/lwipcfg_msvc.h.example => 
examples/example_app/lwipcfg.h.example (100%)
 rename {ports/win32/include => examples/example_app}/lwipopts.h (99%)
 rename {ports/win32 => examples/example_app}/lwippools.h (100%)
 rename {ports/win32/include => examples/example_app}/ppp_settings.h (100%)
 rename {ports/win32 => examples/example_app}/test.c (91%)
 create mode 100644 ports/unix/example_app/CMakeLists.txt
 copy ports/unix/{lib => example_app}/Makefile (73%)
 copy ports/unix/{port/include/netif/delif.h => example_app/default_netif.c} 
(71%)
 rename ports/win32/{WindowsCMake => example_app}/CMakeLists.txt (51%)
 copy ports/{unix/port/include/netif/delif.h => 
win32/example_app/default_netif.c} (60%)


hooks/post-receive
-- 
lwIP Contrib - Contributed code for Lightweight TCP/IP stack



reply via email to

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