From ae78cafe4aa0bc7a5ee62e8086fb6d536df0549f Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 8 May 2010 03:10:51 +0000 Subject: [PATCH] Add floating point support to printf git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2656 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttX.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 58afda7b588..798726f26dd 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: May 6, 2010

+

Last Updated: May 7, 2010

@@ -1722,6 +1722,11 @@ nuttx-5.5 2010-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> 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 <spudmonkey@racsa.co.cr>