Prep for 5.2 release

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2550 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2010-03-19 01:14:31 +00:00
parent 9d7f0319c1
commit ac6f9752d3
3 changed files with 54 additions and 86 deletions
+3 -1
View File
@@ -1052,7 +1052,7 @@
for arm, but really should be made for all architectures.
* configs/sam3u/nsh - Added NSH configuration for SAM3U
5.2 2010-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
5.2 2010-03-18 Gregory Nutt <spudmonkey@racsa.co.cr>
* arch/arm/src/sam3u/sam3u_pio.c - Fix an address calculation error
that caused ports B & C to get mapped to the PIOA base address.
@@ -1067,3 +1067,5 @@
This fixes the last show stopper bug in the lpc313x bring-up.
* configs/ea3131/nsh - Added a NuttShell (NSH) configuration for the
EA3131.
5.3 2010-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>