summaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-08-01 00:22:09 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-08-01 00:22:09 +0000
commit081297ae419d1986ef51d7b4326f3573004b04e8 (patch)
tree1978b45603e5ff8be84c3c97d7f2a15da7e97d7f /nuttx/TODO
parentad910059a7501d0f9f7b5f722258cb902c64eb15 (diff)
downloadpx4-nuttx-081297ae419d1986ef51d7b4326f3573004b04e8.tar.gz
px4-nuttx-081297ae419d1986ef51d7b4326f3573004b04e8.tar.bz2
px4-nuttx-081297ae419d1986ef51d7b4326f3573004b04e8.zip
Need to call driver close() method on exit
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@792 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO6
1 files changed, 0 insertions, 6 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index bc9187550..66399c13f 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -242,12 +242,6 @@ o File system / Generic drivers (fs/, drivers/)
when there are not open references to the pipe/FIFO.
Priority: Medium
- Desccripton: dup and dup2 need to call into driver. Most drivers
- will maintain internal open counts. dup and dup2 logically
- increase the open count but do not interact with the driver
- Status: Open
- Priority: Medium
-
o Pascal Add-On (pcode/)
^^^^^^^^^^^^^^^^^^^^^^