You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by cc...@apache.org on 2018/03/21 18:27:42 UTC

[mynewt-core] branch master updated (16240ee -> f36351b)

This is an automated email from the ASF dual-hosted git repository.

ccollins pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git.


    from 16240ee  use timezone for clocktime_to_timeval
     add 760db85  net/ip/lwip_base; upgrade to STABLE-2_0_3_RELEASE
     add 5f78b2b  lwip - Document for upgrading lwIP version
     new f36351b  Merge pull request #939 from ccollins476ad/lwip-2.0.3

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 net/ip/lwip_base/CHANGELOG                  |  19 ++++
 net/ip/lwip_base/MYNEWT                     |  23 +++++
 net/ip/lwip_base/UPGRADING                  |   8 ++
 net/ip/lwip_base/doc/NO_SYS_SampleCode.c    |  17 +--
 net/ip/lwip_base/doc/doxygen/lwip.Doxyfile  |   2 +-
 net/ip/lwip_base/include/lwip/def.h         |  17 ++-
 net/ip/lwip_base/include/lwip/dhcp.h        |   2 +-
 net/ip/lwip_base/include/lwip/init.h        |   2 +-
 net/ip/lwip_base/include/lwip/memp.h        |   2 +
 net/ip/lwip_base/include/lwip/stats.h       |   6 +-
 net/ip/lwip_base/src/api/api_msg.c          |  14 ++-
 net/ip/lwip_base/src/apps/httpd/fsdata.c    |   3 +
 net/ip/lwip_base/src/apps/mqtt/mqtt.c       |   3 +-
 net/ip/lwip_base/src/core/init.c            |   2 +-
 net/ip/lwip_base/src/core/ipv4/dhcp.c       |  11 +-
 net/ip/lwip_base/src/core/ipv4/ip4_frag.c   |  65 +++++++++---
 net/ip/lwip_base/src/core/netif.c           |   4 +-
 net/ip/lwip_base/src/core/tcp.c             |  11 +-
 net/ip/lwip_base/src/core/tcp_in.c          |  45 +++++---
 net/ip/lwip_base/src/core/timeouts.c        |   2 +-
 net/ip/lwip_base/test/unit/ip4/test_ip4.c   | 154 ++++++++++++++++++++++++++++
 net/ip/lwip_base/test/unit/ip4/test_ip4.h   |   8 ++
 net/ip/lwip_base/test/unit/lwip_unittests.c |   2 +
 net/ip/lwip_base/test/unit/lwipopts.h       |   3 +
 24 files changed, 359 insertions(+), 66 deletions(-)
 create mode 100644 net/ip/lwip_base/MYNEWT
 create mode 100644 net/ip/lwip_base/test/unit/ip4/test_ip4.c
 create mode 100644 net/ip/lwip_base/test/unit/ip4/test_ip4.h

-- 
To stop receiving notification emails like this one, please contact
ccollins@apache.org.

[mynewt-core] 01/01: Merge pull request #939 from ccollins476ad/lwip-2.0.3

Posted by cc...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ccollins pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git

commit f36351b1ba52a2d122938b1c74944c3602ff056f
Merge: 16240ee 5f78b2b
Author: ccollins476ad <cc...@gmail.com>
AuthorDate: Wed Mar 21 11:27:40 2018 -0700

    Merge pull request #939 from ccollins476ad/lwip-2.0.3
    
    Upgrade lwIP to 2.0.3

 net/ip/lwip_base/CHANGELOG                  |  19 ++++
 net/ip/lwip_base/MYNEWT                     |  23 +++++
 net/ip/lwip_base/UPGRADING                  |   8 ++
 net/ip/lwip_base/doc/NO_SYS_SampleCode.c    |  17 +--
 net/ip/lwip_base/doc/doxygen/lwip.Doxyfile  |   2 +-
 net/ip/lwip_base/include/lwip/def.h         |  17 ++-
 net/ip/lwip_base/include/lwip/dhcp.h        |   2 +-
 net/ip/lwip_base/include/lwip/init.h        |   2 +-
 net/ip/lwip_base/include/lwip/memp.h        |   2 +
 net/ip/lwip_base/include/lwip/stats.h       |   6 +-
 net/ip/lwip_base/src/api/api_msg.c          |  14 ++-
 net/ip/lwip_base/src/apps/httpd/fsdata.c    |   3 +
 net/ip/lwip_base/src/apps/mqtt/mqtt.c       |   3 +-
 net/ip/lwip_base/src/core/init.c            |   2 +-
 net/ip/lwip_base/src/core/ipv4/dhcp.c       |  11 +-
 net/ip/lwip_base/src/core/ipv4/ip4_frag.c   |  65 +++++++++---
 net/ip/lwip_base/src/core/netif.c           |   4 +-
 net/ip/lwip_base/src/core/tcp.c             |  11 +-
 net/ip/lwip_base/src/core/tcp_in.c          |  45 +++++---
 net/ip/lwip_base/src/core/timeouts.c        |   2 +-
 net/ip/lwip_base/test/unit/ip4/test_ip4.c   | 154 ++++++++++++++++++++++++++++
 net/ip/lwip_base/test/unit/ip4/test_ip4.h   |   8 ++
 net/ip/lwip_base/test/unit/lwip_unittests.c |   2 +
 net/ip/lwip_base/test/unit/lwipopts.h       |   3 +
 24 files changed, 359 insertions(+), 66 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
ccollins@apache.org.