diff options
Diffstat (limited to 'testhal/STM32F30x')
-rw-r--r-- | testhal/STM32F30x/ADC/mcuconf.h | 1 | ||||
-rw-r--r-- | testhal/STM32F30x/ADC_DUAL/mcuconf.h | 1 | ||||
-rw-r--r-- | testhal/STM32F30x/CAN/mcuconf.h | 1 | ||||
-rw-r--r-- | testhal/STM32F30x/EXT/mcuconf.h | 1 | ||||
-rw-r--r-- | testhal/STM32F30x/IRQ_STORM/mcuconf.h | 1 | ||||
-rw-r--r-- | testhal/STM32F30x/PWM-ICU/mcuconf.h | 1 | ||||
-rw-r--r-- | testhal/STM32F30x/SPI/mcuconf.h | 1 | ||||
-rw-r--r-- | testhal/STM32F30x/UART/mcuconf.h | 1 | ||||
-rw-r--r-- | testhal/STM32F30x/USB_CDC/mcuconf.h | 1 |
9 files changed, 9 insertions, 0 deletions
diff --git a/testhal/STM32F30x/ADC/mcuconf.h b/testhal/STM32F30x/ADC/mcuconf.h index 77c6109c1..7838058a0 100644 --- a/testhal/STM32F30x/ADC/mcuconf.h +++ b/testhal/STM32F30x/ADC/mcuconf.h @@ -194,6 +194,7 @@ * ST driver system settings.
*/
#define STM32_ST_IRQ_PRIORITY 8
+#define STM32_ST_USE_TIMER 2
/*
* UART driver system settings.
diff --git a/testhal/STM32F30x/ADC_DUAL/mcuconf.h b/testhal/STM32F30x/ADC_DUAL/mcuconf.h index f73d74e64..3468f7e92 100644 --- a/testhal/STM32F30x/ADC_DUAL/mcuconf.h +++ b/testhal/STM32F30x/ADC_DUAL/mcuconf.h @@ -194,6 +194,7 @@ * ST driver system settings.
*/
#define STM32_ST_IRQ_PRIORITY 8
+#define STM32_ST_USE_TIMER 2
/*
* UART driver system settings.
diff --git a/testhal/STM32F30x/CAN/mcuconf.h b/testhal/STM32F30x/CAN/mcuconf.h index 5391ed9eb..86e830fe2 100644 --- a/testhal/STM32F30x/CAN/mcuconf.h +++ b/testhal/STM32F30x/CAN/mcuconf.h @@ -194,6 +194,7 @@ * ST driver system settings.
*/
#define STM32_ST_IRQ_PRIORITY 8
+#define STM32_ST_USE_TIMER 2
/*
* UART driver system settings.
diff --git a/testhal/STM32F30x/EXT/mcuconf.h b/testhal/STM32F30x/EXT/mcuconf.h index 9ba948995..abb99ae10 100644 --- a/testhal/STM32F30x/EXT/mcuconf.h +++ b/testhal/STM32F30x/EXT/mcuconf.h @@ -194,6 +194,7 @@ * ST driver system settings.
*/
#define STM32_ST_IRQ_PRIORITY 8
+#define STM32_ST_USE_TIMER 2
/*
* UART driver system settings.
diff --git a/testhal/STM32F30x/IRQ_STORM/mcuconf.h b/testhal/STM32F30x/IRQ_STORM/mcuconf.h index ee0b2a875..082f71c8f 100644 --- a/testhal/STM32F30x/IRQ_STORM/mcuconf.h +++ b/testhal/STM32F30x/IRQ_STORM/mcuconf.h @@ -194,6 +194,7 @@ * ST driver system settings.
*/
#define STM32_ST_IRQ_PRIORITY 8
+#define STM32_ST_USE_TIMER 2
/*
* UART driver system settings.
diff --git a/testhal/STM32F30x/PWM-ICU/mcuconf.h b/testhal/STM32F30x/PWM-ICU/mcuconf.h index cc1b46815..bb59d7e27 100644 --- a/testhal/STM32F30x/PWM-ICU/mcuconf.h +++ b/testhal/STM32F30x/PWM-ICU/mcuconf.h @@ -194,6 +194,7 @@ * ST driver system settings.
*/
#define STM32_ST_IRQ_PRIORITY 8
+#define STM32_ST_USE_TIMER 2
/*
* UART driver system settings.
diff --git a/testhal/STM32F30x/SPI/mcuconf.h b/testhal/STM32F30x/SPI/mcuconf.h index 8a2445f27..8ba3d4ea8 100644 --- a/testhal/STM32F30x/SPI/mcuconf.h +++ b/testhal/STM32F30x/SPI/mcuconf.h @@ -194,6 +194,7 @@ * ST driver system settings.
*/
#define STM32_ST_IRQ_PRIORITY 8
+#define STM32_ST_USE_TIMER 2
/*
* UART driver system settings.
diff --git a/testhal/STM32F30x/UART/mcuconf.h b/testhal/STM32F30x/UART/mcuconf.h index f4f9eb3ce..f3ebfcc2a 100644 --- a/testhal/STM32F30x/UART/mcuconf.h +++ b/testhal/STM32F30x/UART/mcuconf.h @@ -194,6 +194,7 @@ * ST driver system settings.
*/
#define STM32_ST_IRQ_PRIORITY 8
+#define STM32_ST_USE_TIMER 2
/*
* UART driver system settings.
diff --git a/testhal/STM32F30x/USB_CDC/mcuconf.h b/testhal/STM32F30x/USB_CDC/mcuconf.h index 52b6ca5a4..57f596299 100644 --- a/testhal/STM32F30x/USB_CDC/mcuconf.h +++ b/testhal/STM32F30x/USB_CDC/mcuconf.h @@ -194,6 +194,7 @@ * ST driver system settings.
*/
#define STM32_ST_IRQ_PRIORITY 8
+#define STM32_ST_USE_TIMER 2
/*
* UART driver system settings.
|