summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttX.html
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-05-08 03:10:51 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-05-08 03:10:51 +0000
commit50b7bdacbd6d4af3bb3128c038e4e0e2cd0d50df (patch)
tree4ecda8d995277191f4a8545ce758b5cd1cc4b9c5 /nuttx/Documentation/NuttX.html
parent56651d825a6651d0f70ec59d798c5d7f584786d1 (diff)
downloadpx4-nuttx-50b7bdacbd6d4af3bb3128c038e4e0e2cd0d50df.tar.gz
px4-nuttx-50b7bdacbd6d4af3bb3128c038e4e0e2cd0d50df.tar.bz2
px4-nuttx-50b7bdacbd6d4af3bb3128c038e4e0e2cd0d50df.zip
Add floating point support to printf
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2656 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation/NuttX.html')
-rw-r--r--nuttx/Documentation/NuttX.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html
index 58afda7b5..798726f26 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: May 6, 2010</p>
+ <p>Last Updated: May 7, 2010</p>
</td>
</tr>
</table>
@@ -1722,6 +1722,11 @@ nuttx-5.5 2010-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;
LM3S6965
* configs/lm3s6965-ek - Add configuration for Stellaris LM3S6965
Evaluation Kit.
+ * lib/lib_dtoa.c and lib/lib_dtoa.c - printf will not printf floating
+ point values if you select CONFIG_LIBC_FLOATINGPOINT in your
+ configuration file. Contributed by Yolande Cates. NOTE: these
+ floating point operations have not been well tested and may not
+ be portable to all floating point implementations.
pascal-2.1 2010-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;