Add note about 6LoWPAN in src/netif/FILES

This commit is contained in:
Dirk Ziegelmeier 2016-02-23 10:21:52 +01:00
parent a5ac41c203
commit d121ea84d0

View File

@ -22,6 +22,9 @@ slipif.c
A generic implementation of the SLIP (Serial Line IP)
protocol. It requires a sio (serial I/O) module to work.
lowpan6.c
6LoWPAN implementation
ppp/ Point-to-Point Protocol stack
The lwIP PPP support is based from pppd (http://ppp.samba.org) with
huge changes to match code size and memory requirements for embedded