Skip to content

Commit da9387e

Browse files
author
fpr
committed
Add library properties
Signed-off-by: fpr <[email protected]>
1 parent 298573e commit da9387e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

library.properties

+9
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.
7+
category=Communication
8+
url=http://git.savannah.gnu.org/cgit/lwip.git
9+
architectures=stm32

0 commit comments

Comments
 (0)