[SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. STABLE-2_1_0_RELEASE-87-gf098c45
[email protected] (Simon Goldschmidt)
| Newsgroups | gmane.network.lwip.cvs |
|---|---|
| Message-ID | <[email protected]> |
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 f098c4515e1335d6255be71ef9704d2092b4b851 (commit)
via 0ee4784d0cf92e399727efb92a1d8469e33d43b0 (commit)
from 4edbec760a7b10db10a492bc9750a41ff81239b8 (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 f098c4515e1335d6255be71ef9704d2092b4b851
Author: Simon Goldschmidt <[email protected]>
Date: Wed Oct 17 21:39:37 2018 +0200
tftp: added example for tftp client
Signed-off-by: Simon Goldschmidt <[email protected]>
commit 0ee4784d0cf92e399727efb92a1d8469e33d43b0
Author: Simon Goldschmidt <[email protected]>
Date: Wed Oct 17 21:37:46 2018 +0200
tftp client: pass 'mode' as an enum, not as a string constant
-----------------------------------------------------------------------
Summary of changes:
contrib/examples/example_app/lwipcfg.h.example | 1 +
contrib/examples/example_app/lwipcfg.h.travis | 1 +
contrib/examples/example_app/test.c | 5 ++-
contrib/examples/tftp/tftp_example.c | 59 +++++++++++++++++++++++---
contrib/examples/tftp/tftp_example.h | 3 +-
src/apps/tftp/tftp.c | 27 ++++++++++--
src/include/lwip/apps/tftp_client.h | 10 ++++-
7 files changed, 92 insertions(+), 14 deletions(-)
hooks/post-receive
--
lwIP - A Lightweight TCPIP stack