aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/SPC560BCxx
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-12-12 09:41:58 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-12-12 09:41:58 +0000
commit78e38625943412e0849142b757ced4aa99b9d7d9 (patch)
tree47153a2a6f492b7f1ec72a33fe58e2ae9d6c8b5a /os/hal/platforms/SPC560BCxx
parent51fa1d384723312a722be181242d96f704be4398 (diff)
downloadChibiOS-78e38625943412e0849142b757ced4aa99b9d7d9.tar.gz
ChibiOS-78e38625943412e0849142b757ced4aa99b9d7d9.tar.bz2
ChibiOS-78e38625943412e0849142b757ced4aa99b9d7d9.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4905 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/SPC560BCxx')
-rw-r--r--os/hal/platforms/SPC560BCxx/spc560bc_registry.h15
1 files changed, 7 insertions, 8 deletions
diff --git a/os/hal/platforms/SPC560BCxx/spc560bc_registry.h b/os/hal/platforms/SPC560BCxx/spc560bc_registry.h
index ab78c3bf9..85ad4adc4 100644
--- a/os/hal/platforms/SPC560BCxx/spc560bc_registry.h
+++ b/os/hal/platforms/SPC560BCxx/spc560bc_registry.h
@@ -68,14 +68,13 @@
#define SPC5_LINFLEX3_TXI_NUMBER 123
#define SPC5_LINFLEX3_ERR_NUMBER 124
-/* SIU/SIUL attributes.*/
-#define SPC5_HAS_SIU TRUE
-#define SPC5_SIU_PCTL 68
-#define SPC5_SIU_SUPPORTS_PORTS TRUE
-#define SPC5_SIU_NUM_PORTS 8
-#define SPC5_SIU_NUM_PCRS 123
-#define SPC5_SIU_NUM_PADSELS 32
-#define SPC5_SIU_SYSTEM_PINS 32,33,121,122
+/* SIUL attributes.*/
+#define SPC5_HAS_SIUL TRUE
+#define SPC5_SIUL_PCTL 68
+#define SPC5_SIUL_NUM_PORTS 8
+#define SPC5_SIUL_NUM_PCRS 123
+#define SPC5_SIUL_NUM_PADSELS 32
+#define SPC5_SIUL_SYSTEM_PINS 32,33,121,122
/** @} */
#endif /* _SPC560BC_REGISTRY_H_ */