aboutsummaryrefslogtreecommitdiff
path: root/nuttx/configs
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-07-11 15:56:12 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-07-11 15:56:12 +0000
commit530aad2321e734b7e07bb6ec8cc1291e385841c0 (patch)
tree54c954004bcf984d1682103f7241e30a7cf2e8d6 /nuttx/configs
parentff4a5027fb28445f1a0b06e141504389b06370c3 (diff)
downloadpx4-firmware-530aad2321e734b7e07bb6ec8cc1291e385841c0.tar.gz
px4-firmware-530aad2321e734b7e07bb6ec8cc1291e385841c0.tar.bz2
px4-firmware-530aad2321e734b7e07bb6ec8cc1291e385841c0.zip
LP43xx... disable debug traps on hardfaults
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4929 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/configs')
-rw-r--r--nuttx/configs/lpc4330-xplorer/README.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/nuttx/configs/lpc4330-xplorer/README.txt b/nuttx/configs/lpc4330-xplorer/README.txt
index d26595f2c..48f9fd223 100644
--- a/nuttx/configs/lpc4330-xplorer/README.txt
+++ b/nuttx/configs/lpc4330-xplorer/README.txt
@@ -360,6 +360,12 @@ Code Red IDE
configuration file when you build NuttX. That option is necessary to build
in debugging symbols.
+ NOTE 3: There are few things that NuttX has to do differently if you
+ are using a debugger. Make sure that you also set CONFIG_DEBUG=y. Nothing
+ also is needed and no debug output will be generated; but NuttX will
+ use CONFIG_DEBUG=y to mean that a debugger is attached and will deal
+ with certain resets and debug controls appropriately.
+
Troubleshooting. This page provides some troubleshooting information that
you can use to verify that the LPCLink is working correctly: