summaryrefslogtreecommitdiff
path: root/nuttx/configs/avr32dev1/include
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-10-04 12:26:48 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-10-04 12:26:48 +0000
commitb51648943a5b39ca0aa39b0ffbb48fc70f6597ef (patch)
treeb01c975fc3b23b8afd6582a78a970fb49dd2ae4e /nuttx/configs/avr32dev1/include
parentdfb71b78826f39c903325b675d6293f43348a2ed (diff)
downloadpx4-nuttx-b51648943a5b39ca0aa39b0ffbb48fc70f6597ef.tar.gz
px4-nuttx-b51648943a5b39ca0aa39b0ffbb48fc70f6597ef.tar.bz2
px4-nuttx-b51648943a5b39ca0aa39b0ffbb48fc70f6597ef.zip
Cloned AVR32 code now compiles
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2965 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/avr32dev1/include')
-rwxr-xr-xnuttx/configs/avr32dev1/include/board.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/nuttx/configs/avr32dev1/include/board.h b/nuttx/configs/avr32dev1/include/board.h
index 6f93d68a9..636107198 100755
--- a/nuttx/configs/avr32dev1/include/board.h
+++ b/nuttx/configs/avr32dev1/include/board.h
@@ -51,6 +51,15 @@
/* LED definitions ******************************************************************/
+#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
+
/************************************************************************************
* Public Types
************************************************************************************/