From 5928999fd50a6c2daa12eb7f2c183beffa2c0341 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sun, 15 May 2016 09:18:27 +0000 Subject: 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 --- testhal/STM32/STM32L4xx/CAN/mcuconf.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'testhal/STM32/STM32L4xx/CAN/mcuconf.h') 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 @@ -228,6 +228,12 @@ #define STM32_PWM_TIM5_IRQ_PRIORITY 7 #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. */ -- cgit v1.2.3