From fae0c9b227974cb86463c257825583abb85a63a6 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 18 Mar 2014 07:41:16 -0600 Subject: Typo fixes to NuttX porting guide from Vijay Kumar --- nuttx/ChangeLog | 2 + nuttx/Documentation/NuttxPortingGuide.html | 92 +++++++++++++++--------------- 2 files changed, 48 insertions(+), 46 deletions(-) diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog index be7f22a95..3d1ed0b81 100644 --- a/nuttx/ChangeLog +++ b/nuttx/ChangeLog @@ -7007,4 +7007,6 @@ * arch/arm/src/sam34/sam_udp.c and .h: Add a USB full speed device driver (UDP) for the SAM4E (2014-3-17). + * Documentation/NuttxPortingGuide.html: Typo fixes from Vijay Kumar + (2014-3-18). diff --git a/nuttx/Documentation/NuttxPortingGuide.html b/nuttx/Documentation/NuttxPortingGuide.html index 1f4561325..5155294c5 100644 --- a/nuttx/Documentation/NuttxPortingGuide.html +++ b/nuttx/Documentation/NuttxPortingGuide.html @@ -715,7 +715,7 @@

The included tools/Config.mk file contains additional definitions that may - be overriden in the architecture-specific Make.defs file as necessary: + be overridden in the architecture-specific Make.defs file as necessary:

- This includes additional, board-specific configuration variabled defintion in configs/myboard/Kconfig. + This includes additional, board-specific configuration variable definitions in configs/myboard/Kconfig.

2.5 nuttx/drivers

@@ -1454,7 +1454,7 @@ netutils/ This sub-directory name corresponds to one of the supported boards identified above. <config-dir> is the optional, specific configuration directory for the board. - And <app-dir> is the location of the optonal application directory. + And <app-dir> is the location of the optional application directory.

Automated Configuration. @@ -1467,7 +1467,7 @@ netutils/

- There is an alternative Windows batch file, configure.bat, that can be used insteach of configure.sh in the windows native enironment like: + There is an alternative Windows batch file, configure.bat, that can be used instead of configure.sh in the windows native environment like:

Description:

Input Parameters:

@@ -2525,7 +2525,7 @@ else

Description:

Input Parameters:

@@ -2577,9 +2577,9 @@ else

The NuttX On-Demand Paging feature permits embedded MCUs with some limited RAM space to execute large programs from some non-random access media. - If the platform meets certiain requirements, then NuttX can provide on-demand paging: + If the platform meets certain requirements, then NuttX can provide on-demand paging: It can copy .text from the large program in non-volatile media into RAM as needed to execute a huge program from the small RAM. - Design and porting issues for this feature are discussed in a sepate document. + Design and porting issues for this feature are discussed in a separate document. Please see the NuttX Demand Paging design document for further information.

@@ -3157,7 +3157,7 @@ void board_led_off(int led);

include/nuttx/lcd/lcd.h. Structures and APIs needed to work with LCD drivers are provided in this header file. - This header file also depends on some of the same definitions used for the frame buffer driver as privided in include/nuttx/video/fb.h. + This header file also depends on some of the same definitions used for the frame buffer driver as provided in include/nuttx/video/fb.h.

  • @@ -3305,7 +3305,7 @@ void board_led_off(int led);
  • MTDIOC_BULKERASE: Erase the entire device
  • - is provided via a sinble ioctl method (see include/nuttx/fs/ioctl.h): + is provided via a single ioctl method (see include/nuttx/fs/ioctl.h):