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. master_at_STABLE-2_0_0-1124-g8de4900
Date: Fri, 5 Jan 2018 01:51:51 -0500 (EST)

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  8de490064101381bc0ae12ceb14872def8c3c131 (commit)
       via  8542556a03a92e58cc6c9de47a7f0d7113b8ba41 (commit)
       via  756b7431a7a0c7dd84efbabc4e620de875185822 (commit)
       via  40fecab313f1660ea0f0058743456ca212221f69 (commit)
      from  b16f5f0e195cd5e67509aa3b39af7fa72c140817 (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 8de490064101381bc0ae12ceb14872def8c3c131
Author: Dirk Ziegelmeier <address@hidden>
Date:   Fri Jan 5 07:49:39 2018 +0100

    Work on timer unit tests

commit 8542556a03a92e58cc6c9de47a7f0d7113b8ba41
Author: Dirk Ziegelmeier <address@hidden>
Date:   Thu Jan 4 13:37:29 2018 +0100

    Fix build warning in test_def.c

commit 756b7431a7a0c7dd84efbabc4e620de875185822
Author: Dirk Ziegelmeier <address@hidden>
Date:   Thu Jan 4 13:37:05 2018 +0100

    Start implementing unit tests for timers

commit 40fecab313f1660ea0f0058743456ca212221f69
Author: Dirk Ziegelmeier <address@hidden>
Date:   Thu Jan 4 13:20:28 2018 +0100

    Introduce LWIP_TESTMODE #define to be able to make functions/variables 
public etc. for implementing unit tests

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

Summary of changes:
 src/core/timeouts.c          |  12 +++-
 src/include/lwip/opt.h       |   7 ++
 src/include/lwip/timeouts.h  |   8 ++-
 test/unit/Filelists.mk       |   1 +
 test/unit/arch/sys_arch.c    |   6 +-
 test/unit/arch/sys_arch.h    |   3 +
 test/unit/core/test_def.c    |   2 +-
 test/unit/core/test_timers.c | 153 +++++++++++++++++++++++++++++++++++++++++++
 test/unit/core/test_timers.h |   8 +++
 test/unit/lwip_unittests.c   |   2 +
 test/unit/lwipopts.h         |   4 +-
 11 files changed, 198 insertions(+), 8 deletions(-)
 create mode 100644 test/unit/core/test_timers.c
 create mode 100644 test/unit/core/test_timers.h


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



reply via email to

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