aboutsummaryrefslogtreecommitdiff
path: root/nuttx/Kconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-28 18:42:09 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-28 18:42:09 +0000
commit0e190d4cf7f3d151592414d8bc3d3eaf77e0b0e8 (patch)
tree73b8411e1d00ef6df3dd5fa2ed717241174ae14b /nuttx/Kconfig
parent5b7a650b16980bb2a395fa76df170d8948da72a9 (diff)
downloadpx4-firmware-0e190d4cf7f3d151592414d8bc3d3eaf77e0b0e8.tar.gz
px4-firmware-0e190d4cf7f3d151592414d8bc3d3eaf77e0b0e8.tar.bz2
px4-firmware-0e190d4cf7f3d151592414d8bc3d3eaf77e0b0e8.zip
lib/math files not follow coding standard; float, double, and long double versions in separate files to reduce size of dumb link
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5270 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Kconfig')
-rw-r--r--nuttx/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/nuttx/Kconfig b/nuttx/Kconfig
index 8239dec02..2d5b9e585 100644
--- a/nuttx/Kconfig
+++ b/nuttx/Kconfig
@@ -192,6 +192,17 @@ config ARCH_MATH_H
that don't select ARCH_MATH_H, the redirecting math.h header file
will stay out-of-the-way in include/nuttx/.
+config ARCH_FLOAT_H
+ bool "float.h"
+ default n
+ ---help---
+ The float.h header file defines the properties of your floating
+ point implementation. It would always be best to use your
+ toolchain's float.h header file but if none is avaiable, a default
+ float.h header file will provided if this option is selected. However
+ there is no assurance that the settings in this float.h are actually
+ correct for your platform!
+
config ARCH_STDARG_H
bool "stdarg.h"
default n