summaryrefslogtreecommitdiff
path: root/nuttx/arch/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-03-20 10:56:30 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-03-20 10:56:30 -0600
commitf8c6f5c5181f02eeb969c501ef0b5fef363a2fb1 (patch)
tree67f5f710b13ac0d5524e366866763e2b1b106e8f /nuttx/arch/Kconfig
parent35392d553c92ad96c944800bbb50defb4ca66f13 (diff)
downloadnuttx-f8c6f5c5181f02eeb969c501ef0b5fef363a2fb1.tar.gz
nuttx-f8c6f5c5181f02eeb969c501ef0b5fef363a2fb1.tar.bz2
nuttx-f8c6f5c5181f02eeb969c501ef0b5fef363a2fb1.zip
Add option to dump buffered USB trace data on an assertion
Diffstat (limited to 'nuttx/arch/Kconfig')
-rw-r--r--nuttx/arch/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/nuttx/arch/Kconfig b/nuttx/arch/Kconfig
index f84817f94..deee2d69d 100644
--- a/nuttx/arch/Kconfig
+++ b/nuttx/arch/Kconfig
@@ -292,6 +292,13 @@ config ARCH_STACKDUMP
---help---
Enable to do stack dumps after assertions
+config ARCH_USBDUMP
+ bool "Dump USB trace data"
+ default n
+ depends on USBDEV_TRACE
+ ---help---
+ Enable to do USB trace after assertions
+
config ENDIAN_BIG
bool "Big Endian Architecture"
default n