summaryrefslogtreecommitdiffstats
path: root/nuttx/configs/sam3u-ek/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-02-27 19:50:35 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-02-27 19:50:35 +0000
commit9a530cbaa04054fe1a13d5c20fd06a5767428e7e (patch)
tree84593559b23d580c9330f7c2ca516069a166c789 /nuttx/configs/sam3u-ek/README.txt
parent72943247a8ff10bdd2b0953184a291755db1aaed (diff)
Add support for the Atollic Pro toolchain; Change extension .ihx to .hex to be better compatible with most of the rest of the world
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4431 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/configs/sam3u-ek/README.txt')
-rwxr-xr-xnuttx/configs/sam3u-ek/README.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/sam3u-ek/README.txt b/nuttx/configs/sam3u-ek/README.txt
index 872938b6f3..510d2f1e65 100755
--- a/nuttx/configs/sam3u-ek/README.txt
+++ b/nuttx/configs/sam3u-ek/README.txt
@@ -345,8 +345,8 @@ must be is one of the following:
nuttx_user.elf - The pass1 ELF file
nuttx - The pass2 ELF file
- nuttx_user.ihx - The pass1 Intel HEX format file
- nuttx.ihx - The pass2 Intel HEX file
+ nuttx_user.hex - The pass1 Intel HEX format file
+ nuttx.hex - The pass2 Intel HEX file
The J-Link program will except files in .hex, .mot, .srec, and .bin
formats.