aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32F0xx
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-12-04 15:02:49 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-12-04 15:02:49 +0000
commitd65e5e6b0d687a87abfad5f92a27e5920314f0fa (patch)
tree34546c2c049abf7609b4d94ff0396cb2bc188a98 /os/hal/platforms/STM32F0xx
parent1374037cdcc0ec26be0507aa0886624746ed52ae (diff)
downloadChibiOS-d65e5e6b0d687a87abfad5f92a27e5920314f0fa.tar.gz
ChibiOS-d65e5e6b0d687a87abfad5f92a27e5920314f0fa.tar.bz2
ChibiOS-d65e5e6b0d687a87abfad5f92a27e5920314f0fa.zip
Serial support for STM32F3xx.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4871 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32F0xx')
-rw-r--r--os/hal/platforms/STM32F0xx/hal_lld.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/os/hal/platforms/STM32F0xx/hal_lld.h b/os/hal/platforms/STM32F0xx/hal_lld.h
index b8abe4bd5..d38248ce5 100644
--- a/os/hal/platforms/STM32F0xx/hal_lld.h
+++ b/os/hal/platforms/STM32F0xx/hal_lld.h
@@ -927,6 +927,11 @@
#endif
/**
+ * @brief USART2 frequency.
+ */
+#define STM32_USART2CLK STM32_PCLK
+
+/**
* @brief Timers clock.
*/
#if (STM32_PPRE == STM32_PPRE_DIV1) || defined(__DOXYGEN__)