git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@853 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2008-08-29 23:54:41 +00:00
parent 895bff0617
commit d27e2d61b2
1 changed files with 6 additions and 1 deletions

7
TODO
View File

@ -1,7 +1,7 @@
NuttX TODO List (Last updated July 31, 2008)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(6) Task/Scheduler (sched/)
(7) Task/Scheduler (sched/)
(1) Dynamic loader (N/A)
(2) Memory Managment (mm/)
(1) Signals (sched/, arch/)
@ -56,6 +56,11 @@ o Task/Scheduler (sched/)
Priority: Medium, required for standard compliance (but makes the
code bigger)
Description: socket descriptors are not cloned as are file descriptors
by task_create().
Status: Open
Priority: Medium-to-High
o Dynamic Loader
^^^^^^^^^^^^^^