summaryrefslogtreecommitdiff
path: root/nuttx/configs/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-03-14 17:54:16 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-03-14 17:54:16 +0000
commitaff5322d8d9bf10f227507321dcc76c6b6ec9055 (patch)
tree5ec50c09a63fe359aef85d271570df5c4d37953f /nuttx/configs/README.txt
parent322c1c68cb1ccd33f4a24a662bc5189fc581d7b9 (diff)
downloadpx4-nuttx-aff5322d8d9bf10f227507321dcc76c6b6ec9055.tar.gz
px4-nuttx-aff5322d8d9bf10f227507321dcc76c6b6ec9055.tar.bz2
px4-nuttx-aff5322d8d9bf10f227507321dcc76c6b6ec9055.zip
Add config to enable floating point support
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2542 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/README.txt')
-rw-r--r--nuttx/configs/README.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/configs/README.txt b/nuttx/configs/README.txt
index 9a74324cb..863cdf52d 100644
--- a/nuttx/configs/README.txt
+++ b/nuttx/configs/README.txt
@@ -282,6 +282,8 @@ defconfig -- This is a configuration file similar to the Linux
CONFIG_NOPRINTF_FIELDWIDTH - sprintf-related logic is a
little smaller if we do not support fieldwidthes
+ CONFIG_LIBC_FLOATINGPOINT - By default, floating point
+ support in printf, sscanf, etc. is disabled.
Allow for architecture optimized implementations