summaryrefslogtreecommitdiff
path: root/nuttx/configs/teensy/include/board.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-06-17 15:17:28 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-06-17 15:17:28 +0000
commitdd1702a98798f19b90e4e8d0bf8f513bd904e4f4 (patch)
tree1d05a89c7c2e4fe9631bfbdfcf1c8d5460bb785d /nuttx/configs/teensy/include/board.h
parent9f16736bd90a3baeb6635c6f527798635bfd8dd3 (diff)
downloadpx4-nuttx-dd1702a98798f19b90e4e8d0bf8f513bd904e4f4.tar.gz
px4-nuttx-dd1702a98798f19b90e4e8d0bf8f513bd904e4f4.tar.bz2
px4-nuttx-dd1702a98798f19b90e4e8d0bf8f513bd904e4f4.zip
Add Teensy NSH config; remove unusable AVR ostest configs
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3718 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/teensy/include/board.h')
-rwxr-xr-xnuttx/configs/teensy/include/board.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/nuttx/configs/teensy/include/board.h b/nuttx/configs/teensy/include/board.h
index adc1a5fda..ecaaa91df 100755
--- a/nuttx/configs/teensy/include/board.h
+++ b/nuttx/configs/teensy/include/board.h
@@ -54,15 +54,15 @@
/* LED definitions **********************************************************/
/* The Teensy++ 2.0 has a single on-board LEDs connected to PortD, Pin 6 */
-
-#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
+ /* ON OFF */
+#define LED_STARTED 0 /* OFF ON (never happens) */
+#define LED_HEAPALLOCATE 0 /* OFF ON (never happens) */
+#define LED_IRQSENABLED 0 /* OFF ON (never happens) */
+#define LED_STACKCREATED 1 /* ON ON (never happens) */
+#define LED_INIRQ 2 /* OFF NC (momentary) */
+#define LED_SIGNAL 2 /* OFF NC (momentary) */
+#define LED_ASSERTION 2 /* OFF NC (momentary) */
+#define LED_PANIC 0 /* OFF ON (1Hz flashing) */
/* Button definitions *******************************************************/
/* SW1 = Connects to AT90USBxx RESET pin and is not available to software */