summaryrefslogtreecommitdiff
path: root/nuttx/Documentation
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-11-17 12:08:25 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-11-17 12:08:25 +0000
commitc021964a6bd0319748457772ce8179935f54bbf7 (patch)
treeebc47002688ada2b15b6f3fbbb0a43f1922841b3 /nuttx/Documentation
parent4f3a80e30cf925912316179463f7f1288bd0aac8 (diff)
downloadpx4-nuttx-c021964a6bd0319748457772ce8179935f54bbf7.tar.gz
px4-nuttx-c021964a6bd0319748457772ce8179935f54bbf7.tar.bz2
px4-nuttx-c021964a6bd0319748457772ce8179935f54bbf7.zip
Fix error in timer_settime()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3117 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation')
-rw-r--r--nuttx/Documentation/NuttX.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html
index a7d04ce99..77473f253 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: November 11, 2010</p>
+ <p>Last Updated: November 17, 2010</p>
</td>
</tr>
</table>
@@ -1986,6 +1986,9 @@ nuttx-5.14 2010-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;
verify the LPC17xx ethernet driver currently under development.
* arch/arm/src/lpc17xx/lpc17xx_ethernet.c/.h - Began development of
the LPC17xx Ethernet driver.
+ * sched/timer_settime.c - Fix an error in set-up of one-shot timer. It was
+ using the repititive timer value (which is zero in the one-shot case,
+ always resulting in a 10Ms timer! Found and fixed by Wilton Tong.
pascal-2.1 2010-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;