summaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-08-22 03:44:18 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-08-22 03:44:18 +0000
commit9e91dba9e4c647edef9d745af68321436007b4f5 (patch)
tree2bc95495f8037e2142f04533c6bd8ff6413a3c32 /nuttx/TODO
parent93362e94215a997b3dd1323cba42ea40d3483575 (diff)
downloadpx4-nuttx-9e91dba9e4c647edef9d745af68321436007b4f5.tar.gz
px4-nuttx-9e91dba9e4c647edef9d745af68321436007b4f5.tar.bz2
px4-nuttx-9e91dba9e4c647edef9d745af68321436007b4f5.zip
Fix demand-paging compilation errors
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2879 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO14
1 files changed, 13 insertions, 1 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index 64030cb64..7ff4dbdd6 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -1,7 +1,8 @@
-NuttX TODO List (Last updated August 12, 2010)
+NuttX TODO List (Last updated August 21, 2010)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(5) Task/Scheduler (sched/)
+ (1) On-demand paging (sched/)
(2) Memory Managment (mm/)
(1) Signals (sched/, arch/)
(1) pthreads (sched/)
@@ -64,6 +65,17 @@ o Task/Scheduler (sched/)
Priority: Medium, required for standard compliance (but makes the
code bigger)
+o On-demand paging (sched/)
+ ^^^^^^^^^^^^^^^^^^^^^^^^^
+
+ Description: On-demand paging has recently been incorporated into the RTOS.
+ The design of this feature is described here:
+ http://www.nuttx.org/NuttXDemandPaging.html.
+ As of this writing, the feature is incomplete and untested.
+ It should not be enabled!
+ Status: Open, in work
+ Priority: Medium-Low
+
o Memory Managment (mm/)
^^^^^^^^^^^^^^^^^^^^^^