summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-05-22 18:12:54 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-05-22 18:12:54 -0600
commit371d564efd88053842c29526aefd8ae4ea7436b4 (patch)
treeaeb72779dbdd3193a4030fe743db87c5046615d1 /nuttx/ChangeLog
parent8b20e839a7d43a8228077f27b19df02a0b82aee9 (diff)
downloadpx4-nuttx-371d564efd88053842c29526aefd8ae4ea7436b4.tar.gz
px4-nuttx-371d564efd88053842c29526aefd8ae4ea7436b4.tar.bz2
px4-nuttx-371d564efd88053842c29526aefd8ae4ea7436b4.zip
Beginning of a segment LCD driver for the STM32L-Discovery
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index f7c49b95d..c04f36995 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -4770,3 +4770,6 @@
* configs/lm3s6965-ek/tcpecho: This configuration builds the simple TCP
echo example based on W.Richard Steven UNIX Programming book to ensure
correct usage of the socket API. Contributed by Max Holtzberg (2013-5-22).
+ * configs/stm32ldiscovery/src/stm32_lcd.c: Framework for support of the
+ STM32L-Discovery's segment LCD (2013-5-22).
+