aboutsummaryrefslogtreecommitdiffstats
path: root/testhal
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-06-22 07:51:40 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-06-22 07:51:40 +0000
commitcb5dc8279181e6e5554d48f7495fa12841354b4b (patch)
tree2d258651abdf6aa9cc50579c5b34f5b5282de061 /testhal
parent83da11cab02e6e366ab1ed5913d0db70058ef4d6 (diff)
downloadChibiOS-cb5dc8279181e6e5554d48f7495fa12841354b4b.tar.gz
ChibiOS-cb5dc8279181e6e5554d48f7495fa12841354b4b.tar.bz2
ChibiOS-cb5dc8279181e6e5554d48f7495fa12841354b4b.zip
Added eMIOS global prescaler setting to SPC563Mxx and SPC564Axx devices HAL.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5867 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal')
-rw-r--r--testhal/SPC563Mxx/ADC/mcuconf.h1
-rw-r--r--testhal/SPC563Mxx/ICU-PWM/mcuconf.h1
-rw-r--r--testhal/SPC563Mxx/SPI/mcuconf.h1
-rw-r--r--testhal/SPC564Axx/ICU-PWM/mcuconf.h1
-rw-r--r--testhal/SPC564Axx/SPI/mcuconf.h1
5 files changed, 5 insertions, 0 deletions
diff --git a/testhal/SPC563Mxx/ADC/mcuconf.h b/testhal/SPC563Mxx/ADC/mcuconf.h
index aed689be2..2b9eab471 100644
--- a/testhal/SPC563Mxx/ADC/mcuconf.h
+++ b/testhal/SPC563Mxx/ADC/mcuconf.h
@@ -45,6 +45,7 @@
BIUCR_IPFEN | \
BIUCR_PFLIM_ON_MISS | \
BIUCR_BFEN)
+#define SPC5_EMIOS_GPRE_VALUE 20
/*
* EDMA driver settings.
diff --git a/testhal/SPC563Mxx/ICU-PWM/mcuconf.h b/testhal/SPC563Mxx/ICU-PWM/mcuconf.h
index be3ee85cf..ed51129f4 100644
--- a/testhal/SPC563Mxx/ICU-PWM/mcuconf.h
+++ b/testhal/SPC563Mxx/ICU-PWM/mcuconf.h
@@ -43,6 +43,7 @@
BIUCR_IPFEN | \
BIUCR_PFLIM_ON_MISS | \
BIUCR_BFEN)
+#define SPC5_EMIOS_GPRE_VALUE 20
/*
* ADC driver settings.
diff --git a/testhal/SPC563Mxx/SPI/mcuconf.h b/testhal/SPC563Mxx/SPI/mcuconf.h
index 261b44d88..364ad6aab 100644
--- a/testhal/SPC563Mxx/SPI/mcuconf.h
+++ b/testhal/SPC563Mxx/SPI/mcuconf.h
@@ -45,6 +45,7 @@
BIUCR_IPFEN | \
BIUCR_PFLIM_ON_MISS | \
BIUCR_BFEN)
+#define SPC5_EMIOS_GPRE_VALUE 20
/*
* EDMA driver settings.
diff --git a/testhal/SPC564Axx/ICU-PWM/mcuconf.h b/testhal/SPC564Axx/ICU-PWM/mcuconf.h
index a2e46cd16..1dfce4d27 100644
--- a/testhal/SPC564Axx/ICU-PWM/mcuconf.h
+++ b/testhal/SPC564Axx/ICU-PWM/mcuconf.h
@@ -43,6 +43,7 @@
BIUCR_IPFEN | \
BIUCR_PFLIM_ON_MISS | \
BIUCR_BFEN)
+#define SPC5_EMIOS_GPRE_VALUE 20
/*
* ADC driver settings.
diff --git a/testhal/SPC564Axx/SPI/mcuconf.h b/testhal/SPC564Axx/SPI/mcuconf.h
index d73ae8b74..1762945e5 100644
--- a/testhal/SPC564Axx/SPI/mcuconf.h
+++ b/testhal/SPC564Axx/SPI/mcuconf.h
@@ -45,6 +45,7 @@
BIUCR_IPFEN | \
BIUCR_PFLIM_ON_MISS | \
BIUCR_BFEN)
+#define SPC5_EMIOS_GPRE_VALUE 20
/*
* EDMA driver settings.