aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32F3xx/EXT
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2016-03-14 09:47:07 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2016-03-14 09:47:07 +0000
commit42278612582180e39dad9217d5b18532c21cc103 (patch)
tree55b5f07d079e2ddd1c909ed814b1af2ee9eb51a0 /testhal/STM32/STM32F3xx/EXT
parentc0fef039c8720ec859737b931cb6e5a15b12f90d (diff)
downloadChibiOS-42278612582180e39dad9217d5b18532c21cc103.tar.gz
ChibiOS-42278612582180e39dad9217d5b18532c21cc103.tar.bz2
ChibiOS-42278612582180e39dad9217d5b18532c21cc103.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9093 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/STM32F3xx/EXT')
-rw-r--r--testhal/STM32/STM32F3xx/EXT/mcuconf.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/testhal/STM32/STM32F3xx/EXT/mcuconf.h b/testhal/STM32/STM32F3xx/EXT/mcuconf.h
index 506a4f404..951f24691 100644
--- a/testhal/STM32/STM32F3xx/EXT/mcuconf.h
+++ b/testhal/STM32/STM32F3xx/EXT/mcuconf.h
@@ -100,6 +100,17 @@
#define STM32_CAN_CAN1_IRQ_PRIORITY 11
/*
+ * DAC driver system settings.
+ */
+#define STM32_DAC_DUAL_MODE FALSE
+#define STM32_DAC_USE_DAC1_CH1 TRUE
+#define STM32_DAC_USE_DAC1_CH2 TRUE
+#define STM32_DAC_DAC1_CH1_IRQ_PRIORITY 10
+#define STM32_DAC_DAC1_CH2_IRQ_PRIORITY 10
+#define STM32_DAC_DAC1_CH1_DMA_PRIORITY 2
+#define STM32_DAC_DAC1_CH2_DMA_PRIORITY 2
+
+/*
* EXT driver system settings.
*/
#define STM32_EXT_EXTI0_IRQ_PRIORITY 6