summaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-12-06 00:19:50 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-12-06 00:19:50 +0000
commit9bb66d29206b075ed5e61e9c51bacdcc7758432f (patch)
tree905ac4624438a87c0facd91507df8795ec6d9cc7 /nuttx/TODO
parentd80abb394a7c0fbcf824f84ed61a061b2af8e86c (diff)
downloadpx4-nuttx-9bb66d29206b075ed5e61e9c51bacdcc7758432f.tar.gz
px4-nuttx-9bb66d29206b075ed5e61e9c51bacdcc7758432f.tar.bz2
px4-nuttx-9bb66d29206b075ed5e61e9c51bacdcc7758432f.zip
Add FTL logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2307 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO23
1 files changed, 21 insertions, 2 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index cf890b0f2..9fab01288 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -1,4 +1,4 @@
-NuttX TODO List (Last updated November 29, 2009)
+NuttX TODO List (Last updated December 5, 2009)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(5) Task/Scheduler (sched/)
@@ -11,7 +11,7 @@ NuttX TODO List (Last updated November 29, 2009)
(4) Network Utilities (netutils/)
(1) USB (drivers/usbdev)
(5) Libraries (lib/)
- (8) File system/Generic drivers (fs/, drivers/)
+ (11) File system/Generic drivers (fs/, drivers/)
(2) Graphics subystem (graphics/)
(1) Pascal add-on (pcode/)
(1) Documentation (Documentation/)
@@ -359,6 +359,25 @@ o File system / Generic drivers (fs/, drivers/)
Status: Open
Priority: Low
+ Description: Block driver read-ahead buffer and write buffer support is
+ implemented but not yet tested.
+ Status: Open
+ Priority: Low
+
+ Description: The drivers/mmcsd/mmcsd_sdio.c driver has hooks in place to
+ support read-ahead buffering and write buffering, but the logic
+ is incomplete and untested.
+ Status: Open
+ Priority: Low
+
+ Description: A FLASH translation layer (FTL) has been implemented at
+ drivers/mtd/ftl.c but has not yet been tested. This layer
+ will convert a FLASH MTD interface into a block driver that
+ can be used with any file system. Good performance of this
+ layer will depend upon functioning write buffer support!
+ Status: Open
+ Priority: Low
+
o Graphics subystem (graphics/)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^