Skip to content
Snippets Groups Projects
Commit eda17b05 authored by patacongo's avatar patacongo
Browse files

update

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@483 42af7a65-404d-4744-a932-0658087f49c3
parent 7202b1b1
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,7 @@ NuttX TODO List (Last updated December 13, 2007)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(6) Task/Scheduler (sched/)
(1) Dynamic loader (N/A)
(2) Memory Managment (mm/)
(1) Signals (sched/, arch/)
(1) pthreads (sched/)
......@@ -53,6 +54,16 @@ o Task/Scheduler (sched/)
Priority: Medium, required for standard compliance (but makes the
code bigger)
o Dynamic Loader
^^^^^^^^^^^^^^
Description: At some point in the future, I intend to port the XFLAT
dynamic loader into NuttX (see http://xflat.sourceforge.net/).
That would allow NuttX to dynamically load and link
external code in a mounted filesystem.
Status: Open
Priority: Low, Nice feature and I might do it someday
o Memory Managment (mm/)
^^^^^^^^^^^^^^^^^^^^^^
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment