summaryrefslogtreecommitdiffstats
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2007-03-26 16:47:17 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2007-03-26 16:47:17 +0000
commit17319ea6d283ade272e45dc7283508de280cb406 (patch)
tree449ad4c5decd48591605264d1a881a4b81b9bdce /nuttx/TODO
parentaa7f43441968f20710a1772597b86cef11c726d9 (diff)
Create a place to hold board specific header files
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@146 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO1
1 files changed, 0 insertions, 1 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index cd6e9b85ee..9f83c3e42e 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -9,7 +9,6 @@ Task/Scheduler
- Implement sys/mman.h and functions
- Implement sys/wait.h and functions
- Implement priority inheritance
-- Implement vfork(). Could be tricky because of stack references.
- Make the system timer frequency configurable via defconfig. See:
_POSIX_CLOCKRES_MIN in limits.h
CLK_TCK in time.h