aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/boards/ST_EVB_SPC56EL/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/boards/ST_EVB_SPC56EL/board.h')
-rw-r--r--os/hal/boards/ST_EVB_SPC56EL/board.h28
1 files changed, 13 insertions, 15 deletions
diff --git a/os/hal/boards/ST_EVB_SPC56EL/board.h b/os/hal/boards/ST_EVB_SPC56EL/board.h
index d6bc39115..23815b747 100644
--- a/os/hal/boards/ST_EVB_SPC56EL/board.h
+++ b/os/hal/boards/ST_EVB_SPC56EL/board.h
@@ -18,14 +18,14 @@
#define _BOARD_H_
/*
- * Setup for a generic SPC56ELxx proto board.
+ * Setup for a generic SPC56ELxx board.
*/
/*
* Board identifiers.
*/
-#define BOARD_GENERIC_SPC56EL
-#define BOARD_NAME "Generic SPC56ELxx"
+#define BOARD_SPC56ELXX_EVB
+#define BOARD_NAME "EVB with SPC56ELxx Mini Module"
/*
* Board frequencies.
@@ -37,18 +37,16 @@
/*
* I/O definitions.
*/
-#define PB_LIN0_TDX 2
-#define PB_LIN0_RDX 3
-
-#define PD_BUTTON1 0
-#define PD_BUTTON2 1
-#define PD_BUTTON3 2
-#define PD_BUTTON4 3
-
-#define PD_LED1 4
-#define PD_LED2 5
-#define PD_LED3 6
-#define PD_LED4 7
+#define PB_LIN0_TDX 2
+#define PB_LIN0_RDX 3
+#define PD_BUTTON1 0
+#define PD_BUTTON2 1
+#define PD_BUTTON3 2
+#define PD_BUTTON4 3
+#define PD_LED1 4
+#define PD_LED2 5
+#define PD_LED3 6
+#define PD_LED4 7
/*
* Support macros.