aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32F0xx/IRQ_STORM
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-06-21 17:45:22 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-06-21 17:45:22 +0000
commit0a6e70cc8618a06137d29a537495b82e4acc65cc (patch)
tree3c6b9bbaf178a4db13cc5b8a0dce703ee32f52c1 /testhal/STM32F0xx/IRQ_STORM
parent11907c39a829e1ecef33da09974028349af683f2 (diff)
downloadChibiOS-0a6e70cc8618a06137d29a537495b82e4acc65cc.tar.gz
ChibiOS-0a6e70cc8618a06137d29a537495b82e4acc65cc.tar.bz2
ChibiOS-0a6e70cc8618a06137d29a537495b82e4acc65cc.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4321 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32F0xx/IRQ_STORM')
-rw-r--r--testhal/STM32F0xx/IRQ_STORM/mcuconf.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/testhal/STM32F0xx/IRQ_STORM/mcuconf.h b/testhal/STM32F0xx/IRQ_STORM/mcuconf.h
index 1aa407d6b..c5036e165 100644
--- a/testhal/STM32F0xx/IRQ_STORM/mcuconf.h
+++ b/testhal/STM32F0xx/IRQ_STORM/mcuconf.h
@@ -87,6 +87,27 @@
#define STM32_GPT_TIM3_IRQ_PRIORITY 3
/*
+ * ICU driver system settings.
+ */
+#define STM32_ICU_USE_TIM1 FALSE
+#define STM32_ICU_USE_TIM2 FALSE
+#define STM32_ICU_USE_TIM3 TRUE
+#define STM32_ICU_TIM1_IRQ_PRIORITY 7
+#define STM32_ICU_TIM2_IRQ_PRIORITY 7
+#define STM32_ICU_TIM3_IRQ_PRIORITY 7
+
+/*
+ * PWM driver system settings.
+ */
+#define STM32_PWM_USE_ADVANCED FALSE
+#define STM32_PWM_USE_TIM1 FALSE
+#define STM32_PWM_USE_TIM2 TRUE
+#define STM32_PWM_USE_TIM3 FALSE
+#define STM32_PWM_TIM1_IRQ_PRIORITY 7
+#define STM32_PWM_TIM2_IRQ_PRIORITY 7
+#define STM32_PWM_TIM3_IRQ_PRIORITY 7
+
+/*
* SERIAL driver system settings.
*/
#define STM32_SERIAL_USE_USART1 TRUE