summaryrefslogtreecommitdiff
path: root/nuttx/Documentation
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-09-16 21:45:41 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-09-16 21:45:41 +0000
commit7fd98a9d90f01172ce456487219ce9e10814fafc (patch)
treeaf336946c13d09f6f7ddff2d1a40ba13511b2a04 /nuttx/Documentation
parent48de33cb61458f3f546fd0a68a39b23c1a040a14 (diff)
downloadpx4-nuttx-7fd98a9d90f01172ce456487219ce9e10814fafc.tar.gz
px4-nuttx-7fd98a9d90f01172ce456487219ce9e10814fafc.tar.bz2
px4-nuttx-7fd98a9d90f01172ce456487219ce9e10814fafc.zip
Add support for Intel Hex format output
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@922 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation')
-rw-r--r--nuttx/Documentation/NuttX.html1
-rw-r--r--nuttx/Documentation/NuttxPortingGuide.html6
2 files changed, 6 insertions, 1 deletions
diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html
index 6d7774dec..bf0082c43 100644
--- a/nuttx/Documentation/NuttX.html
+++ b/nuttx/Documentation/NuttX.html
@@ -1107,6 +1107,7 @@ nuttx-0.3.15 2008-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;
In Place (XIP) support.
* Add mmap() API with restricted capability (only for XIP support)
* Extend ROMFS test at /examples/romfs to verify mmap() and XIP support.
+ * Add support for Intel Hex format output using objcopy
pascal-0.1.3 2008-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;
diff --git a/nuttx/Documentation/NuttxPortingGuide.html b/nuttx/Documentation/NuttxPortingGuide.html
index d9bb8a662..2693f1941 100644
--- a/nuttx/Documentation/NuttxPortingGuide.html
+++ b/nuttx/Documentation/NuttxPortingGuide.html
@@ -1334,7 +1334,11 @@ The system can be re-made subsequently by just typing <code>make</code>.
</p>
<ul>
<li><code>CONFIG_RRLOAD_BINARY</code>:
- Make the rrload binary format used with BSPs from <a href="www.ridgerun.com">ridgerun.com</a>.</li>
+ Make the rrload binary format used with BSPs from <a href="www.ridgerun.com">ridgerun.com</a>
+ using the <code>tools/mkimage.sh</code> script.</li>
+ <li><code>CONFIG_INTELHEX_BINARY</code>:
+ Make the Intel HEX binary format used with many different loaders using the GNU objcopy program
+ Should not be selected if you are not using the GNU toolchain.</li>
<li><code>CONFIG_HAVE_LIBM</code>:
Toolchain supports libm.a</li>
</ul>