summaryrefslogtreecommitdiff
path: root/nuttx/arch/c5471/src/up_internal.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-03-08 18:34:11 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-03-08 18:34:11 +0000
commita8872bea509f507b8f595e210e49fd06d8aa0d49 (patch)
tree83f8273dcee57f28f22a6f1b01460125f8135835 /nuttx/arch/c5471/src/up_internal.h
parent77f556a36f68292909cd98a7ddeb58c3f739f324 (diff)
downloadpx4-nuttx-a8872bea509f507b8f595e210e49fd06d8aa0d49.tar.gz
px4-nuttx-a8872bea509f507b8f595e210e49fd06d8aa0d49.tar.bz2
px4-nuttx-a8872bea509f507b8f595e210e49fd06d8aa0d49.zip
Fix c5471 signal handling + deallocation bug
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@44 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/c5471/src/up_internal.h')
-rw-r--r--nuttx/arch/c5471/src/up_internal.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/nuttx/arch/c5471/src/up_internal.h b/nuttx/arch/c5471/src/up_internal.h
index 5f7e4307e..a5eb40ae8 100644
--- a/nuttx/arch/c5471/src/up_internal.h
+++ b/nuttx/arch/c5471/src/up_internal.h
@@ -44,13 +44,16 @@
* Definitions
************************************************************/
-/* Bring-up debug configurations */
+/* Bring-up debug configurations. These are here (vs defconfig)
+ * because these should only be controlled during low level
+ * board bring-up and not part of normal platform configuration.
+ */
#define CONFIG_SUPPRESS_INTERRUPTS 1 /* Do not enable interrupts */
#undef CONFIG_SUPPRESS_UART_CONFIG /* Do not reconfig UART */
-#define CONFIG_C5471_LEDS 1 /* Use LEDs to show state */
+#define CONFIG_C5471_STACKDUMP 1 /* Dump stack on assertion */
-/* LED meanings */
+/* LED definitions */
#define LED_STARTED 0
#define LED_HEAPALLOCATE 1