summaryrefslogtreecommitdiff
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
commitf1c2ce14060e4442dd59f6fa89e02b23c2d3989d (patch)
treeaa81a018000664e46a2c0cf81c6d71cf42c1e9aa /apps/examples/README.txt
parent6cafdad8d539bbfbe2a516e46fe41549b8a6b68a (diff)
downloadnuttx-f1c2ce14060e4442dd59f6fa89e02b23c2d3989d.tar.gz
nuttx-f1c2ce14060e4442dd59f6fa89e02b23c2d3989d.tar.bz2
nuttx-f1c2ce14060e4442dd59f6fa89e02b23c2d3989d.zip
ARM and ARMv7-M ELF support; STM32F4Discovery ELF loader test configuration
git-svn-id: svn://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