aboutsummaryrefslogtreecommitdiffstats
path: root/demos
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 /demos
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 'demos')
-rw-r--r--demos/PPC-SPC563M-GCC/mcuconf.h1
-rw-r--r--demos/PPC-SPC564A-GCC/mcuconf.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/demos/PPC-SPC563M-GCC/mcuconf.h b/demos/PPC-SPC563M-GCC/mcuconf.h
index 25998d626..3c66a670d 100644
--- a/demos/PPC-SPC563M-GCC/mcuconf.h
+++ b/demos/PPC-SPC563M-GCC/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/demos/PPC-SPC564A-GCC/mcuconf.h b/demos/PPC-SPC564A-GCC/mcuconf.h
index 1b970f09e..85b92ddd9 100644
--- a/demos/PPC-SPC564A-GCC/mcuconf.h
+++ b/demos/PPC-SPC564A-GCC/mcuconf.h
@@ -45,6 +45,7 @@
BIUCR_IPFEN | \
BIUCR_PFLIM_ON_MISS | \
BIUCR_BFEN)
+#define SPC5_EMIOS_GPRE_VALUE 20
/*
* EDMA driver settings.