summaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-09-12 15:54:20 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-09-12 15:54:20 +0000
commit725491fe0e537bfee94f143d5e6162a65d9bfaf4 (patch)
tree4fbcec88e1f2405098e9585494b3ed25a9b52a7a /nuttx/TODO
parenta5f37cc14a8d0134153cb52bce522868cfd83e9d (diff)
downloadpx4-nuttx-725491fe0e537bfee94f143d5e6162a65d9bfaf4.tar.gz
px4-nuttx-725491fe0e537bfee94f143d5e6162a65d9bfaf4.tar.bz2
px4-nuttx-725491fe0e537bfee94f143d5e6162a65d9bfaf4.zip
Add mmap() API
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@916 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO8
1 files changed, 7 insertions, 1 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index 1fde6da6f..cc4071b47 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -10,7 +10,7 @@ NuttX TODO List (Last updated July 31, 2008)
(12) Network (net/, netutils/)
(2) USB (drivers/usbdev)
(3) Libraries (lib/)
- (4) File system/Generic drivers (fs/, drivers/)
+ (5) File system/Generic drivers (fs/, drivers/)
(1) Pascal add-on (pcode/)
(2) Documentation (Documentation/)
(3) Build system
@@ -250,6 +250,12 @@ o File system / Generic drivers (fs/, drivers/)
when there are not open references to the pipe/FIFO.
Priority: Medium
+ Description: The ROMFS file system does not verify checksums on either
+ volume header on on the individual files.
+ Status: Open
+ Priority: Low. I have mixed feelings about if NuttX should pay a
+ performance penalty for better data integrity.
+
o Pascal Add-On (pcode/)
^^^^^^^^^^^^^^^^^^^^^^