9
0
Fork 0

CAN driver doesn't support poll() method

git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@1265 7fd9a85b-ad96-42d3-883c-3090e2eb8679
This commit is contained in:
patacongo 2008-11-17 20:26:34 +00:00
parent dc53461980
commit bdacaaed89
1 changed files with 6 additions and 2 deletions

View File

@ -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