update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@162 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
b7f96525ab
commit
9efa9baf47
|
@ -180,7 +180,7 @@
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
The fourth release of NuttX (nuttx-0.2.1) is avalable for download
|
The fifth release of NuttX (nuttx-0.2.2) is avalable for download
|
||||||
from the <a href="http://sourceforge.net/project/showfiles.php?group_id=189573">SourceForge</a>
|
from the <a href="http://sourceforge.net/project/showfiles.php?group_id=189573">SourceForge</a>
|
||||||
website.
|
website.
|
||||||
</p>
|
</p>
|
||||||
|
@ -430,7 +430,7 @@ Other memory:
|
||||||
* Some Documentation updates
|
* Some Documentation updates
|
||||||
* Added support for the Neuros OSD / DM320
|
* Added support for the Neuros OSD / DM320
|
||||||
|
|
||||||
0.2.2 2007-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
|
0.2.2 2007-03-26 Gregory Nutt <spudmonkey@racsa.co.cr>
|
||||||
* Created the configs/ directory; separated board configuration
|
* Created the configs/ directory; separated board configuration
|
||||||
from processor architecture logic
|
from processor architecture logic
|
||||||
* Add memory leak detection test to examples/ostest
|
* Add memory leak detection test to examples/ostest
|
||||||
|
@ -447,6 +447,11 @@ Other memory:
|
||||||
* sched_setparam(), sched_setscheduler() now correctly set
|
* sched_setparam(), sched_setscheduler() now correctly set
|
||||||
errno; pthread_setscheduler() now returns the correct errno.
|
errno; pthread_setscheduler() now returns the correct errno.
|
||||||
* Added pthread_setschedprio().
|
* Added pthread_setschedprio().
|
||||||
|
* Added directories to hold board-specific header files
|
||||||
|
* Added directories to hold board-specific drivers
|
||||||
|
|
||||||
|
0.2.3 2007-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
|
||||||
|
|
||||||
* Started m68322
|
* Started m68322
|
||||||
</pre></ul>
|
</pre></ul>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue