Add SLIP driver

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3369 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2011-03-12 03:42:08 +00:00
parent 93cf78af8b
commit 78e999dff1
8 changed files with 1051 additions and 12 deletions
+3
View File
@@ -46,5 +46,8 @@ endif
ifeq ($(CONFIG_NET_ENC28J60),y)
NET_CSRCS += enc28j60.c
endif
ifeq ($(CONFIG_NET_SLIP),y)
NET_CSRCS += slip.c
endif
endif
+992
View File
File diff suppressed because it is too large Load Diff