summaryrefslogtreecommitdiff
path: root/nuttx/configs
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-05-12 18:07:05 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-05-12 18:07:05 +0000
commitba570ed8d8fdc4e110a0f6df0f38b322f97b6b0f (patch)
tree62079f698248e7265c9d6f7cc59719e76a327326 /nuttx/configs
parent9e52f60313290f0b6e17551e825094c117909690 (diff)
downloadpx4-nuttx-ba570ed8d8fdc4e110a0f6df0f38b322f97b6b0f.tar.gz
px4-nuttx-ba570ed8d8fdc4e110a0f6df0f38b322f97b6b0f.tar.bz2
px4-nuttx-ba570ed8d8fdc4e110a0f6df0f38b322f97b6b0f.zip
Modify standard header files to work with RGMP
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3596 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs')
-rw-r--r--nuttx/configs/README.txt5
-rw-r--r--nuttx/configs/rgmp/default/defconfig3
-rw-r--r--nuttx/configs/rgmp/nsh/defconfig3
3 files changed, 11 insertions, 0 deletions
diff --git a/nuttx/configs/README.txt b/nuttx/configs/README.txt
index cf4f61cff..88b368907 100644
--- a/nuttx/configs/README.txt
+++ b/nuttx/configs/README.txt
@@ -485,6 +485,11 @@ defconfig -- This is a configuration file similar to the Linux
CONFIG_ARCH_STRNCPY, CONFIG_ARCH_STRLEN, CONFIG_ARCH_STRNLEN
CONFIG_ARCH_BZERO
+ The architecture may provide custom versions of certain
+ standard header files:
+
+ CONFIG_ARCH_MATH_H, CONFIG_ARCH_STDBOOL_H, CONFIG_ARCH_STDINT_H
+
Sizes of configurable things (0 disables)
CONFIG_MAX_TASKS - The maximum number of simultaneously
diff --git a/nuttx/configs/rgmp/default/defconfig b/nuttx/configs/rgmp/default/defconfig
index 0f744c73d..13b304767 100644
--- a/nuttx/configs/rgmp/default/defconfig
+++ b/nuttx/configs/rgmp/default/defconfig
@@ -188,6 +188,9 @@ CONFIG_ARCH_STRNCPY=y
CONFIG_ARCH_STRLEN=y
CONFIG_ARCH_STRNLEN=y
CONFIG_ARCH_BZERO=n
+CONFIG_ARCH_MATH_H=y
+CONFIG_ARCH_STDINT_H=y
+CONFIG_ARCH_STDBOOL_H=y
#
# General build options
diff --git a/nuttx/configs/rgmp/nsh/defconfig b/nuttx/configs/rgmp/nsh/defconfig
index 68d361a09..578b053df 100644
--- a/nuttx/configs/rgmp/nsh/defconfig
+++ b/nuttx/configs/rgmp/nsh/defconfig
@@ -188,6 +188,9 @@ CONFIG_ARCH_STRNCPY=y
CONFIG_ARCH_STRLEN=y
CONFIG_ARCH_STRNLEN=y
CONFIG_ARCH_BZERO=n
+CONFIG_ARCH_MATH_H=y
+CONFIG_ARCH_STDINT_H=y
+CONFIG_ARCH_STDBOOL_H=y
#
# General build options