Prep for 5.7 release

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2760 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2010-06-23 02:19:16 +00:00
parent 84524904df
commit f3f0d83295
3 changed files with 75 additions and 51 deletions
+7 -1
View File
@@ -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>