summaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-09-08 01:53:23 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-09-08 01:53:23 +0000
commit39c73f5ba7ed3d77b76be2a46fe2743f4d5a3fbc (patch)
tree93781493ed521a7d18a95cfbca03132b10ed436d /nuttx/TODO
parentca87abf1184378a5cab38f15a0cb8c3a2a8d60df (diff)
downloadpx4-nuttx-39c73f5ba7ed3d77b76be2a46fe2743f4d5a3fbc.tar.gz
px4-nuttx-39c73f5ba7ed3d77b76be2a46fe2743f4d5a3fbc.tar.bz2
px4-nuttx-39c73f5ba7ed3d77b76be2a46fe2743f4d5a3fbc.zip
Prep for 5.10 releasenuttx-5.10
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2928 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO14
1 files changed, 9 insertions, 5 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index 7ff4dbdd6..22597af6b 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -1,5 +1,5 @@
-NuttX TODO List (Last updated August 21, 2010)
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+NuttX TODO List (Last updated September 6, 2010)
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(5) Task/Scheduler (sched/)
(1) On-demand paging (sched/)
@@ -70,9 +70,13 @@ 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!
+ http://www.nuttx.org/NuttXDemandPaging.html.
+ As of this writing, the basic feature implementation is
+ complete and much of the logic has been verified. The test
+ harness for the feature exists only for the NXP LPC3131 (see
+ configs/ea3131/pgnsh and locked directories). There are
+ some limitations of this testing so I still cannot say that
+ the feature is fully functional.
Status: Open, in work
Priority: Medium-Low