diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-09-03 14:29:18 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-09-03 14:29:18 +0000 |
commit | 4b148d3cbcd338dd5d72fac683e712f448d08341 (patch) | |
tree | 4407c437e72a9bef93e903ab6a19891a3874397b /testhal/STM32/multi/USB_CDC/cfg-stm32f303_discovery | |
parent | 16e2a55bf42f532404cddd8ddbc7cbee38c39572 (diff) | |
download | ChibiOS-4b148d3cbcd338dd5d72fac683e712f448d08341.tar.gz ChibiOS-4b148d3cbcd338dd5d72fac683e712f448d08341.tar.bz2 ChibiOS-4b148d3cbcd338dd5d72fac683e712f448d08341.zip |
Aligned some mcuconf.h files.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10544 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/multi/USB_CDC/cfg-stm32f303_discovery')
-rw-r--r-- | testhal/STM32/multi/USB_CDC/cfg-stm32f303_discovery/mcuconf.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/testhal/STM32/multi/USB_CDC/cfg-stm32f303_discovery/mcuconf.h b/testhal/STM32/multi/USB_CDC/cfg-stm32f303_discovery/mcuconf.h index 0bcab46c8..8f35f3572 100644 --- a/testhal/STM32/multi/USB_CDC/cfg-stm32f303_discovery/mcuconf.h +++ b/testhal/STM32/multi/USB_CDC/cfg-stm32f303_discovery/mcuconf.h @@ -67,6 +67,25 @@ #define STM32_USBPRE STM32_USBPRE_DIV1P5
/*
+ * IRQ system settings.
+ */
+#define STM32_IRQ_EXTI0_PRIORITY 6
+#define STM32_IRQ_EXTI1_PRIORITY 6
+#define STM32_IRQ_EXTI2_PRIORITY 6
+#define STM32_IRQ_EXTI3_PRIORITY 6
+#define STM32_IRQ_EXTI4_PRIORITY 6
+#define STM32_IRQ_EXTI5_9_PRIORITY 6
+#define STM32_IRQ_EXTI10_15_PRIORITY 6
+#define STM32_IRQ_EXTI16_PRIORITY 6
+#define STM32_IRQ_EXTI17_PRIORITY 6
+#define STM32_IRQ_EXTI18_PRIORITY 6
+#define STM32_IRQ_EXTI19_PRIORITY 6
+#define STM32_IRQ_EXTI20_PRIORITY 6
+#define STM32_IRQ_EXTI21_22_29_PRIORITY 6
+#define STM32_IRQ_EXTI30_32_PRIORITY 6
+#define STM32_IRQ_EXTI33_PRIORITY 6
+
+/*
* ADC driver system settings.
*/
#define STM32_ADC_DUAL_MODE FALSE
|