diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-03-26 15:02:45 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-03-26 15:02:45 +0000 |
commit | 0fc403c55a7aa76ef509dffd614ba99785010d1e (patch) | |
tree | 7b25c2c913706eaf7b11b57215dd264de12f2064 /testhal/SPC563Mxx/SPI/mcuconf.h | |
parent | 4a2b2769363a3ec43a31e3c96ac303d241f3fc5d (diff) | |
download | ChibiOS-0fc403c55a7aa76ef509dffd614ba99785010d1e.tar.gz ChibiOS-0fc403c55a7aa76ef509dffd614ba99785010d1e.tar.bz2 ChibiOS-0fc403c55a7aa76ef509dffd614ba99785010d1e.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5506 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/SPC563Mxx/SPI/mcuconf.h')
-rw-r--r-- | testhal/SPC563Mxx/SPI/mcuconf.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testhal/SPC563Mxx/SPI/mcuconf.h b/testhal/SPC563Mxx/SPI/mcuconf.h index eee35f514..784a14d47 100644 --- a/testhal/SPC563Mxx/SPI/mcuconf.h +++ b/testhal/SPC563Mxx/SPI/mcuconf.h @@ -85,3 +85,8 @@ * SPI driver system settings.
*/
#define SPC5_SPI_USE_DSPI1 TRUE
+#define SPC5_SPI_USE_DSPI2 TRUE
+#define SPC5_SPI_DSPI1_DMA_PRIO 10
+#define SPC5_SPI_DSPI2_DMA_PRIO 10
+#define SPC5_SPI_DSPI1_DMA_IRQ_PRIO 10
+#define SPC5_SPI_DSPI2_DMA_IRQ_PRIO 10
|