summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttxPortingGuide.html
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-05-12 20:11:20 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-05-12 20:11:20 +0000
commit08c467a27d6f1e94aefdac3d204e67028d920b8e (patch)
treef8852e212fb262f355182db0cd8762e77b710241 /nuttx/Documentation/NuttxPortingGuide.html
parent07ee7f7644cffc054c80e3e6a1963b495767b4c2 (diff)
downloadpx4-nuttx-08c467a27d6f1e94aefdac3d204e67028d920b8e.tar.gz
px4-nuttx-08c467a27d6f1e94aefdac3d204e67028d920b8e.tar.bz2
px4-nuttx-08c467a27d6f1e94aefdac3d204e67028d920b8e.zip
Add configuration option to select VFAT
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@217 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation/NuttxPortingGuide.html')
-rw-r--r--nuttx/Documentation/NuttxPortingGuide.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/Documentation/NuttxPortingGuide.html b/nuttx/Documentation/NuttxPortingGuide.html
index 893888bee..a209146e2 100644
--- a/nuttx/Documentation/NuttxPortingGuide.html
+++ b/nuttx/Documentation/NuttxPortingGuide.html
@@ -1123,6 +1123,8 @@ The system can be re-made subsequently by just typing <code>make</code>.
the particular chip or SoC.</li>
<li><code>CONFIG_ARCH_BOARD_name</code>:
For use in C code</li>
+ <li><code>CONFIG_ENDIAN_BIG</code>:
+ Define if big endian (default is little endian).</li>
</ul>
<p>