summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttX.html
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-09-29 02:07:39 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-09-29 02:07:39 +0000
commit3db8004bee29227a4b56757b75cdc2e8f80d8dfc (patch)
tree33a41785475808355742363c3f302b61c1f8ee7b /nuttx/Documentation/NuttX.html
parent8ee915f00a125220bb129f6c410e40f331f5d929 (diff)
downloadpx4-nuttx-3db8004bee29227a4b56757b75cdc2e8f80d8dfc.tar.gz
px4-nuttx-3db8004bee29227a4b56757b75cdc2e8f80d8dfc.tar.bz2
px4-nuttx-3db8004bee29227a4b56757b75cdc2e8f80d8dfc.zip
Fix bug in prio inheritance test
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2951 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation/NuttX.html')
-rw-r--r--nuttx/Documentation/NuttX.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html
index afe46fc19..69a99ddc5 100644
--- a/nuttx/Documentation/NuttX.html
+++ b/nuttx/Documentation/NuttX.html
@@ -8,7 +8,7 @@
<tr align="center" bgcolor="#e4e4e4">
<td>
<h1><big><font color="#3c34ec"><i>NuttX RTOS</i></font></big></h1>
- <p>Last Updated: September 11, 2010</p>
+ <p>Last Updated: September 28, 2010</p>
</td>
</tr>
</table>
@@ -1976,6 +1976,8 @@ nuttx-5.11 2010-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;
(see email thread: http://tech.groups.yahoo.com/group/nuttx/message/530)
* drivers/mtd/at45db.c - Add a driver for the Atmel AT45DB161D 4Mbit
SPI FLASH part (untested on initial check-in).
+ * examples/ostest/prioinherit.c - Need to reinitialize globals if
+ test is ran repeatedly in a loop.
pascal-2.1 2010-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;