From a4e581dcc17aac08ba588e4ced3918d0fb3c28d9 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 28 Apr 2007 20:05:36 +0000 Subject: 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 --- nuttx/configs/README.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'nuttx/configs/README.txt') 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 -- cgit v1.2.3