From e4922667b2a13df12997bb2f039304adfc2bcd04 Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 17 Nov 2008 20:26:34 +0000 Subject: [PATCH] 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 --- TODO | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index a8fe15bf64..1380f38fb2 100644 --- a/TODO +++ b/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