summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-06-23 14:39:56 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-06-23 14:39:56 -0600
commit9d4f3f645e606d812e3bec76a10940691b30b5ff (patch)
treeec970f690586d7ce93d937df8d6389bc1ecbdf57 /apps/ChangeLog.txt
parent333edc2da8d4bad41a3ea553bf635cbad5119427 (diff)
downloadnuttx-9d4f3f645e606d812e3bec76a10940691b30b5ff.tar.gz
nuttx-9d4f3f645e606d812e3bec76a10940691b30b5ff.tar.bz2
nuttx-9d4f3f645e606d812e3bec76a10940691b30b5ff.zip
Add support for the UG-2843HHSWEG04 OLED and for the SAM4L Xplained Pro OLED module that uses that OLED.
Diffstat (limited to 'apps/ChangeLog.txt')
-rw-r--r--apps/ChangeLog.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index 96208f250..dc2c6e279 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -591,3 +591,6 @@
will do C++ initialization unless configured do otherwise (2013-6-21).
* apps/examples/cxxtext: Add ostream test as provided by Michael
(2013-6-21).
+ * apps/examples/nxhello: Minor fix for compilation error when the
+ display resolution is low (< 8bpp) due to a typo that has been there
+ for a long time (2013-6-23).