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-568-g724cc173
Date: Wed, 10 May 2023 16:20:32 -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  724cc173ca3768574ebe895abb38915285707957 (commit)
       via  187e4ededdaa3a908660cf8c0558de9de6b773b1 (commit)
       via  f50c87da6fd79aa354af36069c725c3b54868a41 (commit)
       via  a6874a46c6be6920dba866b1705446b30fb7725b (commit)
      from  3a9c1e48ddfbe1a29bff0f2ad79cbc7919d724c2 (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 724cc173ca3768574ebe895abb38915285707957
Author: David Cermak <cermak@espressif.com>
Date:   Tue Apr 5 11:26:48 2022 +0200

    ci: Add the default example_app config to the build step

commit 187e4ededdaa3a908660cf8c0558de9de6b773b1
Author: David Cermak <cermak@espressif.com>
Date:   Tue Apr 5 11:18:12 2022 +0200

    contrib/addons: Add example of using DHCP extra options hooks

commit f50c87da6fd79aa354af36069c725c3b54868a41
Author: Chen Yu Dong <chenyudong@espressif.com>
Date:   Mon Apr 26 16:41:01 2021 +0800

    ci: Add unit test suite to validate tcp state transitions

commit a6874a46c6be6920dba866b1705446b30fb7725b
Author: David Cermak <cermak@espressif.com>
Date:   Thu Apr 21 09:12:42 2022 +0200

    contrib/ports: Add semaphore per thread option for unix

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

Summary of changes:
 .github/workflows/ci-linux.yml                   |   4 +
 contrib/addons/dhcp_extra_opts/README            |   5 +
 contrib/addons/dhcp_extra_opts/dhcp_extra_opts.c |  91 ++++
 contrib/addons/dhcp_extra_opts/dhcp_extra_opts.h |  61 +++
 contrib/ports/unix/port/include/arch/sys_arch.h  |   9 +
 contrib/ports/unix/port/sys_arch.c               |  69 +++
 test/unit/Filelists.cmake                        |   1 +
 test/unit/Filelists.mk                           |   1 +
 test/unit/lwip_unittests.c                       |   2 +
 test/unit/tcp/tcp_helper.c                       |   7 +-
 test/unit/tcp/test_tcp_state.c                   | 652 +++++++++++++++++++++++
 test/unit/tcp/test_tcp_state.h                   |   8 +
 12 files changed, 909 insertions(+), 1 deletion(-)
 create mode 100644 contrib/addons/dhcp_extra_opts/README
 create mode 100644 contrib/addons/dhcp_extra_opts/dhcp_extra_opts.c
 create mode 100644 contrib/addons/dhcp_extra_opts/dhcp_extra_opts.h
 create mode 100644 test/unit/tcp/test_tcp_state.c
 create mode 100644 test/unit/tcp/test_tcp_state.h


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



reply via email to

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