summaryrefslogtreecommitdiff
path: root/nuttx/configs/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-01-06 20:46:45 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-01-06 20:46:45 +0000
commit8ec4834055be4c002b810bbbaea773586f3eeeeb (patch)
treeba7521ddf88771a17123b71d0197c66c14ac6e09 /nuttx/configs/README.txt
parent1b7bc5aeea327d47e6f4403121b243e34674c7c5 (diff)
downloadpx4-nuttx-8ec4834055be4c002b810bbbaea773586f3eeeeb.tar.gz
px4-nuttx-8ec4834055be4c002b810bbbaea773586f3eeeeb.tar.bz2
px4-nuttx-8ec4834055be4c002b810bbbaea773586f3eeeeb.zip
Add configuration for toolchains without libm
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@517 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/README.txt')
-rw-r--r--nuttx/configs/README.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/nuttx/configs/README.txt b/nuttx/configs/README.txt
index 60151e243..b3470680a 100644
--- a/nuttx/configs/README.txt
+++ b/nuttx/configs/README.txt
@@ -120,6 +120,13 @@ defconfig -- This is a configuration file similar to the Linux
CONFIG_DRAM_START - The start address of DRAM (physical)
CONFIG_DRAM_VSTART - The startaddress of DRAM (virtual)
+
+ General build options
+
+ CONFIG_RRLOAD_BINARY - make the rrload binary format used with
+ BSPs from www.ridgerun.com
+ CONFIG_HAVE_LIBM - toolchain supports libm.a
+
General OS setup
CONFIG_EXAMPLE - identifies the subdirectory in examples