Searched refs:lwip (Results 1 – 25 of 31) sorted by relevance
12
16 lwip: target17 git clone --depth 1 git://git.savannah.nongnu.org/lwip.git -b $(WITH_LWIP_BRANCH)18 (cd lwip ; git checkout $(WITH_LWIP_BRANCH))21 lwip-contrib:22 …git clone --depth 1 git://git.savannah.nongnu.org/lwip/lwip-contrib.git -b $(WITH_LWIP_CONTRIB_BRA…23 (cd lwip-contrib ; git checkout $(WITH_LWIP_CONTRIB_BRANCH))32 vpath %.c lwip/src/core/ lwip-contrib/ports/unix/proj/minimal/ lwip/src/netif/ lwip/src/core/ipv4/ …36 vpath %.c lwip/src/core/ipv6/62 ${OBJS}: lwip lwip-contrib $(coap_include_dir)/coap.h
2 lwip3 lwip-contrib
18 * download lwip and lwip-contrib from the upstream git sources
17 git clone git://git.savannah.nongnu.org/lwip.git20 git clone --branch DEVEL-1_4_1 git://git.savannah.nongnu.org/lwip.git23 git clone --branch STABLE-1_4_1 git://git.savannah.nongnu.org/lwip.git55 git clone your_login@git.sv.gnu.org:/srv/git/lwip.git59 changes on the repository. If in doubt, ask on the lwip-members mailing list.62 fingerprint against https://savannah.nongnu.org/git/?group=lwip97 cp -r lwip lwip-1.4.198 rm -rf lwip-1.4.1/.git lwip-1.4.1/.gitattributes101 tar czvf lwip-1.4.1.tar.gz lwip-1.4.1102 tar cjvf lwip-1.4.1.tar.bz2 lwip-1.4.1[all …]
2 documentation (found at http://www.nongnu.org/lwip/)
19 # I had to edit /opt/xdk-asf-3.48.0/thirdparty/lwip/lwip-port-1.4.1-dev/sam/include/arch/cc.h85 set(CF_LWIP "${CF_LWIP} -I${SDK_BASE}/thirdparty/lwip/lwip-${LWIP_VER}/src/include/lwip")86 set(CF_LWIP "${CF_LWIP} -I${SDK_BASE}/thirdparty/lwip/lwip-${LWIP_VER}/src/include/posix")87 set(CF_LWIP "${CF_LWIP} -I${SDK_BASE}/thirdparty/lwip/lwip-${LWIP_VER}/src/include")88 set(CF_LWIP "${CF_LWIP} -I${SDK_BASE}/thirdparty/lwip/lwip-${LWIP_VER}/src/module_config")89 set(CF_LWIP "${CF_LWIP} -I${SDK_BASE}/thirdparty/lwip/lwip-port-${LWIP_VER}/sam/include")90 set(CF_LWIP "${CF_LWIP} -I${SDK_BASE}/thirdparty/lwip/lwip-${LWIP_VER}/src/include/ipv4")
45 -I${IDF_PATH}/components/lwip/include/lwip/posix \46 -I${IDF_PATH}/components/lwip/include/lwip \47 -I${IDF_PATH}/components/lwip/include/lwip/port \
72 …lwip/src/include/lwip -I${CROSS_BASE}/middleware/third_party/lwip/src/include -I${CROSS_BASE}/proj…
66 The lwIP TCP/IP stack is maintained in the 'lwip' Git module and73 http://git.savannah.gnu.org/cgit/lwip.git74 http://git.savannah.gnu.org/cgit/lwip/lwip-contrib.git77 http://savannah.nongnu.org/projects/lwip/80 https://travis-ci.org/yarrick/lwip-merged87 http://www.nongnu.org/lwip/90 http://lwip.wikia.com/wiki/LwIP_Wiki93 http://savannah.nongnu.org/mail/?group=lwip95 http://lists.nongnu.org/archive/html/lwip-users/96 http://lists.nongnu.org/archive/html/lwip-devel/
3 "Name" : "lwip",8 "Upstream URL" : "https://savannah.nongnu.org/projects/lwip/",
15 set(CPACK_SOURCE_PACKAGE_FILE_NAME "lwip-${LWIP_VERSION_MAJOR}.${LWIP_VERSION_MINOR}.${LWIP_VERSION…
2 * coap_config.h.lwip -- LwIP configuration for libcoap15 #include <lwip/opt.h>16 #include <lwip/debug.h>17 #include <lwip/def.h> /* provide ntohs, htons */
122 cd examples/lwip125 Executable is ./server. See examples/lwip/README for further information
129 * major rework to get Contiki and lwip running179 <https://git.gitorious.org/coap-lwip/coap-lwip.git>. This
29 coap_config.h.lwip \
47 $ENV{IDF_PATH}/components/lwip/port/esp32/include48 $ENV{IDF_PATH}/components/lwip/lwip/src/include49 $ENV{IDF_PATH}/components/lwip/port/esp32/include53 $ENV{IDF_PATH}/components/lwip/include/apps/sntp65 $ENV{IDF_PATH}/components/lwip/include/apps70 $ENV{IDF_PATH}/components/lwip/lwip/src/include/lwip71 $ENV{IDF_PATH}/components/lwip/lwip/src/include72 $ENV{IDF_PATH}/components/lwip/lwip/src/include/lwip
56 lwip) config "--disable-tests $WITH_DOCS --disable-examples $WITH_TLS" && \57 make -C examples/lwip
1 doxygen lwip.Doxyfile
3 doxygen lwip.Doxyfile
246 # Generate lwip/init.h (version info)247 configure_file(${LWIP_DIR}/src/include/lwip/init.h.cmake.in ${LWIP_DIR}/src/include/lwip/init.h)252 set(DOXYGEN_IN ${LWIP_DIR}/doc/doxygen/lwip.Doxyfile.cmake.in)253 set(DOXYGEN_OUT ${LWIP_DIR}/doc/doxygen/lwip.Doxyfile)
40 CONTRIBDIR=../../../lwip-contrib
40 #include "lwip/opt.h"48 * @ingroup lwip
243 lwIP header file `<lwip/opt.h>` (or another lwIP header that includes this)248 1.4.0](https://download.savannah.gnu.org/releases/lwip/lwip-1.4.0.zip) and249 [contrib-1.4.0](https://download.savannah.gnu.org/releases/lwip/contrib-1.4.0.zip).