Update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@112 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
28a4afaf3a
commit
81f2209011
|
@ -8,7 +8,7 @@
|
||||||
<tr align="center" bgcolor="#e4e4e4">
|
<tr align="center" bgcolor="#e4e4e4">
|
||||||
<td>
|
<td>
|
||||||
<h1><big><font color="#3c34ec"><i>NuttX RTOS</i></font></big></h1>
|
<h1><big><font color="#3c34ec"><i>NuttX RTOS</i></font></big></h1>
|
||||||
<p>Last Updated: March 16, 2007</p>
|
<p>Last Updated: March 21, 2007</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
@ -420,7 +420,16 @@ Other memory:
|
||||||
|
|
||||||
0.1.3 2007-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
|
0.1.3 2007-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
|
||||||
|
|
||||||
|
* Fix error in handing signed decimal in vsprintf().
|
||||||
|
* Major restructuring of header files to get closer to
|
||||||
|
POSIX compliance.
|
||||||
|
* Eliminate compilation warnings that that crept into
|
||||||
|
recent check-ins
|
||||||
|
* Add kill()
|
||||||
|
* Added support for POSIX timers
|
||||||
|
* Some Documentation updates
|
||||||
* Added support for the Neuros OSD / DM320
|
* Added support for the Neuros OSD / DM320
|
||||||
|
|
||||||
</pre></ul>
|
</pre></ul>
|
||||||
|
|
||||||
<table width ="100%">
|
<table width ="100%">
|
||||||
|
|
Loading…
Reference in New Issue