summaryrefslogtreecommitdiff
path: root/mcuconf.h
diff options
context:
space:
mode:
authorVegard Storheil Eriksen <zyp@jvnv.net>2011-04-16 02:59:55 +0200
committerVegard Storheil Eriksen <zyp@jvnv.net>2011-04-16 02:59:55 +0200
commit286cecb2bf08c5538cfe13053246b0d8b78b2df4 (patch)
tree7ab7a2c5316e5440385481cb46e0e446f5e5e0e0 /mcuconf.h
parent944a03b280df083800c8aea9b206de0c6539e14a (diff)
Test ppmsum decoding.
Diffstat (limited to 'mcuconf.h')
-rw-r--r--mcuconf.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/mcuconf.h b/mcuconf.h
index 74b6346..40be2cc 100644
--- a/mcuconf.h
+++ b/mcuconf.h
@@ -75,6 +75,20 @@
#define STM32_GPT_TIM5_IRQ_PRIORITY 7
/*
+ * ICU driver system settings.
+ */
+#define STM32_ICU_USE_TIM1 FALSE
+#define STM32_ICU_USE_TIM2 FALSE
+#define STM32_ICU_USE_TIM3 FALSE
+#define STM32_ICU_USE_TIM4 TRUE
+#define STM32_ICU_USE_TIM5 FALSE
+#define STM32_ICU_TIM1_IRQ_PRIORITY 7
+#define STM32_ICU_TIM2_IRQ_PRIORITY 7
+#define STM32_ICU_TIM3_IRQ_PRIORITY 7
+#define STM32_ICU_TIM4_IRQ_PRIORITY 7
+#define STM32_ICU_TIM5_IRQ_PRIORITY 7
+
+/*
* PWM driver system settings.
*/
#define STM32_PWM_USE_ADVANCED FALSE