git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@234 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2007-05-20 16:25:08 +00:00
parent fa44e6e8a9
commit b22c9a9ab7
2 changed files with 6 additions and 0 deletions

View File

@ -131,4 +131,9 @@
* Simulated target now exports a VFAT filesystem
* Begin support for VFAT filesystem (not yet functional)
* 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

1
TODO
View File

@ -35,6 +35,7 @@ o Network
o USB
o Libraries
- sscanf() needs strtod and strcspn
o File system
- Add disk usage stats, stat(), sync(), unlink(), mkdir(), chmod(), rename(),