diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-06-22 07:51:40 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-06-22 07:51:40 +0000 |
commit | cb5dc8279181e6e5554d48f7495fa12841354b4b (patch) | |
tree | 2d258651abdf6aa9cc50579c5b34f5b5282de061 /demos | |
parent | 83da11cab02e6e366ab1ed5913d0db70058ef4d6 (diff) | |
download | ChibiOS-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.h | 1 | ||||
-rw-r--r-- | demos/PPC-SPC564A-GCC/mcuconf.h | 1 |
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.
|