aboutsummaryrefslogtreecommitdiff
path: root/nuttx/configs/sim
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-31 22:36:47 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-31 22:36:47 +0000
commit683e54b85fbd8641998c422eca33227755181f0f (patch)
tree5505eeea55045fedaf321785292d9e1e590745f3 /nuttx/configs/sim
parent25136e9a50d400c71e92ce281eddad0494f29fb2 (diff)
downloadpx4-firmware-683e54b85fbd8641998c422eca33227755181f0f.tar.gz
px4-firmware-683e54b85fbd8641998c422eca33227755181f0f.tar.bz2
px4-firmware-683e54b85fbd8641998c422eca33227755181f0f.zip
Fix DRAM size in STM32f4discovery defconfig files
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5286 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/sim')
-rw-r--r--nuttx/configs/sim/README.txt9
1 files changed, 7 insertions, 2 deletions
diff --git a/nuttx/configs/sim/README.txt b/nuttx/configs/sim/README.txt
index 5583b2312..bc8173fcf 100644
--- a/nuttx/configs/sim/README.txt
+++ b/nuttx/configs/sim/README.txt
@@ -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