diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-05-13 14:11:27 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-05-13 14:11:27 +0000 |
commit | 745c0f1e34ce975eed8c74a4c3fb9b0f5ab3a108 (patch) | |
tree | 61826406aa5937e598b82c31bfe50cd47df7820e /testhal/STM32/STM32L4xx/SPI-L3GD20/mcuconf.h | |
parent | 8a2c400dba03a9eb76ccba3af53161f111aea74f (diff) | |
download | ChibiOS-745c0f1e34ce975eed8c74a4c3fb9b0f5ab3a108.tar.gz ChibiOS-745c0f1e34ce975eed8c74a4c3fb9b0f5ab3a108.tar.bz2 ChibiOS-745c0f1e34ce975eed8c74a4c3fb9b0f5ab3a108.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9478 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/STM32L4xx/SPI-L3GD20/mcuconf.h')
-rw-r--r-- | testhal/STM32/STM32L4xx/SPI-L3GD20/mcuconf.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testhal/STM32/STM32L4xx/SPI-L3GD20/mcuconf.h b/testhal/STM32/STM32L4xx/SPI-L3GD20/mcuconf.h index 2a9757571..4b99a9ce4 100644 --- a/testhal/STM32/STM32L4xx/SPI-L3GD20/mcuconf.h +++ b/testhal/STM32/STM32L4xx/SPI-L3GD20/mcuconf.h @@ -229,6 +229,12 @@ #define STM32_PWM_TIM8_IRQ_PRIORITY 7
/*
+ * QSPI driver system settings.
+ */
+#define STM32_QSPI_USE_QUADSPI1 TRUE
+#define STM32_QSPI_QUADSPI1_DMA_STREAM STM32_DMA_STREAM_ID(2, 7)
+
+/*
* SDC driver system settings.
*/
#define STM32_SDC_USE_SDMMC1 FALSE
|