diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index cfb85a55e9..6552e9510f 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -180,7 +180,7 @@
- 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 SourceForge website.
diff --git a/TODO b/TODO index 185bcfb441..54d40060fd 100644 --- a/TODO +++ b/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