More support for SLIP data link protocol

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3370 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2011-03-12 15:36:28 +00:00
parent 78e999dff1
commit 1ead79b6d5
120 changed files with 389 additions and 380 deletions
+1 -1
View File
@@ -72,7 +72,7 @@
/* Configuration ************************************************************/
#if UIP_LLH_LEN > 0
# error "CONFIG_NET_LLH_LEN must be set to zero"
# error "UIP_LLH_LEN must be set to zero"
#endif
#ifndef CONFIG_SLIP_STACKSIZE
+3 -3
View File
@@ -39,7 +39,7 @@ USBHOST_CSRCS = hid_parser.c
ifeq ($(CONFIG_USBHOST),y)
USBHOST_CSRCS += usbhost_registry.c usbhost_registerclass.c usbhost_findclass.c
USBHOST_CSRCS += usbhost_enumerate.c usbhost_storage.c usbhost_hidkbd.c
#ifeq ($(CONFIG_NET),y)
USBHOST_CSRCS += usbhost_rtl8187.c
#endif
ifeq ($(CONFIG_NET),y)
USBHOST_CSRCS += usbhost_rtl8187.c
endif
endif