aboutsummaryrefslogtreecommitdiff
path: root/nuttx/configs/stm32f4discovery
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-27 13:57:17 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-27 13:57:17 +0000
commit54aa38368612e70a846674ceae13fe19677c01dc (patch)
treea3d4ab02123a02b104501bd7ee3efb7e0f1f4b30 /nuttx/configs/stm32f4discovery
parent1f1319f25bc2461eb8970ba0345768df440166ef (diff)
downloadpx4-firmware-54aa38368612e70a846674ceae13fe19677c01dc.tar.gz
px4-firmware-54aa38368612e70a846674ceae13fe19677c01dc.tar.bz2
px4-firmware-54aa38368612e70a846674ceae13fe19677c01dc.zip
Support for relays on the Shenzhou board (Darcy Gong)
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5266 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/stm32f4discovery')
-rw-r--r--nuttx/configs/stm32f4discovery/README.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/nuttx/configs/stm32f4discovery/README.txt b/nuttx/configs/stm32f4discovery/README.txt
index e8f0ae166..57db94e1e 100644
--- a/nuttx/configs/stm32f4discovery/README.txt
+++ b/nuttx/configs/stm32f4discovery/README.txt
@@ -1007,7 +1007,12 @@ Where <subdir> is one of the following:
3. By default, this project assumes that you are *NOT* using the DFU
bootloader.
- 4. This configuration requires that you have the genromfs tool installed
+ 4. It appears that you cannot excute from CCM RAM. This is why the
+ following definition appears in the defconfig file:
+
+ CONFIG_STM32_CCMEXCLUDE=y
+
+ 5. This configuration requires that you have the genromfs tool installed
on your system and that you have the full path to the installed genromfs
executable in PATH variable (see apps/examples/README.txt)