aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/boards/ST_EVB_SPC563M/board.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-02-27 12:41:45 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-02-27 12:41:45 +0000
commit8bd485bc73fea20f4b27c91c22f789457665c9a9 (patch)
tree04b4fb295259ee51f83179b214cf7b358c446f80 /os/hal/boards/ST_EVB_SPC563M/board.h
parent9cdc99632bd98b01131590651dfa3a1bbb857ae6 (diff)
downloadChibiOS-8bd485bc73fea20f4b27c91c22f789457665c9a9.tar.gz
ChibiOS-8bd485bc73fea20f4b27c91c22f789457665c9a9.tar.bz2
ChibiOS-8bd485bc73fea20f4b27c91c22f789457665c9a9.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6733 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/boards/ST_EVB_SPC563M/board.h')
-rw-r--r--os/hal/boards/ST_EVB_SPC563M/board.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/os/hal/boards/ST_EVB_SPC563M/board.h b/os/hal/boards/ST_EVB_SPC563M/board.h
index 3a258f2f9..3074f9a7e 100644
--- a/os/hal/boards/ST_EVB_SPC563M/board.h
+++ b/os/hal/boards/ST_EVB_SPC563M/board.h
@@ -24,8 +24,8 @@
/*
* Board identifiers.
*/
-#define BOARD_GENERIC_SPC563M
-#define BOARD_NAME "Generic SPC563Mxx"
+#define BOARD_SPC563MXX_EVB
+#define BOARD_NAME "EVB with SPC563Mxx Mini Module"
/*
* Board frequencies.
@@ -39,12 +39,10 @@
*/
#define P5_ESCI_A_TX 9
#define P5_ESCI_A_RX 10
-
#define P11_BUTTON1 3
#define P11_BUTTON2 5
#define P11_BUTTON3 7
#define P11_BUTTON4 9
-
#define P11_LED1 12
#define P11_LED2 13
#define P11_LED3 14