Prep for 5.9 release

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2887 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2010-08-26 01:16:40 +00:00
parent 00b0e1b118
commit 35647f57a8
3 changed files with 129 additions and 97 deletions
+4 -1
View File
@@ -1181,7 +1181,7 @@
*/*_vectors.S - Correct compilations errors when CONFIG_ARCH_INTERRUPTSTACK
is enabled (feature still not tested)
5.9 2010-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
5.9 2010-08-25 Gregory Nutt <spudmonkey@racsa.co.cr>
* examples/nsh/nsh_telnetd.c - Fix compilation errors that happen
when both DHCPC and TELNETD are enabled in the Nuttshell.
@@ -1219,3 +1219,6 @@
now supported for the Neuros OSD.
* configs/ntosd-dm320 and arch/arm/src/dm320 - Add support for the
Neuros production OSD (changes contributed by bf.nuttx).
5.10 2010-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>