summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
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 /nuttx/ChangeLog
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 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 03ba24550..5bcbba4a0 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -5032,3 +5032,12 @@
#5. From Dave (ziggurat29, 2013-6-22).
* configs/sam4l-xplained/src/sam_slcd.c: LED1 segment LCD module is now
functional (2013-6-23).
+ * drivers/lcd/ssd1306.c and include/nuttx/lcd/ssd1306.h. Renamed
+ ug-2864hsweg01.c and .h to ssd1306.c and .h. Extended to support the
+ UG-2832HSWEG04 which is very similar and also based on the SSD1306
+ controller (2013-6-23).
+ * configs/sam4l-xplained/src/sam_ug2832hsweg04.c: Add support for the
+ UG-2832HSWEG04 OLED on the SAM4L Xplained Pro's OLED1 module
+ (2013-6-23).
+ * include/debug.h: Added macro DEBUGPANIC for forces crashes when debug
+ is enabled.