diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-03-01 14:37:07 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-03-01 14:37:07 +0000 |
commit | 5e5983ce7dbe0f4f5df38670e561ab38075f4ea1 (patch) | |
tree | 7a33e37c694c1f1b88db4582b6fe1cabf2600842 /os/hal/platforms/SPC563Mxx | |
parent | 01f971ba1d63d8568789adf51cde22fb35f69e73 (diff) | |
download | ChibiOS-5e5983ce7dbe0f4f5df38670e561ab38075f4ea1.tar.gz ChibiOS-5e5983ce7dbe0f4f5df38670e561ab38075f4ea1.tar.bz2 ChibiOS-5e5983ce7dbe0f4f5df38670e561ab38075f4ea1.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5341 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/SPC563Mxx')
-rw-r--r-- | os/hal/platforms/SPC563Mxx/spc563m_registry.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/os/hal/platforms/SPC563Mxx/spc563m_registry.h b/os/hal/platforms/SPC563Mxx/spc563m_registry.h index bf2529c7a..757f88e0c 100644 --- a/os/hal/platforms/SPC563Mxx/spc563m_registry.h +++ b/os/hal/platforms/SPC563Mxx/spc563m_registry.h @@ -31,6 +31,9 @@ * @name SPC563Mxx capabilities
* @{
*/
+/* eDMA attributes.*/
+#define SPC5_EDMA_NCHANNELS 64
+
/* eQADC attributes.*/
#define SPC5_HAS_EQADC TRUE
#define SPC5_EQADC1_HANDLER vector146
|