Skip to content

Commit 264227c

Browse files
author
fpr
committed
Move LwIP in library
Signed-off-by: fpr <[email protected]>
1 parent 6d5e18d commit 264227c

File tree

302 files changed

+27
-27532
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

302 files changed

+27
-27532
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

libraries/LwIP/library.properties

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name=LwIP
2+
version=2.0.0
3+
author=Adam Dunkels <[email protected]>
4+
maintainer=See url
5+
sentence=A Lightweight TCP/IP stack
6+
paragraph=lwIP is a small independent implementation of the TCP/IP protocol suite that has been developed by Adam Dunkels at the Computer and Networks Architectures (CNA) lab at the Swedish Institute of Computer Science (SICS). The focus of the lwIP TCP/IP implementation is to reduce the RAM usage while still having a full scale TCP. This making lwIP suitable for use in embedded systems with tens of kilobytes of free RAM and room for around 40 kilobytes of code ROM.category=Communication
7+
category=Communication
8+
url=http://git.savannah.gnu.org/cgit/lwip.git
9+
architectures=stm32

libraries/Native_Ethernet/src/utility/LwIP.h renamed to libraries/LwIP/src/LwIP.h

Lines changed: 1 addition & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -39,48 +39,7 @@
3939
#ifndef __LWIP_H__
4040
#define __LWIP_H__
4141

42-
/* Includes ------------------------------------------------------------------*/
43-
44-
#ifdef __cplusplus
45-
extern "C" {
46-
#endif
47-
48-
//Include LwIP source files
49-
50-
#include "api/err.c"
51-
52-
#include "core/ipv4/autoip.c"
53-
#include "core/ipv4/dhcp.c"
54-
#include "core/ipv4/etharp.c"
55-
#include "core/ipv4/icmp.c"
56-
#include "core/ipv4/igmp.c"
57-
#include "core/ipv4/ip4_addr.c"
58-
#include "core/ipv4/ip4_frag.c"
59-
#include "core/ipv4/ip4.c"
60-
61-
#include "core/def.c"
62-
#include "core/dns.c"
63-
#include "core/inet_chksum.c"
64-
#include "core/init.c"
65-
#include "core/ip.c"
66-
#include "core/mem.c"
67-
#include "core/memp.c"
68-
#include "core/netif.c"
69-
#include "core/pbuf.c"
70-
#include "core/raw.c"
71-
#include "core/stats.c"
72-
#include "core/sys.c"
73-
#include "core/tcp_in.c"
74-
#include "core/tcp_out.c"
75-
#include "core/tcp.c"
76-
#include "core/timeouts.c"
77-
#include "core/udp.c"
78-
79-
#include "netif/ethernet.c"
80-
81-
#ifdef __cplusplus
82-
}
83-
#endif
42+
/* This file is the enter point of the library for Arduino */
8443

8544
#endif /* __LWIP_H__ */
8645

0 commit comments

Comments
 (0)