summaryrefslogtreecommitdiff
path: root/nuttx/configs/mcu123-lpc214x/usbstorage
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-12-04 22:33:52 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-12-04 22:33:52 +0000
commitace7692e077e1f6213b604f2e9cbd235ae0ce824 (patch)
tree48aa912317e6e58accfdb991648e2ee05a081f6b /nuttx/configs/mcu123-lpc214x/usbstorage
parent6b72e06f094fb7361284d6e138f4e33230d244b7 (diff)
downloadpx4-nuttx-ace7692e077e1f6213b604f2e9cbd235ae0ce824.tar.gz
px4-nuttx-ace7692e077e1f6213b604f2e9cbd235ae0ce824.tar.bz2
px4-nuttx-ace7692e077e1f6213b604f2e9cbd235ae0ce824.zip
Add trace options for examples/usbstorage
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3161 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/mcu123-lpc214x/usbstorage')
-rw-r--r--nuttx/configs/mcu123-lpc214x/usbstorage/defconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/nuttx/configs/mcu123-lpc214x/usbstorage/defconfig b/nuttx/configs/mcu123-lpc214x/usbstorage/defconfig
index c910a9a23..1f2c1b6aa 100644
--- a/nuttx/configs/mcu123-lpc214x/usbstorage/defconfig
+++ b/nuttx/configs/mcu123-lpc214x/usbstorage/defconfig
@@ -650,6 +650,7 @@ CONFIG_EXAMPLES_USBSERIAL_ONLYBIG=n
# Show controller events
# CONFIG_EXAMPLES_USBSTRG_TRACEINTERRUPTS
# Show interrupt-related events.
+#
CONFIG_EXAMPLES_USBSTRG_NLUNS=1
CONFIG_EXAMPLES_USBSTRG_DEVMINOR1=0
CONFIG_EXAMPLES_USBSTRG_DEVPATH1="/dev/mmcsd0"
@@ -659,6 +660,12 @@ CONFIG_EXAMPLES_USBSTRG_TRACETRANSFERS=y
CONFIG_EXAMPLES_USBSTRG_TRACECONTROLLER=y
CONFIG_EXAMPLES_USBSTRG_TRACEINTERRUPTS=n
+CONFIG_EXAMPLES_USBSTRG_TRACEINIT=n
+CONFIG_EXAMPLES_USBSTRG_TRACECLASS=n
+CONFIG_EXAMPLES_USBSTRG_TRACETRANSFERS=n
+CONFIG_EXAMPLES_USBSTRG_TRACECONTROLLER=n
+CONFIG_EXAMPLES_USBSTRG_TRACEINTERRUPTS=n
+
#
# Stack and heap information
#