summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-21 22:46:37 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-21 22:46:37 +0000
commitc86261aac88dcc280ca37e532ba96435c1c54699 (patch)
tree92b2fcfe90a10a9f5d03843396e9cb1c30cd8ac4 /nuttx/ChangeLog
parentc664844bc5d135d267b389f3e3b179431441603b (diff)
downloadnuttx-c86261aac88dcc280ca37e532ba96435c1c54699.tar.gz
nuttx-c86261aac88dcc280ca37e532ba96435c1c54699.tar.bz2
nuttx-c86261aac88dcc280ca37e532ba96435c1c54699.zip
Beginning of support for LCD1602
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5545 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 77441dd21..41f38bd91 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3996,3 +3996,8 @@
* net/recvfrom(): Fix a introduced with the last bugfix. If
the peer does an orderly closure of the socket, report 0 not
-ENOTCONN
+ * configs/lm3s6965-ek/README.txt and tools/: Add an OpenOCD
+ configuration for the LM3S (from Jose Pablo Carballo).
+ * nuttx/lcd/hd4478ou.h and configs/pcblogic-pic32mx/src/up_lcd1602:
+ Start of support of LCD1602 alphanumeric LCD. I need a few
+ more parts before I can finish integrating this one.