summaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-05-27 21:44:20 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-05-27 21:44:20 +0000
commit2547315d49a4ee9f2fc61d54260a8b1f37f33cbd (patch)
tree56cf83810b788b5aa43d845ce3f4842275ed0e3c /nuttx/TODO
parent541f8a338b93b1d1cc58573765de286cf441ee6f (diff)
downloadpx4-nuttx-2547315d49a4ee9f2fc61d54260a8b1f37f33cbd.tar.gz
px4-nuttx-2547315d49a4ee9f2fc61d54260a8b1f37f33cbd.tar.bz2
px4-nuttx-2547315d49a4ee9f2fc61d54260a8b1f37f33cbd.zip
Fix FAT32 bug
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1829 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO7
1 files changed, 1 insertions, 6 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index 679077b22..6f3c9f809 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -10,7 +10,7 @@ NuttX TODO List (Last updated April 12, 2009)
(12) Network (net/, netutils/)
(1) USB (drivers/usbdev)
(4) Libraries (lib/)
- (6) File system/Generic drivers (fs/, drivers/)
+ (7) File system/Generic drivers (fs/, drivers/)
(2) Graphics subystem (graphics/)
(1) Pascal add-on (pcode/)
(0) Documentation (Documentation/)
@@ -289,11 +289,6 @@ o File system / Generic drivers (fs/, drivers/)
Priority: Low. I have mixed feelings about if NuttX should pay a
performance penalty for better data integrity.
- Description: FAT: FAT32 is untested -- because I don't have any large
- enough devices yet to support a FAT32 FS.
- Status: Open
- Priority: Medium
-
Description: The simple SPI based MMCS/SD driver in fs/mmcsd does not
yet handle multiple block transfers.
Status: Open