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. master_at_STABLE-2_0_0-451-g8313c4d
Date: Thu, 16 Mar 2017 16:52:44 -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  8313c4d870ff9709bf6673552b02774e79aa5fe9 (commit)
      from  2d8e17aa898eff3e5cfe34c5c1767d2a3edb896b (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 8313c4d870ff9709bf6673552b02774e79aa5fe9
Author: goldsimon <address@hidden>
Date:   Thu Mar 16 21:52:30 2017 +0100

    tried to add basic socket unit tests (nonsense only for now); made 
LOCK_TCPIP_CORE()/UNLOCK_TCPIP_CORE() overridable for that

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

Summary of changes:
 src/include/lwip/tcpip.h                           |   2 +
 test/unit/api/test_sockets.c                       |  68 +++++
 test/unit/api/test_sockets.h                       |   8 +
 test/unit/arch/sys_arch.c                          | 332 +++++++++++++++++++++
 .../httpd/fsdata.h => test/unit/arch/sys_arch.h    |  49 ++-
 test/unit/lwip_unittests.c                         |   4 +-
 test/unit/lwipopts.h                               |   6 +-
 7 files changed, 456 insertions(+), 13 deletions(-)
 create mode 100644 test/unit/api/test_sockets.c
 create mode 100644 test/unit/api/test_sockets.h
 create mode 100644 test/unit/arch/sys_arch.c
 copy src/apps/httpd/fsdata.h => test/unit/arch/sys_arch.h (54%)


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



reply via email to

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