summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttxPortingGuide.html
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-06-04 19:15:26 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-06-04 19:15:26 +0000
commit8569625f032e024807637968d3c8fa12f8b93548 (patch)
tree3514711c916c37ee4fcbf98690f4d2d94eddeec1 /nuttx/Documentation/NuttxPortingGuide.html
parent6aca1466f4b8cfe9397a25575c1aa130892d28e0 (diff)
downloadpx4-nuttx-8569625f032e024807637968d3c8fa12f8b93548.tar.gz
px4-nuttx-8569625f032e024807637968d3c8fa12f8b93548.tar.bz2
px4-nuttx-8569625f032e024807637968d3c8fa12f8b93548.zip
Fix HTML error
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2725 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation/NuttxPortingGuide.html')
-rw-r--r--nuttx/Documentation/NuttxPortingGuide.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/nuttx/Documentation/NuttxPortingGuide.html b/nuttx/Documentation/NuttxPortingGuide.html
index e5ea92776..d9e165289 100644
--- a/nuttx/Documentation/NuttxPortingGuide.html
+++ b/nuttx/Documentation/NuttxPortingGuide.html
@@ -517,12 +517,12 @@
<ul>
<li><code>arch/c5471</code>:
Replaced with <code>arch/arm/include/c5471</code> and
- <code>arch/arm/src/c5471<code>.
+ <code>arch/arm/src/c5471</code>.
</li>
<li><code>arch/dm320</code>:
Replaced with <code>arch/arm/include/dm320</code> and
- <code>arch/arm/src/dm320<code>.
+ <code>arch/arm/src/dm320</code>.
</li>
</ul>
<p>
@@ -583,7 +583,7 @@
<li>
<code>src/</code>:
This directory contains board specific drivers.
- This directory will be linked as <config>arch/</code><i>&lt;arch-name&gt;</i><code>/src/board</config> at configuration
+ This directory will be linked as <config>arch/</code><i>&lt;arch-name&gt;</i><code>/src/board</code> at configuration
time and will be integrated into the build system.
</li>
<li>
@@ -2267,7 +2267,7 @@ extern void up_ledoff(int led);
instrumentation is selected. Set to zero to disable.
</li>
<li>
- <code>CONFIG_START_YEAR, CONFIG_START_MONTH, CONFIG_START_DAY -
+ <code>CONFIG_START_YEAR</code>, <code>CONFIG_START_MONTH</code>, <code>CONFIG_START_DAY</code> -
Used to initialize the internal time logic.
</li>
<li>
@@ -2487,7 +2487,7 @@ extern void up_ledoff(int led);
<h3>SPI driver</h3>
<ul>
<li>
- <code>CONFIG_SPI_OWNBUS - Set if there is only one active device
+ <code>CONFIG_SPI_OWNBUS</code> - Set if there is only one active device
on the SPI bus. No locking or SPI configuration will be performed.
It is not necessary for clients to lock, re-configure, etc..
</li>
@@ -2783,7 +2783,7 @@ extern void up_ledoff(int led);
CONFIG_THTTPD_TILDE_MAP1 and &quot;public_html&quot; forCONFIG_THTTPD_TILDE_MAP2.
</li>
<li>
- <code>CONFIG_THTTPD_GENERATE_INDICES
+ <code>CONFIG_THTTPD_GENERATE_INDICES</code>:
</li>
<li>
<code>CONFIG_THTTPD_URLPATTERN</code>: If defined, then it will be used to match
@@ -2922,11 +2922,11 @@ extern void up_ledoff(int led);
If this option is defined, NX will build to use an LCD driver (see <code>include/nuttx/lcd.h</code>).
</li>
<li>
- <code>CONFIG_LCD_MAXPOWER/code>:
+ <code>CONFIG_LCD_MAXPOWER</code>:
The full-on power setting for an LCD device.
</li>
<li>
- <code>CONFIG_LCD_MAXCONTRAST/code>:
+ <code>CONFIG_LCD_MAXCONTRAST</code>:
The maximum contrast value for an LCD device.
</li>
<li>