summaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-12-31 15:45:58 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-12-31 15:45:58 +0000
commitd63b9bf5f59c5d16a3e9e5dffe50a9bbbb453c19 (patch)
treec76395b9d789715f198ad824844d10cb315791c7 /nuttx/TODO
parenta3124243d36a5729304fd2822efca8c96a6f5c6f (diff)
downloadpx4-nuttx-d63b9bf5f59c5d16a3e9e5dffe50a9bbbb453c19.tar.gz
px4-nuttx-d63b9bf5f59c5d16a3e9e5dffe50a9bbbb453c19.tar.bz2
px4-nuttx-d63b9bf5f59c5d16a3e9e5dffe50a9bbbb453c19.zip
Add z80 signals
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@472 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO9
1 files changed, 7 insertions, 2 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index 57c3de98b..a6e21812a 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -8,7 +8,7 @@ NuttX TODO List (Last updated December 13, 2007)
(1) C++ Support
(10) Network (net/, netutils/)
(2) USB (drivers/usbdev)
- (2) Libraries (lib/)
+ (3) Libraries (lib/)
(2) File system (fs/, drivers/)
(2) Documentation (Documentation/)
(3) Build system
@@ -194,7 +194,12 @@ o Libraries (lib/)
work as it should. This is because the underlying
representation of the environment is not an arry of pointers.
Status: Open
- Priority: Mediam
+ Priority: Medium
+
+ Description: There are two different copies of getenv(): One in
+ sched/env_getenv.c and one in lib/lib_getenv(). Keep one.
+ Status: Open
+ Priority: Low
o File system (fs/, drivers/)
^^^^^^^^^^^^^^^^^^^^^^^^^^^