summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-05-23 15:23:29 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-05-23 15:23:29 -0600
commitdfaa61731b87c0685c17f41a95a2e758deca80a7 (patch)
tree7ab7b0f9d3360024b315db67d81ae2feeecce2c3 /nuttx/ChangeLog
parentc7bf6bf65a458cb30b892340b69de6c025d1cc22 (diff)
downloadnuttx-dfaa61731b87c0685c17f41a95a2e758deca80a7.tar.gz
nuttx-dfaa61731b87c0685c17f41a95a2e758deca80a7.tar.bz2
nuttx-dfaa61731b87c0685c17f41a95a2e758deca80a7.zip
STM32L-Discovery LCD driver is code compele but untested
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 93212d83e..e33660231 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -4781,3 +4781,5 @@
should set the POLLNVAL event and return immediately (2013-5-23).
* libc/misc/lib_slcdencode.c and lib_slcddecode.c: Add logic to marshal
and serialized special SLCD intermixed with normal ASCII data (2013-5-23)
+ * configs/stm32ldiscovery/src/stm32_lcd.c: STM32L-Discovery's segment LCD
+ is code complete but completely untested (2013-5-23).