Fix DRAM size in STM32f4discovery defconfig files
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5286 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
5995fac8d0
commit
063980cca9
@ -192,7 +192,7 @@ cxxtest
|
||||
|
||||
Description
|
||||
-----------
|
||||
The C++ statndard libary test at apps/examples/cxxtest configuration. This
|
||||
The C++ standard libary test at apps/examples/cxxtest configuration. This
|
||||
test is used to verify the uClibc++ port to NuttX. This configuration may
|
||||
be selected as follows:
|
||||
|
||||
@ -201,7 +201,12 @@ cxxtest
|
||||
|
||||
NOTES
|
||||
-----
|
||||
1. This configuration uses the mconf-based configuration tool. To
|
||||
1. Before you can use this example, you must first install the uClibc++
|
||||
C++ library. This is located outside of the NuttX source tree at
|
||||
misc/uClibc++ in SVN. See the README.txt file for instructions on
|
||||
how to install uClibc++
|
||||
|
||||
2. This configuration uses the mconf-based configuration tool. To
|
||||
change this configuration using that tool, you should:
|
||||
|
||||
a. Build and install the mconf tool. See nuttx/README.txt and
|
||||
|
@ -197,7 +197,7 @@ CONFIG_ARCH_STACKDUMP=y
|
||||
# Board Settings
|
||||
#
|
||||
CONFIG_DRAM_START=0x20000000
|
||||
CONFIG_DRAM_SIZE=196608
|
||||
CONFIG_DRAM_SIZE=114688
|
||||
CONFIG_ARCH_HAVE_INTERRUPTSTACK=y
|
||||
CONFIG_ARCH_INTERRUPTSTACK=0
|
||||
|
||||
|
@ -43,7 +43,7 @@ CONFIG_ARCH_CHIP_STM32F407VG=y
|
||||
CONFIG_ARCH_BOARD="stm32f4discovery"
|
||||
CONFIG_ARCH_BOARD_STM32F4_DISCOVERY=y
|
||||
CONFIG_BOARD_LOOPSPERMSEC=16717
|
||||
CONFIG_DRAM_SIZE=196608
|
||||
CONFIG_DRAM_SIZE=114688
|
||||
CONFIG_DRAM_START=0x20000000
|
||||
CONFIG_ARCH_IRQPRIO=y
|
||||
CONFIG_ARCH_FPU=n
|
||||
|
@ -43,7 +43,7 @@ CONFIG_ARCH_CHIP_STM32F407VG=y
|
||||
CONFIG_ARCH_BOARD="stm32f4discovery"
|
||||
CONFIG_ARCH_BOARD_STM32F4_DISCOVERY=y
|
||||
CONFIG_BOARD_LOOPSPERMSEC=16717
|
||||
CONFIG_DRAM_SIZE=196608
|
||||
CONFIG_DRAM_SIZE=114688
|
||||
CONFIG_DRAM_START=0x20000000
|
||||
CONFIG_ARCH_IRQPRIO=y
|
||||
CONFIG_ARCH_FPU=n
|
||||
|
@ -196,7 +196,7 @@ CONFIG_ARCH_STACKDUMP=y
|
||||
# Board Settings
|
||||
#
|
||||
CONFIG_DRAM_START=0x20000000
|
||||
CONFIG_DRAM_SIZE=196608
|
||||
CONFIG_DRAM_SIZE=114688
|
||||
CONFIG_ARCH_HAVE_INTERRUPTSTACK=y
|
||||
CONFIG_ARCH_INTERRUPTSTACK=0
|
||||
|
||||
|
@ -43,7 +43,7 @@ CONFIG_ARCH_CHIP_STM32F407VG=y
|
||||
CONFIG_ARCH_BOARD="stm32f4discovery"
|
||||
CONFIG_ARCH_BOARD_STM32F4_DISCOVERY=y
|
||||
CONFIG_BOARD_LOOPSPERMSEC=16717
|
||||
CONFIG_DRAM_SIZE=196608
|
||||
CONFIG_DRAM_SIZE=114688
|
||||
CONFIG_DRAM_START=0x20000000
|
||||
CONFIG_ARCH_IRQPRIO=y
|
||||
CONFIG_ARCH_FPU=n
|
||||
|
Loading…
Reference in New Issue
Block a user