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-1325-g3a93029
Date: Wed, 28 Feb 2018 15:39:58 -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  3a93029e92528e7d700ea8211a34c5b82cb07b34 (commit)
       via  fe68fa49f7f3e4fcb66763d4ed9f12623f473be6 (commit)
       via  5e91cd47c9ddbf7a747a71c37b06193c1db416b1 (commit)
       via  4f059fea76682d723b5e0ce43cb560259c72a4f6 (commit)
       via  569464ffd306111afa01d2a4a1d45b67e825e4f2 (commit)
      from  6e6eb620df0e32478d244f052765312025b41dd6 (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 3a93029e92528e7d700ea8211a34c5b82cb07b34
Author: goldsimon <address@hidden>
Date:   Wed Feb 28 21:39:38 2018 +0100

    lowpan6.c: implement software CRC (e.g. required for use with ZEP)

commit fe68fa49f7f3e4fcb66763d4ed9f12623f473be6
Author: goldsimon <address@hidden>
Date:   Wed Feb 28 21:38:49 2018 +0100

    lowpan6.c: refactor parsing and writing the ieee 802.15.4 header to 
separate function

commit 5e91cd47c9ddbf7a747a71c37b06193c1db416b1
Author: goldsimon <address@hidden>
Date:   Wed Feb 28 21:09:55 2018 +0100

    lowpan6.c: ensure netif->hwaddr_len == 8 (to not create invalid frames)

commit 4f059fea76682d723b5e0ce43cb560259c72a4f6
Author: goldsimon <address@hidden>
Date:   Wed Feb 28 21:03:40 2018 +0100

    fix some IEEE_802154_FC_ bit definitions

commit 569464ffd306111afa01d2a4a1d45b67e825e4f2
Author: goldsimon <address@hidden>
Date:   Wed Feb 28 20:42:31 2018 +0100

    lowpan6.c: move static variables declared inside lowpan6_frag into 
lowpan6_data

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

Summary of changes:
 src/include/netif/ieee802154.h   |   8 +-
 src/include/netif/lowpan6.h      |   2 +
 src/include/netif/lowpan6_opts.h |   6 +-
 src/netif/lowpan6.c              | 315 +++++++++++++++++++++++++--------------
 4 files changed, 210 insertions(+), 121 deletions(-)


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



reply via email to

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