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: Simon Goldschmidt
Subject: [lwip-commits] [SCM] lwIP Contrib - Contributed code for Lightweight TCP/IP stack branch, master, updated. STABLE-2_0_0_RELEASE-344-gb94e071
Date: Thu, 5 Jul 2018 15:35:02 -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  b94e071e2ad1adb5c517a43026c56986e7b5be0d (commit)
       via  5c8e1dffc8a021a520b39e389baa9ff700aa04c9 (commit)
       via  e4d16330a10bf15602c25b4d323df18e9f08e4a9 (commit)
      from  dece1fe70969e36c2abe0895a9d05ef54ca6a4af (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 b94e071e2ad1adb5c517a43026c56986e7b5be0d
Author: Simon Goldschmidt <address@hidden>
Date:   Thu Jul 5 21:33:09 2018 +0200

    add semi-automatic test for option permutations
    
    For now, this works on some manually generated option files.
    
    Signed-off-by: Simon Goldschmidt <address@hidden>

commit 5c8e1dffc8a021a520b39e389baa9ff700aa04c9
Author: Simon Goldschmidt <address@hidden>
Date:   Thu Jul 5 21:31:34 2018 +0200

    unix port: fix compiling tapif for NO_SYS
    
    Signed-off-by: Simon Goldschmidt <address@hidden>

commit e4d16330a10bf15602c25b4d323df18e9f08e4a9
Author: Simon Goldschmidt <address@hidden>
Date:   Thu Jul 5 21:30:52 2018 +0200

    unix port: fix compiling NO_SYS
    
    Signed-off-by: Simon Goldschmidt <address@hidden>

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

Summary of changes:
 .gitignore                                         |   2 +
 examples/example_app/lwipopts.h                    |  36 ++-
 examples/example_app/test_configs/opt_default.h    | 296 +++++++++++++++++++++
 examples/example_app/test_configs/opt_dualstack.h  | 296 +++++++++++++++++++++
 examples/example_app/test_configs/opt_ipv4only.h   | 296 +++++++++++++++++++++
 examples/example_app/test_configs/opt_ipv6only.h   | 296 +++++++++++++++++++++
 examples/example_app/test_configs/opt_none.h       |   2 +
 examples/example_app/test_configs/opt_nosys_dual.h | 296 +++++++++++++++++++++
 examples/example_app/test_configs/opt_nosys_ipv4.h | 296 +++++++++++++++++++++
 examples/example_app/test_configs/opt_nosys_ipv6.h | 296 +++++++++++++++++++++
 ports/unix/example_app/Makefile                    |   3 +
 ports/unix/example_app/default_netif.c             |   7 +-
 ports/unix/example_app/iteropts.sh                 |  22 ++
 ports/unix/port/include/arch/cc.h                  |   2 +
 ports/unix/port/include/arch/sys_arch.h            |   2 +-
 ports/unix/port/include/netif/tapif.h              |   1 +
 ports/unix/port/netif/tapif.c                      |   6 +
 ports/unix/port/sys_arch.c                         |  14 +-
 18 files changed, 2143 insertions(+), 26 deletions(-)
 create mode 100644 examples/example_app/test_configs/opt_default.h
 create mode 100644 examples/example_app/test_configs/opt_dualstack.h
 create mode 100644 examples/example_app/test_configs/opt_ipv4only.h
 create mode 100644 examples/example_app/test_configs/opt_ipv6only.h
 create mode 100644 examples/example_app/test_configs/opt_none.h
 create mode 100644 examples/example_app/test_configs/opt_nosys_dual.h
 create mode 100644 examples/example_app/test_configs/opt_nosys_ipv4.h
 create mode 100644 examples/example_app/test_configs/opt_nosys_ipv6.h
 create mode 100755 ports/unix/example_app/iteropts.sh


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



reply via email to

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