aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32F3xx/CAN
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-12-16 10:05:35 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-12-16 10:05:35 +0000
commitce80dcb337586d700d37580a5768400abcc797be (patch)
tree4703e07c60a3cd90a3c60f39ba705eca30c1e405 /testhal/STM32F3xx/CAN
parentaaac1b2e53af4dcee1278c2de6e90ce952a5f904 (diff)
downloadChibiOS-ce80dcb337586d700d37580a5768400abcc797be.tar.gz
ChibiOS-ce80dcb337586d700d37580a5768400abcc797be.tar.bz2
ChibiOS-ce80dcb337586d700d37580a5768400abcc797be.zip
Added UART driver support to the STM32F3xx HAL.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4920 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32F3xx/CAN')
-rw-r--r--testhal/STM32F3xx/CAN/mcuconf.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/testhal/STM32F3xx/CAN/mcuconf.h b/testhal/STM32F3xx/CAN/mcuconf.h
index 2ee4bab2a..b2d0c8d24 100644
--- a/testhal/STM32F3xx/CAN/mcuconf.h
+++ b/testhal/STM32F3xx/CAN/mcuconf.h
@@ -145,6 +145,20 @@
#define STM32_SPI_DMA_ERROR_HOOK(spip) chSysHalt()
/*
+ * UART driver system settings.
+ */
+#define STM32_UART_USE_USART1 FALSE
+#define STM32_UART_USE_USART2 FALSE
+#define STM32_UART_USE_USART3 FALSE
+#define STM32_UART_USART1_IRQ_PRIORITY 12
+#define STM32_UART_USART2_IRQ_PRIORITY 12
+#define STM32_UART_USART3_IRQ_PRIORITY 12
+#define STM32_UART_USART1_DMA_PRIORITY 0
+#define STM32_UART_USART2_DMA_PRIORITY 0
+#define STM32_UART_USART3_DMA_PRIORITY 0
+#define STM32_UART_DMA_ERROR_HOOK(uartp) chSysHalt()
+
+/*
* USB driver system settings.
*/
#define STM32_USB_USE_USB1 FALSE