summaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-03-22 19:17:38 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-03-22 19:17:38 +0000
commit129bc5e877d91a9372c92ee4afdf212a57449944 (patch)
treeecf21127dafbaf77c2c160cee4d10a481e5da632 /nuttx
parentc57ac050fdbddd89a4c11b9b73a03ca887edd5c7 (diff)
downloadpx4-nuttx-129bc5e877d91a9372c92ee4afdf212a57449944.tar.gz
px4-nuttx-129bc5e877d91a9372c92ee4afdf212a57449944.tar.bz2
px4-nuttx-129bc5e877d91a9372c92ee4afdf212a57449944.zip
update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@123 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx')
-rw-r--r--nuttx/Documentation/NuttX.html2
-rw-r--r--nuttx/TODO4
2 files changed, 4 insertions, 2 deletions
diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html
index cfb85a55e..6552e9510 100644
--- a/nuttx/Documentation/NuttX.html
+++ b/nuttx/Documentation/NuttX.html
@@ -180,7 +180,7 @@
</table>
<p>
- The third release of NuttX (nuttx-0.1.2) is avalable for download
+ The fourth release of NuttX (nuttx-0.2.1) is avalable for download
from the <a href="http://sourceforge.net/project/showfiles.php?group_id=189573">SourceForge</a>
website.
</p>
diff --git a/nuttx/TODO b/nuttx/TODO
index 185bcfb44..54d40060f 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -27,6 +27,9 @@ o pthreads
- pthread_cancel(): Should implemenent cancellation points and pthread_testcancel()
o Libraries
+- There needs to be some kind of mutual exclusion protection on buffered
+ I/O. If two threads try fflush-ing at the same time, there is corruption
+ of the output.
o File system
- This probabaly needs some rethinking.
@@ -71,4 +74,3 @@ o pjrc-8052 / MCS51
sighand.c at 225 and 244
o DM320
-- In progress