aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/boards/ST_EVB_SPC560D/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/boards/ST_EVB_SPC560D/board.h')
-rw-r--r--os/hal/boards/ST_EVB_SPC560D/board.h28
1 files changed, 13 insertions, 15 deletions
diff --git a/os/hal/boards/ST_EVB_SPC560D/board.h b/os/hal/boards/ST_EVB_SPC560D/board.h
index bca6f7245..eab91cba8 100644
--- a/os/hal/boards/ST_EVB_SPC560D/board.h
+++ b/os/hal/boards/ST_EVB_SPC560D/board.h
@@ -18,14 +18,14 @@
#define _BOARD_H_
/*
- * Setup for a generic SPC560Dxx proto board.
+ * Setup for a generic SPC560Dxx board.
*/
/*
* Board identifiers.
*/
-#define BOARD_GENERIC_SPC560D
-#define BOARD_NAME "Generic SPC560Dxx"
+#define BOARD_SPC560DXX_EVB
+#define BOARD_NAME "EVB with SPC560Dxx Mini Module"
/*
* Board frequencies.
@@ -37,18 +37,16 @@
/*
* I/O definitions.
*/
-#define PB_LIN0_TDX 2
-#define PB_LIN0_RDX 3
-
-#define PE_BUTTON1 0
-#define PE_BUTTON2 1
-#define PE_BUTTON3 2
-#define PE_BUTTON4 3
-
-#define PE_LED1 4
-#define PE_LED2 5
-#define PE_LED3 6
-#define PE_LED4 7
+#define PB_LIN0_TDX 2
+#define PB_LIN0_RDX 3
+#define PE_BUTTON1 0
+#define PE_BUTTON2 1
+#define PE_BUTTON3 2
+#define PE_BUTTON4 3
+#define PE_LED1 4
+#define PE_LED2 5
+#define PE_LED3 6
+#define PE_LED4 7
/*
* Support macros.