summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-01-04 01:06:27 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-01-04 01:06:27 +0000
commit6771085c4f30f66ec38a13c02db99f7150633695 (patch)
tree3267eadc22b2f18de57fabd4fc26b39272c0bcc9
parentdabf24aa03088344b0e7c352a46db301e1aec743 (diff)
downloadnuttx-6771085c4f30f66ec38a13c02db99f7150633695.tar.gz
nuttx-6771085c4f30f66ec38a13c02db99f7150633695.tar.bz2
nuttx-6771085c4f30f66ec38a13c02db99f7150633695.zip
update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@483 42af7a65-404d-4744-a932-0658087f49c3
-rw-r--r--nuttx/TODO11
1 files changed, 11 insertions, 0 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index a4c63d9f8..c5e6c9219 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -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/)
^^^^^^^^^^^^^^^^^^^^^^