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-1367-g8adfc73
Date: Wed, 21 Mar 2018 17:59:01 -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  8adfc730ec2556a1f2c1221e0008b57d9e57baea (commit)
       via  ac031070365665e200e67053a73da21e9baff5bf (commit)
       via  a4b9beef04bd811a2fc0a3f65b94b587a986bb58 (commit)
      from  c974fc9d4326d8674cb853fed49a7130fc0c8c86 (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 8adfc730ec2556a1f2c1221e0008b57d9e57baea
Author: goldsimon <address@hidden>
Date:   Wed Mar 21 22:57:45 2018 +0100

    lowpan6_ble.c: use common functions from lowpan6_common.c

commit ac031070365665e200e67053a73da21e9baff5bf
Author: goldsimon <address@hidden>
Date:   Wed Mar 21 22:53:08 2018 +0100

    lowpan6_common.c: add comments from ble version

commit a4b9beef04bd811a2fc0a3f65b94b587a986bb58
Author: goldsimon <address@hidden>
Date:   Wed Mar 14 22:29:16 2018 +0100

    Move common 6LoWPAN code to new file lopwan6_common.c
    
    This is mainly IPHC (de)compression.
    
    TODO: adapt the 6LoWPAN-over-BLE netif to this.
    
    Signed-off-by: goldsimon <address@hidden>

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

Summary of changes:
 doc/doxygen/lwip.Doxyfile                         |   1 -
 src/include/netif/ieee802154.h                    |   8 -
 src/include/netif/lowpan6.h                       |   5 +-
 src/include/netif/lowpan6_ble.h                   |  25 +-
 src/include/netif/lowpan6_ble_opts.h              |  87 ---
 src/include/netif/{lowpan6.h => lowpan6_common.h} |  50 +-
 src/include/netif/lowpan6_opts.h                  |  64 +-
 src/include/netif/zepif.h                         |   4 +-
 src/netif/lowpan6.c                               | 768 +++-----------------
 src/netif/lowpan6_ble.c                           | 734 +++----------------
 src/netif/lowpan6_common.c                        | 841 ++++++++++++++++++++++
 src/netif/zepif.c                                 |   4 +-
 12 files changed, 1116 insertions(+), 1475 deletions(-)
 delete mode 100644 src/include/netif/lowpan6_ble_opts.h
 copy src/include/netif/{lowpan6.h => lowpan6_common.h} (62%)
 create mode 100644 src/netif/lowpan6_common.c


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



reply via email to

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