aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/SPC560Pxx
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-09-27 12:11:57 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-09-27 12:11:57 +0000
commit6f0d2fed0a48227d878114093b1fce64294c1f5c (patch)
treecce7c58e0f3b31356bdc8851abe00c94e5f9b03c /os/hal/platforms/SPC560Pxx
parentcd90ae0dab9d1b0cf8475e4da455955d523ab70d (diff)
downloadChibiOS-6f0d2fed0a48227d878114093b1fce64294c1f5c.tar.gz
ChibiOS-6f0d2fed0a48227d878114093b1fce64294c1f5c.tar.bz2
ChibiOS-6f0d2fed0a48227d878114093b1fce64294c1f5c.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4716 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/SPC560Pxx')
-rw-r--r--os/hal/platforms/SPC560Pxx/hal_lld.h2
-rw-r--r--os/hal/platforms/SPC560Pxx/spc560p_registry.h11
2 files changed, 7 insertions, 6 deletions
diff --git a/os/hal/platforms/SPC560Pxx/hal_lld.h b/os/hal/platforms/SPC560Pxx/hal_lld.h
index 9af90e713..1e4cf3e2b 100644
--- a/os/hal/platforms/SPC560Pxx/hal_lld.h
+++ b/os/hal/platforms/SPC560Pxx/hal_lld.h
@@ -50,7 +50,7 @@
* @name Platform identification
* @{
*/
-#define PLATFORM_NAME "SPC560Pxx Chassis and Safety"
+#define PLATFORM_NAME "SPC560Pxx Chassis and Safety"
/** @} */
/**
diff --git a/os/hal/platforms/SPC560Pxx/spc560p_registry.h b/os/hal/platforms/SPC560Pxx/spc560p_registry.h
index b88681419..b17b4962f 100644
--- a/os/hal/platforms/SPC560Pxx/spc560p_registry.h
+++ b/os/hal/platforms/SPC560Pxx/spc560p_registry.h
@@ -37,11 +37,12 @@
* @name SPC560Pxx capabilities
* @{
*/
-/* SIUL attributes.*/
-#define SPC5_HAS_SIUL TRUE
-#define SPC5_SIUL_NUM_PORTS 4
-#define SPC5_SIUL_NUM_PCRS 108
-#define SPC5_SIUL_NUM_PADSELS 36
+/* SIU/SIUL attributes.*/
+#define SPC5_HAS_SIU FALSE
+#define SPC5_SIU_SUPPORTS_PORTS TRUE
+#define SPC5_SIU_NUM_PORTS 4
+#define SPC5_SIU_NUM_PCRS 108
+#define SPC5_SIU_NUM_PADSELS 36
/** @} */
#endif /* _SPC560P_REGISTRY_H_ */