diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index e5ea927762..d9e1652893 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -517,12 +517,12 @@
arch/c5471
:
Replaced with arch/arm/include/c5471
and
- arch/arm/src/c5471.
+ arch/arm/src/c5471
.
arch/dm320
:
Replaced with arch/arm/include/dm320
and
- arch/arm/src/dm320.
+ arch/arm/src/dm320
.
@@ -583,7 +583,7 @@
src/
:
This directory contains board specific drivers.
- This directory will be linked as /src/board
/src/board
at configuration
time and will be integrated into the build system.
CONFIG_START_YEAR, CONFIG_START_MONTH, CONFIG_START_DAY -
+ CONFIG_START_YEAR
, CONFIG_START_MONTH
, CONFIG_START_DAY
-
Used to initialize the internal time logic.
CONFIG_SPI_OWNBUS - Set if there is only one active device
+ CONFIG_SPI_OWNBUS
- 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..
CONFIG_THTTPD_GENERATE_INDICES
+ CONFIG_THTTPD_GENERATE_INDICES
:
CONFIG_THTTPD_URLPATTERN
: 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 include/nuttx/lcd.h
).
CONFIG_LCD_MAXPOWER/code>:
+ CONFIG_LCD_MAXPOWER
:
The full-on power setting for an LCD device.
CONFIG_LCD_MAXCONTRAST/code>:
+ CONFIG_LCD_MAXCONTRAST
:
The maximum contrast value for an LCD device.