aboutsummaryrefslogtreecommitdiff
path: root/apps/examples/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-26 19:53:20 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-26 19:53:20 +0000
commit7bc6a69f461c9bed82608220960682f3090f742c (patch)
treeaa81a018000664e46a2c0cf81c6d71cf42c1e9aa /apps/examples/README.txt
parent7f2512627e20e6b07ee2cd1f08e8ba9f07f3cb42 (diff)
downloadpx4-firmware-7bc6a69f461c9bed82608220960682f3090f742c.tar.gz
px4-firmware-7bc6a69f461c9bed82608220960682f3090f742c.tar.bz2
px4-firmware-7bc6a69f461c9bed82608220960682f3090f742c.zip
ARM and ARMv7-M ELF support; STM32F4Discovery ELF loader test configuration
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5264 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/examples/README.txt')
-rw-r--r--apps/examples/README.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/examples/README.txt b/apps/examples/README.txt
index 95d49a3fb..bfb92b6b7 100644
--- a/apps/examples/README.txt
+++ b/apps/examples/README.txt
@@ -333,8 +333,8 @@ examples/elf
include the path to the genromfs executable.
3. ELF size: The ELF files in this example are, be default, quite large
- because they include a lot of "build garbage". You can greately reduce the
- size of the ELF binaries are using the objcopy --strip-unneeded command to
+ because they include a lot of "build garbage". You can greatly reduce the
+ size of the ELF binaries are using the 'objcopy --strip-unneeded' command to
remove un-necessary information from the ELF files.
4. Simulator. You cannot use this example with the the NuttX simulator on