summaryrefslogtreecommitdiff
path: root/nuttx/configs/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-10-22 22:03:47 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-10-22 22:03:47 +0000
commit11e4e4b3af8fe6e2ff902a06713adba3182513a6 (patch)
treed9fd8d82d5413b803486df63d9cef569bf351626 /nuttx/configs/README.txt
parentbfe0e68fe759271533fe2a28f8bc7acde4711d4e (diff)
downloadpx4-nuttx-11e4e4b3af8fe6e2ff902a06713adba3182513a6.tar.gz
px4-nuttx-11e4e4b3af8fe6e2ff902a06713adba3182513a6.tar.bz2
px4-nuttx-11e4e4b3af8fe6e2ff902a06713adba3182513a6.zip
USB bulk storage configuration settings
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1064 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/README.txt')
-rw-r--r--nuttx/configs/README.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/nuttx/configs/README.txt b/nuttx/configs/README.txt
index 1b81cfb10..e7a26e450 100644
--- a/nuttx/configs/README.txt
+++ b/nuttx/configs/README.txt
@@ -321,6 +321,26 @@ defconfig -- This is a configuration file similar to the Linux
CONFIG_USBSER_RXBUFSIZE and CONFIG_USBSER_TXBUFSIZE
Size of the serial receive/transmit buffers
+ USB Storage Device Configuration
+
+ CONFIG_USBSTRG_EP0MAXPACKET
+ Max packet size for endpoint 0
+ CONFIG_USBSTRGEPBULKOUT and CONFIG_USBSTRG_EPBULKIN
+ The logical 7-bit address of a hardware endpoints that support
+ bulk OUT and IN operations
+ CONFIG_USBSTRG_NWRREQS and CONFIG_USBSTRG_NRDREQS
+ The number of write/read requests that can be in flight
+ CONFIG_USBSTRG_BULKINREQLEN and CONFIG_USBSTRG_BULKOUTREQLEN
+ The size of the buffer in each write/read request. This
+ value needs to be at least as large as the endpoint
+ maxpacket and ideally as large as a block device sector.
+ CONFIG_USBSTRG_VENDORID and CONFIG_USBSTRG_VENDORSTR
+ The vendor ID code/string
+ CONFIG_USBSTRG_PRODUCTID and CONFIG_USBSTRG_PRODUCTSTR
+ The product ID code/string
+ CONFIG_USBSTRG_REMOVABLE
+ Select if the media is removable
+
Stack and heap information
CONFIG_BOOT_FROM_FLASH - Some configurations support XIP