summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-06-23 02:19:16 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-06-23 02:19:16 +0000
commit56b5a053b7b0dabcb48601c37962f1886287dbe2 (patch)
treec95f88e651b9846169ac9c15ece4aa736a1ddddb /nuttx/ChangeLog
parenteff92131b7e16a38840e0f0aa5cfca2c5b84a5fc (diff)
downloadnuttx-56b5a053b7b0dabcb48601c37962f1886287dbe2.tar.gz
nuttx-56b5a053b7b0dabcb48601c37962f1886287dbe2.tar.bz2
nuttx-56b5a053b7b0dabcb48601c37962f1886287dbe2.zip
Prep for 5.7 releasenuttx-5.7
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2760 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 8bd65bbc9..c1240f0aa 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -1145,9 +1145,15 @@
NOTE: Contributed by David Hewson.
-5.7 2010-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
+5.7 2010-06-22 Gregory Nutt <spudmonkey@racsa.co.cr>
* configs/nucleus2g - Add ostest configuration for the Nucleus 2G
LPC1768 board from 2G Engineering (http://www.2g-eng.com/)
* arch/arm/src/lpc17xx - Added basic LPC17xx boot-up logic,
interrupt handling, and GPIO configuration.
+ * configs/nucleus2g/ostest - Completed bring-up of LPC1768 on
+ the Nucleus2G board using the examples/ostest
+ * configs/nucleus2g/nsh - Added and verified a NuttShell (NSH)
+ configuration for the LPC1768 on the Nucleus2G board.
+
+5.8 2010-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>