aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/multi/SPI/cfg
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2018-09-23 05:59:56 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2018-09-23 05:59:56 +0000
commit8c791c84231a8966a1faf219d220642b19f082fc (patch)
tree203b06ca0d6d20ea37027c8e209cab47e563c5ea /testhal/STM32/multi/SPI/cfg
parent8ea6be21093d567e8ee202dda1a9158df29e5a0f (diff)
downloadChibiOS-8c791c84231a8966a1faf219d220642b19f082fc.tar.gz
ChibiOS-8c791c84231a8966a1faf219d220642b19f082fc.tar.bz2
ChibiOS-8c791c84231a8966a1faf219d220642b19f082fc.zip
Added mcuconf.h generator for L476.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12286 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'testhal/STM32/multi/SPI/cfg')
-rw-r--r--testhal/STM32/multi/SPI/cfg/stm32l4r5_nucleo144/mcuconf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/testhal/STM32/multi/SPI/cfg/stm32l4r5_nucleo144/mcuconf.h b/testhal/STM32/multi/SPI/cfg/stm32l4r5_nucleo144/mcuconf.h
index 5491143f3..132cd4994 100644
--- a/testhal/STM32/multi/SPI/cfg/stm32l4r5_nucleo144/mcuconf.h
+++ b/testhal/STM32/multi/SPI/cfg/stm32l4r5_nucleo144/mcuconf.h
@@ -123,6 +123,7 @@
#define STM32_ADC_USE_ADC1 FALSE
#define STM32_ADC_ADC1_DMA_CHANNEL 10
#define STM32_ADC_ADC1_DMA_PRIORITY 2
+#define STM32_ADC_ADC12_IRQ_PRIORITY 5
#define STM32_ADC_ADC1_DMA_IRQ_PRIORITY 5
#define STM32_ADC_ADC123_CLOCK_MODE ADC_CCR_CKMODE_AHB_DIV2