summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-27 18:29:22 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-27 18:29:22 +0000
commita15c952cd525e220d428fbd88ce7de7fc4efec59 (patch)
tree6ae2ed779abf322e8feaeacad705310da223a054 /nuttx/ChangeLog
parent68a797def39476f4cfe5764a364bba719d85a797 (diff)
downloadnuttx-a15c952cd525e220d428fbd88ce7de7fc4efec59.tar.gz
nuttx-a15c952cd525e220d428fbd88ce7de7fc4efec59.tar.bz2
nuttx-a15c952cd525e220d428fbd88ce7de7fc4efec59.zip
Add nxlines configuratin for the Open1788
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5795 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog12
1 files changed, 10 insertions, 2 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 2367f0fb0..4c969711e 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -4458,5 +4458,13 @@
* configs/twr-k60n512: Converted configurations to use the
konfig-frontends tool (2013-03-25).
* arch/arm/src/lpc17xx/lpc17_lcd.c: Add an LCD framebuffer drier
- for the LPC177x/8x family.
-
+ for the LPC177x/8x family (2103-3-26).
+ * arch/arm/src/lpc17xx/lpc17_emc.c and
+ configs/open1788/src/lpc17_sdraminitialize.c: Began testing the
+ Open1788 SDRAM. The SDRAM is basically functional, but there are
+ failures with the SDRAM is stressed by the memory test at
+ apps/example/ramtest (SDRAM support and the RAM test can be configured
+ into the base configs/open1788/nsh configuration as described in
+ configs/open1788/READMT.txt (2103-3-27).
+ * configs/open1788/nxlines: Add a configuration to test both the
+ Open1788 LCD and SDRAM which is used as a framebuffer (2013-3-27).