Updated Changelist

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@239 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2007-05-20 17:00:02 +00:00
parent 341cf6f778
commit 17e98b8602

View File

@ -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: May 13, 2007</p> <p>Last Updated: May 19, 2007</p>
</td> </td>
</tr> </tr>
</table> </table>
@ -510,6 +510,10 @@ Other memory:
* Simulated target now exports a VFAT filesystem * Simulated target now exports a VFAT filesystem
* Begin support for VFAT filesystem (not yet functional) * Begin support for VFAT filesystem (not yet functional)
* Added mount() and umount() * Added mount() and umount()
* Fix bug in memcmp return value
* Fix errors in timeslice calculation (several places)
* Added missing irqrestore() in timer_deletall().
* close() was not closing the underlying device.
* Started m68322 * Started m68322
</pre></ul> </pre></ul>