Add lseek; prep for 0.2.5
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@245 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
13738f224f
commit
0c2687e4f8
@ -183,7 +183,7 @@
|
|||||||
</table>
|
</table>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
The seventh release of NuttX (nuttx-0.2.4) is available for download
|
The 8th release of NuttX (nuttx-0.2.5) is available 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>
|
||||||
@ -248,7 +248,7 @@
|
|||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<b>STATUS:</b>
|
<b>STATUS:</b>
|
||||||
This port is in progress and should be available in the nuttx-0.2.5 release.
|
This port is in progress and should be available in the nuttx-0.2.6 release.
|
||||||
</p>
|
</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
@ -500,7 +500,7 @@ Other memory:
|
|||||||
arch/c5471 and arch/dm320 are deprecated and will be removed
|
arch/c5471 and arch/dm320 are deprecated and will be removed
|
||||||
when the new c5471 and dm320 logic is verified.
|
when the new c5471 and dm320 logic is verified.
|
||||||
|
|
||||||
0.2.5 2007-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
|
0.2.5 2007-05-19 Gregory Nutt <spudmonkey@racsa.co.cr>
|
||||||
|
|
||||||
* Corrected some build/configuration issues introduced with the
|
* Corrected some build/configuration issues introduced with the
|
||||||
last release.
|
last release.
|
||||||
@ -508,7 +508,7 @@ Other memory:
|
|||||||
development board (untested)
|
development board (untested)
|
||||||
* Added support for block devices.
|
* Added support for block devices.
|
||||||
* 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 (missing functionalit)
|
||||||
* Added mount() and umount()
|
* Added mount() and umount()
|
||||||
* Fix bug in memcmp return value
|
* Fix bug in memcmp return value
|
||||||
* Fix errors in timeslice calculation (several places)
|
* Fix errors in timeslice calculation (several places)
|
||||||
@ -516,6 +516,9 @@ Other memory:
|
|||||||
* close() was not closing the underlying device.
|
* close() was not closing the underlying device.
|
||||||
* Added fsync()
|
* Added fsync()
|
||||||
* Added strspn() and strcspn()
|
* Added strspn() and strcspn()
|
||||||
|
|
||||||
|
0.2.6 2007-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
|
||||||
|
|
||||||
* Started m68322
|
* Started m68322
|
||||||
</pre></ul>
|
</pre></ul>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user