Update documentation to describe customization of NSH; Add the framework for a LPC43xx USB0 driver (not functional)

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5015 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2012-08-07 20:18:56 +00:00
parent eed2776d9a
commit b266005f32
2 changed files with 2670 additions and 0 deletions

View File

@ -117,3 +117,10 @@ ifeq ($(CONFIG_LPC43_DAC),y)
CHIP_CSRCS += lpc43_adc.c
endif
endif
ifeq ($(CONFIG_LPC43_USB0),y)
ifeq ($(CONFIG_USBDEV),y)
CHIP_CSRCS += lpc31_usb0dev.c
endif
endif

File diff suppressed because it is too large Load Diff