summaryrefslogtreecommitdiff
path: root/nuttx/Kconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-16 01:57:34 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-16 01:57:34 +0000
commitd980ce2cdc1816e4d5df9a1c2ff9e647c6cb7540 (patch)
treed2595e1c0eb40bec974a2046329cfba711e8f4a8 /nuttx/Kconfig
parenta4739f8ced6593ca401989dfaa20b2762468488b (diff)
downloadnuttx-d980ce2cdc1816e4d5df9a1c2ff9e647c6cb7540.tar.gz
nuttx-d980ce2cdc1816e4d5df9a1c2ff9e647c6cb7540.tar.bz2
nuttx-d980ce2cdc1816e4d5df9a1c2ff9e647c6cb7540.zip
Add OpenOCD support for LM4F120 LaunchPad. From JP Carballo
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5747 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Kconfig')
-rw-r--r--nuttx/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/Kconfig b/nuttx/Kconfig
index 5c7d9bd38..e92d1c018 100644
--- a/nuttx/Kconfig
+++ b/nuttx/Kconfig
@@ -388,7 +388,8 @@ config DEBUG_SYSCALL
default n
depends on NUTTX_KERNEL
---help---
- Enable very low level output related to system calls
+ Enable very low level output related to system calls. This gives
+ you basically a poor man's version of strace.
comment "Driver Debug Options"