diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-06-21 16:52:13 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-06-21 16:52:13 +0000 |
commit | 472033935be482c382e9e4329af17b37d1d4e69e (patch) | |
tree | 4203a0143a986d7abc2db49dc45aa4d82b529af3 | |
parent | 12e393515a87dc6fa9d99a6d82134881e4ac821d (diff) | |
download | ChibiOS-472033935be482c382e9e4329af17b37d1d4e69e.tar.gz ChibiOS-472033935be482c382e9e4329af17b37d1d4e69e.tar.bz2 ChibiOS-472033935be482c382e9e4329af17b37d1d4e69e.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4316 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | demos/ARMCM0-STM32F051-DISCOVERY/mcuconf.h | 10 | ||||
-rw-r--r-- | testhal/STM32F0xx/ADC/mcuconf.h | 10 | ||||
-rw-r--r-- | testhal/STM32F0xx/EXT/mcuconf.h | 10 |
3 files changed, 30 insertions, 0 deletions
diff --git a/demos/ARMCM0-STM32F051-DISCOVERY/mcuconf.h b/demos/ARMCM0-STM32F051-DISCOVERY/mcuconf.h index cc5c8cb8d..2840ad570 100644 --- a/demos/ARMCM0-STM32F051-DISCOVERY/mcuconf.h +++ b/demos/ARMCM0-STM32F051-DISCOVERY/mcuconf.h @@ -77,6 +77,16 @@ #define STM32_EXT_EXTI17_IRQ_PRIORITY 3
/*
+ * GPT driver system settings.
+ */
+#define STM32_GPT_USE_TIM1 FALSE
+#define STM32_GPT_USE_TIM2 TRUE
+#define STM32_GPT_USE_TIM3 TRUE
+#define STM32_GPT_TIM1_IRQ_PRIORITY 2
+#define STM32_GPT_TIM2_IRQ_PRIORITY 2
+#define STM32_GPT_TIM3_IRQ_PRIORITY 2
+
+/*
* SERIAL driver system settings.
*/
#define STM32_SERIAL_USE_USART1 TRUE
diff --git a/testhal/STM32F0xx/ADC/mcuconf.h b/testhal/STM32F0xx/ADC/mcuconf.h index cc5c8cb8d..2840ad570 100644 --- a/testhal/STM32F0xx/ADC/mcuconf.h +++ b/testhal/STM32F0xx/ADC/mcuconf.h @@ -77,6 +77,16 @@ #define STM32_EXT_EXTI17_IRQ_PRIORITY 3
/*
+ * GPT driver system settings.
+ */
+#define STM32_GPT_USE_TIM1 FALSE
+#define STM32_GPT_USE_TIM2 TRUE
+#define STM32_GPT_USE_TIM3 TRUE
+#define STM32_GPT_TIM1_IRQ_PRIORITY 2
+#define STM32_GPT_TIM2_IRQ_PRIORITY 2
+#define STM32_GPT_TIM3_IRQ_PRIORITY 2
+
+/*
* SERIAL driver system settings.
*/
#define STM32_SERIAL_USE_USART1 TRUE
diff --git a/testhal/STM32F0xx/EXT/mcuconf.h b/testhal/STM32F0xx/EXT/mcuconf.h index cc5c8cb8d..2840ad570 100644 --- a/testhal/STM32F0xx/EXT/mcuconf.h +++ b/testhal/STM32F0xx/EXT/mcuconf.h @@ -77,6 +77,16 @@ #define STM32_EXT_EXTI17_IRQ_PRIORITY 3
/*
+ * GPT driver system settings.
+ */
+#define STM32_GPT_USE_TIM1 FALSE
+#define STM32_GPT_USE_TIM2 TRUE
+#define STM32_GPT_USE_TIM3 TRUE
+#define STM32_GPT_TIM1_IRQ_PRIORITY 2
+#define STM32_GPT_TIM2_IRQ_PRIORITY 2
+#define STM32_GPT_TIM3_IRQ_PRIORITY 2
+
+/*
* SERIAL driver system settings.
*/
#define STM32_SERIAL_USE_USART1 TRUE
|