diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-06-21 17:45:22 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-06-21 17:45:22 +0000 |
commit | 0a6e70cc8618a06137d29a537495b82e4acc65cc (patch) | |
tree | 3c6b9bbaf178a4db13cc5b8a0dce703ee32f52c1 /testhal/STM32F0xx/IRQ_STORM/mcuconf.h | |
parent | 11907c39a829e1ecef33da09974028349af683f2 (diff) | |
download | ChibiOS-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/mcuconf.h')
-rw-r--r-- | testhal/STM32F0xx/IRQ_STORM/mcuconf.h | 21 |
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
|