summaryrefslogtreecommitdiff
path: root/nuttx/configs/us7032evb1/include
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-08 15:12:56 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-08 15:12:56 +0000
commitc8e4cbd63bba53290014a54d854286a14798580e (patch)
treed4ea40283619ebf269e6e854d52319b0b8b47c55 /nuttx/configs/us7032evb1/include
parentb8dc1371efff31074dd636234544afc5d6996da6 (diff)
downloadpx4-nuttx-c8e4cbd63bba53290014a54d854286a14798580e.tar.gz
px4-nuttx-c8e4cbd63bba53290014a54d854286a14798580e.tar.bz2
px4-nuttx-c8e4cbd63bba53290014a54d854286a14798580e.zip
Initial vector handling logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1166 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/us7032evb1/include')
-rw-r--r--nuttx/configs/us7032evb1/include/board.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/nuttx/configs/us7032evb1/include/board.h b/nuttx/configs/us7032evb1/include/board.h
index c481b14b6..e73022b62 100644
--- a/nuttx/configs/us7032evb1/include/board.h
+++ b/nuttx/configs/us7032evb1/include/board.h
@@ -55,18 +55,18 @@
/* LED definitions **********************************************************/
-/* The SH1_LPEVB has no user controllable LEDs. These are provided only
- * in the event that CONFIG_ARCH_LEDs is enabled.
+/* The SH1_LPEVB only a single LED controlled by either port A, pin 15, or
+ * port B, pin 15 (selectable via JP8).
*/
#define LED_STARTED 0
#define LED_HEAPALLOCATE 1
-#define LED_IRQSENABLED 2
-#define LED_STACKCREATED 3
-#define LED_INIRQ 4
-#define LED_SIGNAL 5
-#define LED_ASSERTION 6
-#define LED_PANIC 7
+#define LED_IRQSENABLED 1
+#define LED_STACKCREATED 1
+#define LED_INIRQ 0
+#define LED_SIGNAL 0
+#define LED_ASSERTION 0
+#define LED_PANIC 1
/* Button definitions *******************************************************/