aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32F3xx/PWM-ICU/mcuconf.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-12-07 13:00:12 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-12-07 13:00:12 +0000
commit9319d5e5c75edffa8b7596df093f4a40ffc891f6 (patch)
tree6d701f665efb028e34e4cc793159a943629992eb /testhal/STM32F3xx/PWM-ICU/mcuconf.h
parent10e2b91f3ecf6f85f8f4806bd99507e985c01cfe (diff)
downloadChibiOS-9319d5e5c75edffa8b7596df093f4a40ffc891f6.tar.gz
ChibiOS-9319d5e5c75edffa8b7596df093f4a40ffc891f6.tar.bz2
ChibiOS-9319d5e5c75edffa8b7596df093f4a40ffc891f6.zip
STM32Fxx CAN support.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4883 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32F3xx/PWM-ICU/mcuconf.h')
-rw-r--r--testhal/STM32F3xx/PWM-ICU/mcuconf.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/testhal/STM32F3xx/PWM-ICU/mcuconf.h b/testhal/STM32F3xx/PWM-ICU/mcuconf.h
index 99445cd5c..2303a1a95 100644
--- a/testhal/STM32F3xx/PWM-ICU/mcuconf.h
+++ b/testhal/STM32F3xx/PWM-ICU/mcuconf.h
@@ -68,6 +68,12 @@
#define STM32_USBPRE STM32_USBPRE_DIV1P5
/*
+ * CAN driver system settings.
+ */
+#define STM32_CAN_USE_CAN1 TRUE
+#define STM32_CAN_CAN1_IRQ_PRIORITY 11
+
+/*
* GPT driver system settings.
*/
#define STM32_GPT_USE_TIM1 FALSE