summaryrefslogtreecommitdiff
path: root/nuttx/configs/avr32dev1/include/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/avr32dev1/include/board.h')
-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
************************************************************************************/