summaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-17 20:26:34 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-17 20:26:34 +0000
commit2a6cd214ffc212fa6313f4a436a044558135a5b0 (patch)
tree2889e0eab5473618a0c3e7507366e11eb3cfea09 /nuttx/TODO
parente16216be86cc1367e61a151c71e73fb874bbfe23 (diff)
downloadpx4-nuttx-2a6cd214ffc212fa6313f4a436a044558135a5b0.tar.gz
px4-nuttx-2a6cd214ffc212fa6313f4a436a044558135a5b0.tar.bz2
px4-nuttx-2a6cd214ffc212fa6313f4a436a044558135a5b0.zip
CAN driver doesn't support poll() method
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1265 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO8
1 files changed, 6 insertions, 2 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index a8fe15bf6..1380f38fb 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -1,4 +1,4 @@
-NuttX TODO List (Last updated November 13, 2008)
+NuttX TODO List (Last updated November 17, 2008)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(7) Task/Scheduler (sched/)
@@ -10,7 +10,7 @@ NuttX TODO List (Last updated November 13, 2008)
(12) Network (net/, netutils/)
(1) USB (drivers/usbdev)
(3) Libraries (lib/)
- (5) File system/Generic drivers (fs/, drivers/)
+ (6) File system/Generic drivers (fs/, drivers/)
(1) Pascal add-on (pcode/)
(2) Documentation (Documentation/)
(3) Build system
@@ -245,6 +245,10 @@ o File system / Generic drivers (fs/, drivers/)
Status: Open
Priority: Medium
+ Description: At present, the CAN driver does not support the poll() method.
+ Status: Open
+ Priority: Low
+
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. This is actually a more generic