summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttxPortingGuide.html
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-12-17 14:43:31 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-12-17 14:43:31 +0000
commit14a5bc69504838d858fbb9981c9171d9fd625f10 (patch)
tree6b0d22d8b656818e6ec7414e329f73a9f1d7adbf /nuttx/Documentation/NuttxPortingGuide.html
parent3dfe9f3ba541f759e690bc112cb9025737970d5a (diff)
downloadpx4-nuttx-14a5bc69504838d858fbb9981c9171d9fd625f10.tar.gz
px4-nuttx-14a5bc69504838d858fbb9981c9171d9fd625f10.tar.bz2
px4-nuttx-14a5bc69504838d858fbb9981c9171d9fd625f10.zip
Integrate PATH traversal logic and binary format logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5441 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation/NuttxPortingGuide.html')
-rw-r--r--nuttx/Documentation/NuttxPortingGuide.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/nuttx/Documentation/NuttxPortingGuide.html b/nuttx/Documentation/NuttxPortingGuide.html
index 0ed46cba1..5361a2866 100644
--- a/nuttx/Documentation/NuttxPortingGuide.html
+++ b/nuttx/Documentation/NuttxPortingGuide.html
@@ -12,7 +12,7 @@
<h1><big><font color="#3c34ec">
<i>NuttX RTOS Porting Guide</i>
</font></big></h1>
- <p>Last Updated: December 11, 2012</p>
+ <p>Last Updated: December 17, 2012</p>
</td>
</tr>
</table>
@@ -4164,6 +4164,12 @@ build
This logic may be suppressed be defining this setting.
</li>
<li>
+ <code>CONFIG_BINFMT_EXEPATH</code>: Use the contents of the <code>PATH</code> environment variable to locate executable files. Default: n
+ </li>
+ <li>
+ <code>CONFIG_PATH_INITIAL</code>: The initial value of the <code>PATH</code> variable. This is the colon-separated list of absolute paths. E.g., <code>&quot;/bin:/usr/bin:/sbin&quot;</code>
+ </li>
+ <li>
<code>CONFIG_BINFMT_CONSTRUCTORS</code>: Build in support for C++ constructors in loaded modules.
</li>
<li>