summaryrefslogtreecommitdiff
path: root/nuttx/configs/olimex-lpc1766stk
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-12-23 02:06:23 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-12-23 02:06:23 +0000
commit385d1a99193d597ee2a17e6d8df4c14f14c5fb5c (patch)
treeedefc00afbe13c83bb33c24fdd053a99f91726c4 /nuttx/configs/olimex-lpc1766stk
parenta23dbb35fd4ef9392d8d54415065c7aa5257f43f (diff)
downloadpx4-nuttx-385d1a99193d597ee2a17e6d8df4c14f14c5fb5c.tar.gz
px4-nuttx-385d1a99193d597ee2a17e6d8df4c14f14c5fb5c.tar.bz2
px4-nuttx-385d1a99193d597ee2a17e6d8df4c14f14c5fb5c.zip
update usb host docs
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3218 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/olimex-lpc1766stk')
-rwxr-xr-xnuttx/configs/olimex-lpc1766stk/README.txt14
1 files changed, 13 insertions, 1 deletions
diff --git a/nuttx/configs/olimex-lpc1766stk/README.txt b/nuttx/configs/olimex-lpc1766stk/README.txt
index 822ae98bb..cd7a1ca49 100755
--- a/nuttx/configs/olimex-lpc1766stk/README.txt
+++ b/nuttx/configs/olimex-lpc1766stk/README.txt
@@ -664,7 +664,7 @@ Olimex LPC1766-STK Configuration Options
CONFIG_NET_MULTICAST - Enable receipt of multicast (and unicast) frames.
Automatically set if CONFIG_NET_IGMP is selected.
- LPC17xx USB Configuration
+ LPC17xx USB Device Configuration
CONFIG_LPC17_USBDEV_FRAME_INTERRUPT
Handle USB Start-Of-Frame events.
@@ -679,6 +679,18 @@ Olimex LPC1766-STK Configuration Options
CONFIG_LPC17_USBDEV_DMA
Enable lpc17xx-specific DMA support
+ LPC17xx USB Host Configuration
+ CONFIG_USBHOST_OHCIRAM_SIZE
+ Total size of OHCI RAM (in AHB SRAM Bank 1)
+ CONFIG_USBHOST_NEDS
+ Number of endpoint descriptors
+ CONFIG_USBHOST_TDBUFFERS
+ Number of transfer descriptor buffers
+ CONFIG_USBHOST_TDBUFSIZE
+ Size of one transfer descriptor buffer
+ CONFIG_USBHOST_IOBUFSIZE
+ Size of one end-user I/O buffer
+
USB Host Configuration
^^^^^^^^^^^^^^^^^^^^^^