summaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-11-15 22:37:14 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-11-15 22:37:14 +0000
commit6e1ea39b8e41e8600506bc5325c25969de091ff3 (patch)
tree0506f37ccd6f7779514ea52f38ab89a75f7f0657 /nuttx/TODO
parent4bf2eeec797de1c158143d33c572ef38e6ccc015 (diff)
downloadpx4-nuttx-6e1ea39b8e41e8600506bc5325c25969de091ff3.tar.gz
px4-nuttx-6e1ea39b8e41e8600506bc5325c25969de091ff3.tar.bz2
px4-nuttx-6e1ea39b8e41e8600506bc5325c25969de091ff3.zip
Fix an error in FAT needed for interoperability with Windows when access first entry in root directory
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4093 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO12
1 files changed, 10 insertions, 2 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index 256f67689..a5bf08ace 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -1,4 +1,4 @@
-NuttX TODO List (Last updated October 3, 2011)
+NuttX TODO List (Last updated November 15, 2011)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
This file summarizes known NuttX bugs, limitations, inconsistencies with
@@ -16,7 +16,7 @@ nuttx/
(16) Network (net/, drivers/net)
(2) USB (drivers/usbdev, drivers/usbhost)
(7) Libraries (lib/)
- (9) File system/Generic drivers (fs/, drivers/)
+ (10) File system/Generic drivers (fs/, drivers/)
(2) Graphics subystem (graphics/)
(1) Pascal add-on (pcode/)
(1) Documentation (Documentation/)
@@ -501,6 +501,14 @@ o File system / Generic drivers (fs/, drivers/)
Status: Open
Priority: Medium
+ Description: mkfatfs() does not create the "." directory entry (all directories)
+ or the ".." directory entry (all directories except for the root
+ directory). NuttX doesn't care about these entries, but this will
+ probably make a FAT filesystem formatted on NuttX unusable under
+ Windows.
+ Status: Open
+ Priority: High
+
o Graphics subystem (graphics/)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^