Fix HTML error

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2725 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2010-06-04 19:15:26 +00:00
parent 93dc53d93a
commit e65f58cc4f

View File

@ -517,12 +517,12 @@
<ul> <ul>
<li><code>arch/c5471</code>: <li><code>arch/c5471</code>:
Replaced with <code>arch/arm/include/c5471</code> and Replaced with <code>arch/arm/include/c5471</code> and
<code>arch/arm/src/c5471<code>. <code>arch/arm/src/c5471</code>.
</li> </li>
<li><code>arch/dm320</code>: <li><code>arch/dm320</code>:
Replaced with <code>arch/arm/include/dm320</code> and Replaced with <code>arch/arm/include/dm320</code> and
<code>arch/arm/src/dm320<code>. <code>arch/arm/src/dm320</code>.
</li> </li>
</ul> </ul>
<p> <p>
@ -583,7 +583,7 @@
<li> <li>
<code>src/</code>: <code>src/</code>:
This directory contains board specific drivers. 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. time and will be integrated into the build system.
</li> </li>
<li> <li>
@ -2267,7 +2267,7 @@ extern void up_ledoff(int led);
instrumentation is selected. Set to zero to disable. instrumentation is selected. Set to zero to disable.
</li> </li>
<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. Used to initialize the internal time logic.
</li> </li>
<li> <li>
@ -2487,7 +2487,7 @@ extern void up_ledoff(int led);
<h3>SPI driver</h3> <h3>SPI driver</h3>
<ul> <ul>
<li> <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. on the SPI bus. No locking or SPI configuration will be performed.
It is not necessary for clients to lock, re-configure, etc.. It is not necessary for clients to lock, re-configure, etc..
</li> </li>
@ -2783,7 +2783,7 @@ extern void up_ledoff(int led);
CONFIG_THTTPD_TILDE_MAP1 and &quot;public_html&quot; forCONFIG_THTTPD_TILDE_MAP2. CONFIG_THTTPD_TILDE_MAP1 and &quot;public_html&quot; forCONFIG_THTTPD_TILDE_MAP2.
</li> </li>
<li> <li>
<code>CONFIG_THTTPD_GENERATE_INDICES <code>CONFIG_THTTPD_GENERATE_INDICES</code>:
</li> </li>
<li> <li>
<code>CONFIG_THTTPD_URLPATTERN</code>: If defined, then it will be used to match <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>). If this option is defined, NX will build to use an LCD driver (see <code>include/nuttx/lcd.h</code>).
</li> </li>
<li> <li>
<code>CONFIG_LCD_MAXPOWER/code>: <code>CONFIG_LCD_MAXPOWER</code>:
The full-on power setting for an LCD device. The full-on power setting for an LCD device.
</li> </li>
<li> <li>
<code>CONFIG_LCD_MAXCONTRAST/code>: <code>CONFIG_LCD_MAXCONTRAST</code>:
The maximum contrast value for an LCD device. The maximum contrast value for an LCD device.
</li> </li>
<li> <li>