summaryrefslogtreecommitdiff
path: root/nuttx/configs/nucleus2g/nsh/defconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-01-15 17:46:55 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-01-15 17:46:55 +0000
commit3f0f70063b9aa18280083f32cae2d1b01849d838 (patch)
treea6d105515a2418cc41a5e8cce349fae06aaf5615 /nuttx/configs/nucleus2g/nsh/defconfig
parente9a92fa715e5c58295066b6a9e8d8033cabaadd8 (diff)
downloadpx4-nuttx-3f0f70063b9aa18280083f32cae2d1b01849d838.tar.gz
px4-nuttx-3f0f70063b9aa18280083f32cae2d1b01849d838.tar.bz2
px4-nuttx-3f0f70063b9aa18280083f32cae2d1b01849d838.zip
TD's no longer hard allocated
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3252 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/nucleus2g/nsh/defconfig')
-rwxr-xr-xnuttx/configs/nucleus2g/nsh/defconfig5
1 files changed, 4 insertions, 1 deletions
diff --git a/nuttx/configs/nucleus2g/nsh/defconfig b/nuttx/configs/nucleus2g/nsh/defconfig
index 408fdbc1f..70a183452 100755
--- a/nuttx/configs/nucleus2g/nsh/defconfig
+++ b/nuttx/configs/nucleus2g/nsh/defconfig
@@ -627,6 +627,8 @@ CONFIG_LPC17_USBDEV_DMAINTMASK=0
# Total size of OHCI RAM (in AHB SRAM Bank 1)
# CONFIG_USBHOST_NEDS
# Number of endpoint descriptors
+# CONFIG_USBHOST_NTDS
+# Number of transfer descriptors
# CONFIG_USBHOST_TDBUFFERS
# Number of transfer descriptor buffers
# CONFIG_USBHOST_TDBUFSIZE
@@ -634,8 +636,9 @@ CONFIG_LPC17_USBDEV_DMAINTMASK=0
# CONFIG_USBHOST_IOBUFSIZE
# Size of one end-user I/O buffer
#
-CONFIG_USBHOST_OHCIRAM_SIZE=1280
+CONFIG_USBHOST_OHCIRAM_SIZE=1536
CONFIG_USBHOST_NEDS=2
+CONFIG_USBHOST_NTDS=2
CONFIG_USBHOST_TDBUFFERS=3
CONFIG_USBHOST_TDBUFSIZE=128
CONFIG_USBHOST_IOBUFSIZE=512