lwip-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-commits] [SCM] UNNAMED PROJECT branch, master, updated. 602a7bd5da


From: Sylvain Rochet
Subject: [lwip-commits] [SCM] UNNAMED PROJECT branch, master, updated. 602a7bd5da770e29ce78097e19dc6d9e593c3d45
Date: Tue, 19 Jan 2016 20:22:29 +0000

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 "UNNAMED PROJECT".

The branch, master has been updated
       via  602a7bd5da770e29ce78097e19dc6d9e593c3d45 (commit)
      from  ddff8d34d0e7e5f417926aed032067e75c28a447 (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 602a7bd5da770e29ce78097e19dc6d9e593c3d45
Author: Stephan Linz <address@hidden>
Date:   Tue Jan 19 21:14:01 2016 +0100

    unixsim: add PPPoS Rx thread
    
    As described in lwip/doc/ppp.txt chapter "Upgrading from lwIP <= 1.4.x
    to lwIP >= 1.5.x" the unixsim must provide its own PPP input thread to
    read raw data from serial line:
    
    "... PPP_INPROC_OWNTHREAD was broken by design and was removed, you have
    to create your own serial rx thread ..." Details about how to do that
    can be read in the same document in chapter "PPPoS input path".
    
    PPP_INPROC_OWNTHREAD was removed with lwIP commit 25f9f55878 "PPP,
    removed PPP_INPROC_OWNTHREAD feature, which almost only make things
    harder"
    
    Reported-by: Stephan Linz <address@hidden>
    Fixes: 25f9f55878 ("PPP, removed PPP_INPROC_OWNTHREAD feature, which almost 
only make things harder") in lwIP
    Signed-off-by: Stephan Linz <address@hidden>
    address@hidden: coding style, removed useless sys_msleep, removed cast from 
u32_t to int for sio_read() return value]
    Signed-off-by: Sylvain Rochet <address@hidden>

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

Summary of changes:
 ports/unix/proj/unixsim/simhost.c |   22 +++++++++++++++++++++-
 1 files changed, 21 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
UNNAMED PROJECT



reply via email to

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