Document 6LoWPAN and SLIP netif

This commit is contained in:
Dirk Ziegelmeier
2016-07-26 20:10:17 +02:00
parent 7f43fcab71
commit 7b770dd9b6
5 changed files with 28 additions and 15 deletions

View File

@@ -781,7 +781,7 @@ WARN_LOGFILE =
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
# Note: If this tag is empty the current directory is searched.
INPUT = ../../src main_page.h ppp.h contrib.h
INPUT = ../../src main_page.h contrib.h
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
@@ -2106,6 +2106,8 @@ PREDEFINED = NO_SYS=0 \
LWIP_SO_LINGER=1 \
SO_REUSE=1 \
SO_REUSE_RXTOALL=1 \
LWIP_HAVE_SLIPIF=1 \
LWIP_6LOWPAN=1 \
"LWIP_DNS && LWIP_SOCKET " \
"(LWIP_DNS && LWIP_SOCKET)=1 "