[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-79-gf272a75 |
Date: |
Sat, 13 Oct 2018 10:32:20 -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 f272a75b6afa347435b534903af0eeedc9af0d91 (commit)
via 7c10065bd27c2aec81548eed2b9e45e96ba2802c (commit)
from a0d7b01186ffaba8369d2b5f2e50275ae03af96b (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 f272a75b6afa347435b534903af0eeedc9af0d91
Author: Simon Goldschmidt <address@hidden>
Date: Sat Oct 13 16:31:01 2018 +0200
implement 'keypressed()' in the unix port
Signed-off-by: Simon Goldschmidt <address@hidden>
commit 7c10065bd27c2aec81548eed2b9e45e96ba2802c
Author: Simon Goldschmidt <address@hidden>
Date: Sat Oct 13 16:26:25 2018 +0200
Revert "Try to implement platform-independent keypressed()"
This reverts commit a0d7b01186ffaba8369d2b5f2e50275ae03af96b.
The new 'keypressed()' wasn't platform-independent but broke
the win32 port.
Signed-off-by: Simon Goldschmidt <address@hidden>
-----------------------------------------------------------------------
Summary of changes:
contrib/examples/example_app/test.c | 26 +++++-------
contrib/ports/unix/port/include/arch/sys_arch.h | 3 ++
contrib/ports/unix/port/sys_arch.c | 11 +++++
contrib/ports/win32/include/arch/sys_arch.h | 32 ++++++++-------
contrib/ports/win32/sys_arch.c | 54 +++++++++++++++++--------
5 files changed, 80 insertions(+), 46 deletions(-)
hooks/post-receive
--
lwIP - A Lightweight TCPIP stack
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. STABLE-2_1_0_RELEASE-79-gf272a75,
Simon Goldschmidt <=