aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32L4xx/CAN/mcuconf.h
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2016-05-15 09:18:27 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2016-05-15 09:18:27 +0000
commit5928999fd50a6c2daa12eb7f2c183beffa2c0341 (patch)
treed89372d38f03a9d0a809e5217c0cec7a8a30745a /testhal/STM32/STM32L4xx/CAN/mcuconf.h
parent2b6cdecfcfc78f5fc55826d33d42faa606b2324f (diff)
downloadChibiOS-5928999fd50a6c2daa12eb7f2c183beffa2c0341.tar.gz
ChibiOS-5928999fd50a6c2daa12eb7f2c183beffa2c0341.tar.bz2
ChibiOS-5928999fd50a6c2daa12eb7f2c183beffa2c0341.zip
Mass update of configuration files with QSPI settings.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9486 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/STM32L4xx/CAN/mcuconf.h')
-rw-r--r--testhal/STM32/STM32L4xx/CAN/mcuconf.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/testhal/STM32/STM32L4xx/CAN/mcuconf.h b/testhal/STM32/STM32L4xx/CAN/mcuconf.h
index 4ee64da52..c775e65c6 100644
--- a/testhal/STM32/STM32L4xx/CAN/mcuconf.h
+++ b/testhal/STM32/STM32L4xx/CAN/mcuconf.h
@@ -229,6 +229,12 @@
#define STM32_PWM_TIM8_IRQ_PRIORITY 7
/*
+ * QSPI driver system settings.
+ */
+#define STM32_QSPI_USE_QUADSPI1 FALSE
+#define STM32_QSPI_QUADSPI1_DMA_STREAM STM32_DMA_STREAM_ID(2, 7)
+
+/*
* SDC driver system settings.
*/
#define STM32_SDC_USE_SDMMC1 FALSE