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-579-g5cc168c
Date: Wed, 12 Apr 2017 15:54:51 -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  5cc168c0f194a10da06446c501e1621ae746d997 (commit)
       via  bf01941b2314ba40d2b83728ae811e89e4fdea23 (commit)
       via  dfc57f0289bb38ba79dc468abae79c676b4c6fa3 (commit)
      from  5310d8f13c356d358a7961b552b254a0609dd40b (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 5cc168c0f194a10da06446c501e1621ae746d997
Author: goldsimon <address@hidden>
Date:   Wed Apr 12 21:54:42 2017 +0200

    added unit test for mqtt (that does not really do something useful yet)

commit bf01941b2314ba40d2b83728ae811e89e4fdea23
Author: goldsimon <address@hidden>
Date:   Wed Apr 12 21:52:34 2017 +0200

    opt.h: provide LWIP_NUM_SYS_TIMEOUT_INTERNAL as default value for 
MEMP_NUM_SYS_TIMEOUT that can be extended by local lwipopts.h

commit dfc57f0289bb38ba79dc468abae79c676b4c6fa3
Author: goldsimon <address@hidden>
Date:   Wed Apr 12 21:50:58 2017 +0200

    mqtt: move struct mqtt_client_s and inner structs to new file mqtt_priv.h 
(to hide it from apps but provide it for tests)

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

Summary of changes:
 src/apps/mqtt/mqtt.c                               |  54 +---------
 src/include/lwip/apps/{mqtt_opts.h => mqtt_priv.h} | 113 +++++++++++----------
 src/include/lwip/opt.h                             |   8 +-
 test/unit/lwip_unittests.c                         |   2 +
 test/unit/lwipopts.h                               |   2 +
 test/unit/mqtt/test_mqtt.c                         | 107 +++++++++++++++++++
 test/unit/mqtt/test_mqtt.h                         |   8 ++
 7 files changed, 184 insertions(+), 110 deletions(-)
 copy src/include/lwip/apps/{mqtt_opts.h => mqtt_priv.h} (50%)
 create mode 100644 test/unit/mqtt/test_mqtt.c
 create mode 100644 test/unit/mqtt/test_mqtt.h


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



reply via email to

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