summaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-07-26 20:47:39 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-07-26 20:47:39 +0000
commit2521b18e3dbb7c284e1e92450a868051dc7d2c6b (patch)
tree67c3d4005d6c05f7fae0819ef3a98cacf08c92d3 /nuttx/TODO
parent89a863031f2f29a1892822efa3ec2cb60ae86dfd (diff)
downloadpx4-nuttx-2521b18e3dbb7c284e1e92450a868051dc7d2c6b.tar.gz
px4-nuttx-2521b18e3dbb7c284e1e92450a868051dc7d2c6b.tar.bz2
px4-nuttx-2521b18e3dbb7c284e1e92450a868051dc7d2c6b.zip
Fix counting error
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@785 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO8
1 files changed, 7 insertions, 1 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index 89f406389..915c74310 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -10,7 +10,7 @@ NuttX TODO List (Last updated February 13, 2008)
(11) Network (net/, netutils/)
(2) USB (drivers/usbdev)
(3) Libraries (lib/)
- (3) File system/Generic drivers (fs/, drivers/)
+ (4) File system/Generic drivers (fs/, drivers/)
(1) Pascal add-on (pcode/)
(2) Documentation (Documentation/)
(3) Build system
@@ -233,6 +233,12 @@ o File system / Generic drivers (fs/, drivers/)
Status: Open
Priority: Medium
+ Description: There is no way to remove a FIFO or PIPE created in the
+ psuedo filesystem. Once created, they persist indefinitely
+ and cannot be unlinked.
+ Status: Open
+ Priority: Medium
+
o Pascal Add-On (pcode/)
^^^^^^^^^^^^^^^^^^^^^^