summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32/stm32_rcc.h
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-05-24 10:00:54 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-05-24 10:00:54 -0600
commitd890cd67c3ef9e702a71bb5ed2f8a5e9e6d4cfac (patch)
treefddaba58cf98713c67b49be42e2936fa4ffe69a3 /nuttx/arch/arm/src/stm32/stm32_rcc.h
parent4ed66f6618f4d13276d3135e9e2bfc6f8b5a2c3e (diff)
downloadpx4-nuttx-d890cd67c3ef9e702a71bb5ed2f8a5e9e6d4cfac.tar.gz
px4-nuttx-d890cd67c3ef9e702a71bb5ed2f8a5e9e6d4cfac.tar.bz2
px4-nuttx-d890cd67c3ef9e702a71bb5ed2f8a5e9e6d4cfac.zip
Add apps/examples/slcd, Remove USB from STM32L-Discovery, LSE support for the STM32 L family, some STM32L-Discovery LCD debug changes
Diffstat (limited to 'nuttx/arch/arm/src/stm32/stm32_rcc.h')
-rw-r--r--nuttx/arch/arm/src/stm32/stm32_rcc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/arch/arm/src/stm32/stm32_rcc.h b/nuttx/arch/arm/src/stm32/stm32_rcc.h
index 9859be61b..4f96f21da 100644
--- a/nuttx/arch/arm/src/stm32/stm32_rcc.h
+++ b/nuttx/arch/arm/src/stm32/stm32_rcc.h
@@ -262,6 +262,9 @@ void stm32_clockenable(void);
* Enable the External Low-Speed (LSE) Oscillator and, if the RTC is
* configured, setup the LSE as the RTC clock source, and enable the RTC.
*
+ * For the STM32L15X family, this will also select the LSE as the clock source of
+ * the LCD.
+ *
* Input Parameters:
* None
*