aboutsummaryrefslogtreecommitdiff
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
commite504d643fc23cefe61340e4d3a75d6e80f4b76fb (patch)
tree92b2fcfe90a10a9f5d03843396e9cb1c30cd8ac4 /nuttx/ChangeLog
parent41b7f883e55c3ad085e4e538b5703369ae6e59d2 (diff)
downloadpx4-firmware-e504d643fc23cefe61340e4d3a75d6e80f4b76fb.tar.gz
px4-firmware-e504d643fc23cefe61340e4d3a75d6e80f4b76fb.tar.bz2
px4-firmware-e504d643fc23cefe61340e4d3a75d6e80f4b76fb.zip
Beginning of support for LCD1602
git-svn-id: http://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.