From ace7692e077e1f6213b604f2e9cbd235ae0ce824 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 4 Dec 2010 22:33:52 +0000 Subject: Add trace options for examples/usbstorage git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3161 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/mcu123-lpc214x/usbstorage/defconfig | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'nuttx/configs/mcu123-lpc214x/usbstorage') 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 # -- cgit v1.2.3