summaryrefslogtreecommitdiff
path: root/nuttx/configs/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-04-28 20:05:36 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-04-28 20:05:36 +0000
commita4e581dcc17aac08ba588e4ced3918d0fb3c28d9 (patch)
tree5fece6543f3f08f86325f266bebdb4f0a3095d4f /nuttx/configs/README.txt
parentcfa89740728582ffd77b868c732c45cef8c20ea9 (diff)
downloadpx4-nuttx-a4e581dcc17aac08ba588e4ced3918d0fb3c28d9.tar.gz
px4-nuttx-a4e581dcc17aac08ba588e4ced3918d0fb3c28d9.tar.bz2
px4-nuttx-a4e581dcc17aac08ba588e4ced3918d0fb3c28d9.zip
Changes to use the common ARM directory under arch/arm
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@188 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/README.txt')
-rw-r--r--nuttx/configs/README.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/nuttx/configs/README.txt b/nuttx/configs/README.txt
index ac1565f84..5c13d7693 100644
--- a/nuttx/configs/README.txt
+++ b/nuttx/configs/README.txt
@@ -112,6 +112,12 @@ defconfig -- This is a configuration file similar to the Linux
hence, the board that supports the particular chip or SoC.
CONFIG_ARCH_BOARD_name - For use in C code
+ Some architectures require a description of the the RAM configuration:
+
+ CONFIG_DRAM_SIZE - Describes the installed DRAM.
+ CONFIG_DRAM_START - The start address of DRAM (physical)
+ CONFIG_DRAM_VSTART - The startaddress of DRAM (virtual)
+
General OS setup
CONFIG_EXAMPLE - identifies the subdirectory in examples