summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-27 00:03:25 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-27 00:03:25 +0000
commit5ee86601a172384191c3ea92d72785711c7cc201 (patch)
tree6e33b0a28fa60847df651760f7fa97afe6c15e48 /apps/ChangeLog.txt
parent68cd11bf2a8f0f37e733572ce2bad747c3ee81b3 (diff)
downloadnuttx-5ee86601a172384191c3ea92d72785711c7cc201.tar.gz
nuttx-5ee86601a172384191c3ea92d72785711c7cc201.tar.bz2
nuttx-5ee86601a172384191c3ea92d72785711c7cc201.zip
Add apps/system/ramtest. I will use this for the LPC1788 SDRAM bringup
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5791 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/ChangeLog.txt')
-rw-r--r--apps/ChangeLog.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index 7d8333ca1..96e3dbec8 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -524,3 +524,5 @@
would terminate because it thought it was the end of file.
6.27 2013-xx-xx Gregory Nutt <gnutt@nuttx.org>
+
+ * apps/system/ramtest: Add a simple memory test (2013-03-26).