summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
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>