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-1304-ga8d789e
Date: Fri, 23 Feb 2018 07:19:35 -0500 (EST)

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  a8d789e7b315d3835c311ef33f315f5d090076ce (commit)
       via  c510e92cf459cf702a938ed6eea2262e72cb3813 (commit)
       via  69eaafeccaac9fa972419053233ae70422e20c49 (commit)
       via  10209ee78804e12206d27ef4c1cde7b510deeaf4 (commit)
      from  f595445ec0b507475aca14f32f0ac29c367c0f7b (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 a8d789e7b315d3835c311ef33f315f5d090076ce
Author: goldsimon <address@hidden>
Date:   Fri Feb 23 13:19:27 2018 +0100

    add lowpan6_ble.c to Filelists.mk

commit c510e92cf459cf702a938ed6eea2262e72cb3813
Author: goldsimon <address@hidden>
Date:   Fri Feb 23 13:16:14 2018 +0100

    get lowpan6_ble.c to compile

commit 69eaafeccaac9fa972419053233ae70422e20c49
Author: goldsimon <address@hidden>
Date:   Fri Feb 23 13:08:00 2018 +0100

    lowpan6_ble.c: fixed whitespace & indentation

commit 10209ee78804e12206d27ef4c1cde7b510deeaf4
Author: Benjamin Aigner <address@hidden>
Date:   Mon May 29 18:26:36 2017 +0200

    Added a RFC7668 netif.
    
    Works as expected, but some features are not implemented yet.
    
    (See patch #9364: RFC7668 - 6lowpan over Bluetooth Low Energy -- a new 
netif)
    (I've change the file names only; sg)
    
    Signed-off-by: goldsimon <address@hidden>

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

Summary of changes:
 src/Filelists.mk                                   |   1 +
 src/include/{lwip/ethip6.h => netif/lowpan6_ble.h} |  43 +-
 src/include/netif/lowpan6_ble_opts.h               |  85 ++
 src/netif/FILES                                    |   4 +
 src/netif/lowpan6_ble.c                            | 986 +++++++++++++++++++++
 5 files changed, 1098 insertions(+), 21 deletions(-)
 copy src/include/{lwip/ethip6.h => netif/lowpan6_ble.h} (62%)
 create mode 100644 src/include/netif/lowpan6_ble_opts.h
 create mode 100644 src/netif/lowpan6_ble.c


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



reply via email to

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