summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
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/ChangeLog
parent4ed66f6618f4d13276d3135e9e2bfc6f8b5a2c3e (diff)
downloadnuttx-d890cd67c3ef9e702a71bb5ed2f8a5e9e6d4cfac.tar.gz
nuttx-d890cd67c3ef9e702a71bb5ed2f8a5e9e6d4cfac.tar.bz2
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/ChangeLog')
-rw-r--r--nuttx/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 0c53a1133..9936b1ed8 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -4785,3 +4785,9 @@
* include/nuttx/fs/ioctl.h, include/nuttx/lcd/slcd_codec.h, and
configs/stm32ldiscovery/src/stm32_lcd.c: Add SLCD ioctl commands to get
SLCD geometry, set bars, and manage contrast (2013-5-23).
+ * configs/stm32ldiscovery/src/stm32_usb.c: This file and all references
+ to USB removed for the STM32L-Discovery. While the chip supports a
+ USB device, the board does not (2013-5-24).
+ * arch/arm/src/stm32/stm32_lse.c: Add support for the STM32L CSR register
+ and for the LSE LCD clock source (2013-5-24).
+