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 @@

@@ -583,7 +583,7 @@

  • src/: This directory contains board specific drivers. - This directory will be linked as arch/<arch-name>/src/board at configuration + This directory will be linked as arch/<arch-name>/src/board at configuration time and will be integrated into the build system.
  • @@ -2267,7 +2267,7 @@ extern void up_ledoff(int led); instrumentation is selected. Set to zero to disable.
  • - 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.
  • @@ -2487,7 +2487,7 @@ extern void up_ledoff(int led);

    SPI driver

    • - 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..
    • @@ -2783,7 +2783,7 @@ extern void up_ledoff(int led); CONFIG_THTTPD_TILDE_MAP1 and "public_html" forCONFIG_THTTPD_TILDE_MAP2.
    • - 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.