You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by je...@apache.org on 2020/01/27 07:46:55 UTC

[incubator-nuttx] branch master updated (705ac84 -> 8335498)

This is an automated email from the ASF dual-hosted git repository.

jerpelea pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.


    from 705ac84  STM32L4: Add workaround of data cache corruption on RWW.
     new 5515e09  Fix some "from from" in code comments
     new 4ff8698  INVIOLABLES.txt: Add a missing "be"
     new 2d51ecb  INVIOLABLES.txt: Some missing periods
     new e02c14a  libs/README.txt: Fix a typo
     new 8335498  Fix "with with" typos

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Documentation/NXGraphicsSubsystem.html             |  2 +-
 INVIOLABLES.txt                                    | 26 +++++++++++-----------
 arch/arm/src/cxd56xx/cxd56_udmac.c                 |  2 +-
 arch/arm/src/efm32/efm32_dma.c                     |  2 +-
 arch/arm/src/lpc43xx/lpc43_adc.c                   |  2 +-
 arch/arm/src/lpc43xx/lpc43_dac.c                   |  2 +-
 arch/arm/src/lpc43xx/lpc43_i2c.c                   |  2 +-
 arch/arm/src/sama5/Kconfig                         |  4 ++--
 .../stm32f103-minimum/src/stm32_lcd_backpack.c     |  2 +-
 boards/arm/stm32/stm32f4discovery/README.txt       |  2 +-
 boards/avr/at90usb/micropendous3/README.txt        |  2 +-
 drivers/rwbuffer.c                                 |  2 +-
 fs/unionfs/fs_unionfs.c                            |  2 +-
 graphics/Kconfig                                   |  2 +-
 graphics/README.txt                                |  2 +-
 graphics/vnc/server/vnc_color.c                    |  2 +-
 graphics/vnc/server/vnc_negotiate.c                |  2 +-
 graphics/vnc/server/vnc_server.h                   |  2 +-
 include/nuttx/net/ethernet.h                       |  2 +-
 libs/README.txt                                    |  4 ++--
 libs/libc/README.txt                               |  2 +-
 sched/task/task_exithook.c                         |  4 ++--
 22 files changed, 37 insertions(+), 37 deletions(-)


[incubator-nuttx] 01/05: Fix some "from from" in code comments

Posted by je...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jerpelea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit 5515e09e8dfe3f5e21fe001890d0041319ee2fa1
Author: YAMAMOTO Takashi <ya...@midokura.com>
AuthorDate: Mon Jan 27 13:31:25 2020 +0900

    Fix some "from from" in code comments
---
 arch/arm/src/cxd56xx/cxd56_udmac.c  | 2 +-
 arch/arm/src/efm32/efm32_dma.c      | 2 +-
 arch/arm/src/lpc43xx/lpc43_adc.c    | 2 +-
 arch/arm/src/lpc43xx/lpc43_dac.c    | 2 +-
 arch/arm/src/lpc43xx/lpc43_i2c.c    | 2 +-
 arch/arm/src/sama5/Kconfig          | 4 ++--
 graphics/vnc/server/vnc_negotiate.c | 2 +-
 graphics/vnc/server/vnc_server.h    | 2 +-
 8 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/arch/arm/src/cxd56xx/cxd56_udmac.c b/arch/arm/src/cxd56xx/cxd56_udmac.c
index 258b4bd..258c50a 100644
--- a/arch/arm/src/cxd56xx/cxd56_udmac.c
+++ b/arch/arm/src/cxd56xx/cxd56_udmac.c
@@ -305,7 +305,7 @@ DMA_HANDLE cxd56_udmachannel(void)
   unsigned int ch;
   uint32_t bit;
 
-  /* Take a count from from the channel counting semaphore.  We may block
+  /* Take a count from the channel counting semaphore.  We may block
    * if there are no free channels.  When we get the count, then we can
    * be assured that a channel is available in the channel list and is
    * reserved for us.
diff --git a/arch/arm/src/efm32/efm32_dma.c b/arch/arm/src/efm32/efm32_dma.c
index 6d8e238..8bb9cb7 100644
--- a/arch/arm/src/efm32/efm32_dma.c
+++ b/arch/arm/src/efm32/efm32_dma.c
@@ -338,7 +338,7 @@ DMA_HANDLE efm32_dmachannel(void)
   unsigned int chndx;
   uint32_t bit;
 
-  /* Take a count from from the channel counting semaphore.  We may block
+  /* Take a count from the channel counting semaphore.  We may block
    * if there are no free channels.  When we get the count, then we can
    * be assured that a channel is available in the channel list and is
    * reserved for us.
diff --git a/arch/arm/src/lpc43xx/lpc43_adc.c b/arch/arm/src/lpc43xx/lpc43_adc.c
index bcb3db1..921364d 100644
--- a/arch/arm/src/lpc43xx/lpc43_adc.c
+++ b/arch/arm/src/lpc43xx/lpc43_adc.c
@@ -4,7 +4,7 @@
  *   Copyright(C) 2012, 2016 Gregory Nutt. All rights reserved.
  *   Author: Gregory Nutt <gn...@nuttx.org>
  *
- * Ported from from the LPC17 version:
+ * Ported from the LPC17 version:
  *
  *   Copyright(C) 2011 Li Zhuoyi. All rights reserved.
  *   Copyright(C) 2016 Gregory Nutt. All rights reserved.
diff --git a/arch/arm/src/lpc43xx/lpc43_dac.c b/arch/arm/src/lpc43xx/lpc43_dac.c
index 6c354c7..582c8f6 100644
--- a/arch/arm/src/lpc43xx/lpc43_dac.c
+++ b/arch/arm/src/lpc43xx/lpc43_dac.c
@@ -4,7 +4,7 @@
  *   Copyright (C) 2012, 2016 Gregory Nutt. All rights reserved.
  *   Author: Gregory Nutt <gn...@nuttx.org>
  *
- * Ported from from the LPC17 version:
+ * Ported from the LPC17 version:
  *
  *   Copyright (C) 2011 Li Zhuoyi. All rights reserved.
  *   Author: Li Zhuoyi <lz...@gmail.com>
diff --git a/arch/arm/src/lpc43xx/lpc43_i2c.c b/arch/arm/src/lpc43xx/lpc43_i2c.c
index 64d0085..a16f5e8 100644
--- a/arch/arm/src/lpc43xx/lpc43_i2c.c
+++ b/arch/arm/src/lpc43xx/lpc43_i2c.c
@@ -4,7 +4,7 @@
  *   Copyright (C) 2012, 2014-2016 Gregory Nutt. All rights reserved.
  *   Author: Gregory Nutt <gn...@nuttx.org>
  *
- * Ported from from the LPC17 version:
+ * Ported from the LPC17 version:
  *
  *   Copyright (C) 2011 Li Zhuoyi. All rights reserved.
  *   Author: Li Zhuoyi <lz...@gmail.com>
diff --git a/arch/arm/src/sama5/Kconfig b/arch/arm/src/sama5/Kconfig
index c475309..fd82456 100644
--- a/arch/arm/src/sama5/Kconfig
+++ b/arch/arm/src/sama5/Kconfig
@@ -3952,7 +3952,7 @@ config SAMA5_PWM_CLKA_FREQUENCY
 	depends on SAMA5_PWM_CLKA
 	---help---
 		If the CLKA source is enabled, then you must also provide the
-		frequency of the CLKA.  This frequency will be derived from from MCK
+		frequency of the CLKA.  This frequency will be derived from MCK
 		using a prescaler and divider.  Therefore, a wide range of
 		frequencies are possible.
 
@@ -3968,7 +3968,7 @@ config SAMA5_PWM_CLKB_FREQUENCY
 	depends on SAMA5_PWM_CLKB
 	---help---
 		If the CLKB source is enabled, then you must also provide the
-		frequency of the CLKB.  This frequency will be derived from from MCK
+		frequency of the CLKB.  This frequency will be derived from MCK
 		using a prescaler and divider.  Therefore, a wide range of
 		frequencies are possible.
 
diff --git a/graphics/vnc/server/vnc_negotiate.c b/graphics/vnc/server/vnc_negotiate.c
index beaad4e..097f3f4 100644
--- a/graphics/vnc/server/vnc_negotiate.c
+++ b/graphics/vnc/server/vnc_negotiate.c
@@ -461,7 +461,7 @@ int vnc_negotiate(FAR struct vnc_session_s *session)
  *
  * Input Parameters:
  *   session - An instance of the session structure.
- *   pixelfmt - The pixel from from the received SetPixelFormat message
+ *   pixelfmt - The pixel from the received SetPixelFormat message
  *
  * Returned Value:
  *   Returns zero (OK) on success; a negated errno value on failure.
diff --git a/graphics/vnc/server/vnc_server.h b/graphics/vnc/server/vnc_server.h
index 6bfc686..3bf5216 100644
--- a/graphics/vnc/server/vnc_server.h
+++ b/graphics/vnc/server/vnc_server.h
@@ -371,7 +371,7 @@ int vnc_negotiate(FAR struct vnc_session_s *session);
  *
  * Input Parameters:
  *   session - An instance of the session structure.
- *   pixelfmt - The pixel from from the received SetPixelFormat message
+ *   pixelfmt - The pixel from the received SetPixelFormat message
  *
  * Returned Value:
  *   Returns zero (OK) on success; a negated errno value on failure.


[incubator-nuttx] 05/05: Fix "with with" typos

Posted by je...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jerpelea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit 83354983c3bdd87bfba4e149fb6118fc1e238d9a
Author: YAMAMOTO Takashi <ya...@midokura.com>
AuthorDate: Mon Jan 27 13:55:23 2020 +0900

    Fix "with with" typos
    
    In many cases, remove one of them.
    In a few places, it looks like a typo of "width" actually.
---
 Documentation/NXGraphicsSubsystem.html                      | 2 +-
 boards/arm/stm32/stm32f103-minimum/src/stm32_lcd_backpack.c | 2 +-
 boards/arm/stm32/stm32f4discovery/README.txt                | 2 +-
 boards/avr/at90usb/micropendous3/README.txt                 | 2 +-
 drivers/rwbuffer.c                                          | 2 +-
 fs/unionfs/fs_unionfs.c                                     | 2 +-
 graphics/Kconfig                                            | 2 +-
 graphics/README.txt                                         | 2 +-
 graphics/vnc/server/vnc_color.c                             | 2 +-
 include/nuttx/net/ethernet.h                                | 2 +-
 libs/libc/README.txt                                        | 2 +-
 sched/task/task_exithook.c                                  | 4 ++--
 12 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/Documentation/NXGraphicsSubsystem.html b/Documentation/NXGraphicsSubsystem.html
index a468473..d1398a2 100644
--- a/Documentation/NXGraphicsSubsystem.html
+++ b/Documentation/NXGraphicsSubsystem.html
@@ -3852,7 +3852,7 @@ int nxcursor_setposition(NXHANDLE hnd, FAR const struct nxgl_point_s *pos);
 <ul>
   <dl>
     <dt><code>CONFIG_NXTK_BORDERWIDTH</code>:
-      <dd>Specifies with with of the border (in pixels) used with
+      <dd>Specifies the width of the border (in pixels) used with
       framed windows.   The default is 4.
     <dt><code>CONFIG_NXTK_BORDERCOLOR1</code>, <code>CONFIG_NXTK_BORDERCOLOR2</code>, and <code>CONFIG_NXTK_BORDERCOLOR3</code>:
       <dd>Specify the colors of the border used with framed windows.
diff --git a/boards/arm/stm32/stm32f103-minimum/src/stm32_lcd_backpack.c b/boards/arm/stm32/stm32f103-minimum/src/stm32_lcd_backpack.c
index fd413d1..b648404 100644
--- a/boards/arm/stm32/stm32f103-minimum/src/stm32_lcd_backpack.c
+++ b/boards/arm/stm32/stm32f103-minimum/src/stm32_lcd_backpack.c
@@ -85,7 +85,7 @@ int stm32_lcd_backpack_init(FAR const char *devpath)
    * Note: We are using the LCD_I2C_BACKPACK_CFG_SAINSMART config that
    *       defined the I2C Address to 0x27 to PCF8574. Double check if all
    *       the bits (pins) from PCF8574 connected to the LCD controller
-   *       are correct with with this LCD CFG definition.
+   *       are correct with this LCD CFG definition.
    */
 
   cfg.rows = 2;
diff --git a/boards/arm/stm32/stm32f4discovery/README.txt b/boards/arm/stm32/stm32f4discovery/README.txt
index 7a73c2e..9022220 100644
--- a/boards/arm/stm32/stm32f4discovery/README.txt
+++ b/boards/arm/stm32/stm32f4discovery/README.txt
@@ -2147,7 +2147,7 @@ Configuration Sub-directories
      +CONFIG_EXAMPLES_NXLINES_BPP=1
      +CONFIG_EXAMPLES_NXLINES_EXTERNINIT=y
 
-     There are some issues with with the presentation... some tuning of the
+     There are some issues with the presentation... some tuning of the
      configuration could fix that.  Lower resolution displays are also more
      subject to the "fat, flat line bug" that I need to fix someday.  See
      http://www.nuttx.org/doku.php?id=wiki:graphics:nxgraphics for a description
diff --git a/boards/avr/at90usb/micropendous3/README.txt b/boards/avr/at90usb/micropendous3/README.txt
index a3de52a..2891925 100644
--- a/boards/avr/at90usb/micropendous3/README.txt
+++ b/boards/avr/at90usb/micropendous3/README.txt
@@ -161,7 +161,7 @@ DFU Bootloader
 ^^^^^^^^^^^^^^
 
 There is also an DFU bootloader that resides in the upper 8Kb of FLASH
-(unless you ERASE the flash with with ICE).  You can enter this bootloader
+(unless you ERASE the flash with ICE).  You can enter this bootloader
 (if it is in FLASH) by:
 
 Holding both the SW1 (RESET) and SW2, then releasing SW1 while continuing
diff --git a/drivers/rwbuffer.c b/drivers/rwbuffer.c
index 0d2c276..a4459c5 100644
--- a/drivers/rwbuffer.c
+++ b/drivers/rwbuffer.c
@@ -177,7 +177,7 @@ static void rwb_wrtimeout(FAR void *arg)
 
   finfo("Timeout!\n");
 
-  /* If a timeout elapses with with write buffer activity, this watchdog
+  /* If a timeout elapses with write buffer activity, this watchdog
    * handler function will be evoked on the thread of execution of the
    * worker thread.
    */
diff --git a/fs/unionfs/fs_unionfs.c b/fs/unionfs/fs_unionfs.c
index 7b57eb7..39a6ac0 100644
--- a/fs/unionfs/fs_unionfs.c
+++ b/fs/unionfs/fs_unionfs.c
@@ -2278,7 +2278,7 @@ static int unionfs_unlink(FAR struct inode *mountpt,
 
   else
     {
-      /* Check if the file exists with with name on file system 2.  The only
+      /* Check if the file exists with name on file system 2.  The only
        * reason that we check here is so that we can return the more
        * meaningful -ENOSYS if file system 2 is a read-only file system.
        */
diff --git a/graphics/Kconfig b/graphics/Kconfig
index f8154a2..5c98087 100644
--- a/graphics/Kconfig
+++ b/graphics/Kconfig
@@ -299,7 +299,7 @@ config NXTK_BORDERWIDTH
 	int "Border Width"
 	default 4
 	---help---
-		Specifies with with of the border (in pixels) used with framed windows.
+		Specifies the width of the border (in pixels) used with framed windows.
 		The default is 4.
 
 config NXTK_DEFAULT_BORDERCOLORS
diff --git a/graphics/README.txt b/graphics/README.txt
index 20538a6..d3ac53d 100644
--- a/graphics/README.txt
+++ b/graphics/README.txt
@@ -138,7 +138,7 @@ CONFIG_NX_XYINPUT
 CONFIG_NX_KBD
   Build in support of keypad/keyboard input.
 CONFIG_NXTK_BORDERWIDTH
-  Specifies with with of the border (in pixels) used with framed windows.
+  Specifies the width of the border (in pixels) used with framed windows.
   The default is 4.
 CONFIG_NXTK_BORDERCOLOR1, CONFIG_NXTK_BORDERCOLOR2, CONFIG_NXTK_BORDERCOLOR3
   Specify the colors of the border used with framed windows.
diff --git a/graphics/vnc/server/vnc_color.c b/graphics/vnc/server/vnc_color.c
index 517f58d..27d069c 100644
--- a/graphics/vnc/server/vnc_color.c
+++ b/graphics/vnc/server/vnc_color.c
@@ -375,7 +375,7 @@ int vnc_colors(FAR struct vnc_session_s *session, FAR struct nxgl_rect_s *rect,
 
   for (pixndx = 0; pixndx < ncolors - 1; pixndx++)
     {
-      /* Compare color N with with colors M={(N_1)..ncolors} */
+      /* Compare color N with colors M={(N_1)..ncolors} */
 
       maxndx = pixndx;
       for (cmpndx = maxndx + 1; cmpndx < ncolors; cmpndx++)
diff --git a/include/nuttx/net/ethernet.h b/include/nuttx/net/ethernet.h
index dd4f675..6c6528f 100644
--- a/include/nuttx/net/ethernet.h
+++ b/include/nuttx/net/ethernet.h
@@ -67,7 +67,7 @@
 
 #define TPID_8021QVLAN   0x8100
 
-/* These are some of the types then associated with withe QVLAN tagged
+/* These are some of the types associated with QVLAN tagged
  * Ethernet packets.
  */
 
diff --git a/libs/libc/README.txt b/libs/libc/README.txt
index e24daee..5c43c90 100644
--- a/libs/libc/README.txt
+++ b/libs/libc/README.txt
@@ -13,7 +13,7 @@ more like on multi-threaded program that all runs in kernel-mode.
 
 But if the CONFIG_BUILD_PROTECTED option is selected, NuttX will be built
 into distinct user-mode and kernel-mode sections.  In that case, most of the
-code in the nuttx/ directory will run in kernel-mode with with exceptions
+code in the nuttx/ directory will run in kernel-mode with exceptions
 of (1) the user-mode "proxies" found in syscall/proxies, and (2) the
 standard C library functions found in this directory.  In this build model,
 it is critical to separate the user-mode OS interfaces in this way.
diff --git a/sched/task/task_exithook.c b/sched/task/task_exithook.c
index de5882b..1577a1f 100644
--- a/sched/task/task_exithook.c
+++ b/sched/task/task_exithook.c
@@ -647,7 +647,7 @@ void nxtask_exithook(FAR struct tcb_s *tcb, int status, bool nonblocking)
    *    a bug.
    * 2. We cannot call the exit functions if nonblocking is requested:  These
    *    functions might block.
-   * 3. This function will only be called with with non-blocking == true
+   * 3. This function will only be called with non-blocking == true
    *    only when called through _exit(). _exit() behaviors requires that
    *    the exit functions *not* be called.
    */
@@ -682,7 +682,7 @@ void nxtask_exithook(FAR struct tcb_s *tcb, int status, bool nonblocking)
    * NOTES:
    * 1. We cannot flush the buffered I/O if nonblocking is requested.
    *    that might cause this logic to block.
-   * 2. This function will only be called with with non-blocking == true
+   * 2. This function will only be called with non-blocking == true
    *    only when called through _exit(). _exit() behavior does not
    *    require that the streams be flushed
    */


[incubator-nuttx] 04/05: libs/README.txt: Fix a typo

Posted by je...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jerpelea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit e02c14a9267720255a7f327697c2b6d1d45cdca4
Author: YAMAMOTO Takashi <ya...@midokura.com>
AuthorDate: Mon Jan 27 13:54:02 2020 +0900

    libs/README.txt: Fix a typo
    
    Also, remove an extra space.
---
 libs/README.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libs/README.txt b/libs/README.txt
index 96af736..c4ab07c 100644
--- a/libs/README.txt
+++ b/libs/README.txt
@@ -2,7 +2,7 @@ README
 ======
 
 This directory holds NuttX libraries.  Libraries in NuttX are very special
-creatures.  The have these properties:
+creatures.  They have these properties:
 
 1. They can be shared by both application logic and logic within the OS when
    using the FLAT build.
@@ -19,7 +19,7 @@ creatures.  The have these properties:
    For example, sem_wait() is both a cancellation point and modifies the
    errno value.  So within the FLAT build and without kernel version for
    the PROTECTED and KERNEL builds, the special internal OS interface
-   nxsem_wait() must be used.  Within libraries, the macro  _SEM_WAIT()
+   nxsem_wait() must be used.  Within libraries, the macro _SEM_WAIT()
    (as defined in include/nuttx/semaphore.h) is used instead.  The
    definition of this macro accounts for the different usage environments.
 


[incubator-nuttx] 02/05: INVIOLABLES.txt: Add a missing "be"

Posted by je...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jerpelea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit 4ff8698b0b8444839bf92a12bb6c142d4e92ad4e
Author: YAMAMOTO Takashi <ya...@midokura.com>
AuthorDate: Mon Jan 27 13:28:11 2020 +0900

    INVIOLABLES.txt: Add a missing "be"
---
 INVIOLABLES.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/INVIOLABLES.txt b/INVIOLABLES.txt
index 674bc5c..cbcea7a 100644
--- a/INVIOLABLES.txt
+++ b/INVIOLABLES.txt
@@ -39,7 +39,7 @@ Strict POSIX compliance
 Modular Architecture
 --------------------
 
-  o The internal modular architecture of the OS must maintained.
+  o The internal modular architecture of the OS must be maintained.
   o This means formalizing and documenting all internal interfaces (in the
     porting guide), minimal use of global variables at the interface, and
     only well defined functional interfaces.


[incubator-nuttx] 03/05: INVIOLABLES.txt: Some missing periods

Posted by je...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jerpelea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit 2d51ecbbaa785343458c4187d6ea1b688ef2ad8d
Author: YAMAMOTO Takashi <ya...@midokura.com>
AuthorDate: Mon Jan 27 13:27:18 2020 +0900

    INVIOLABLES.txt: Some missing periods
---
 INVIOLABLES.txt | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/INVIOLABLES.txt b/INVIOLABLES.txt
index cbcea7a..13153ad 100644
--- a/INVIOLABLES.txt
+++ b/INVIOLABLES.txt
@@ -34,7 +34,7 @@ Strict POSIX compliance
   o The portable interface must never be compromised only for the sake of
     expediency.
   o Expediency or even improved performance are not justifications for
-    violation of the strict POSIX interface
+    violation of the strict POSIX interface.
 
 Modular Architecture
 --------------------
@@ -62,8 +62,8 @@ Open and Unencumbered License
 -----------------------------
 
   o Currently BSD 3-clause or compatible:  BSD 3-clause with constraints,
-    BSD 3 and 4 clause, MIT, public domain
-  o Other unencumbered licenses such as Apache may be considered
+    BSD 3 and 4 clause, MIT, public domain.
+  o Other unencumbered licenses such as Apache may be considered.
     NuttX will never be licensed under a restrictive, "Copyleft" license.
 
 All Users Matter
@@ -74,7 +74,7 @@ All Users Matter
     Windows native, macOS, Solaris, and FreeBSD.  No tool/environment
     solutions will be considered that limit the usage of NuttX on any of
     the supported platforms.
-  o Inclusive rather than exclusive
+  o Inclusive rather than exclusive.
   o Hobbyists are valued users of the OS including retro computing hobbyists
     * and DIY “Maker” hobbyists.
   o Supported toolchains:  GCC, Clang, SDCC, ZiLOG ZDS-II (c89), IAR.
@@ -89,9 +89,9 @@ All Users Matter
 NuttX Branding
 --------------
 
-  o The official name of authentic Nuttx will always be "NuttX"
+  o The official name of authentic Nuttx will always be "NuttX".
   o This name is trademarked and may not be used by other OSs or forks of
-    NuttX
+    NuttX.
 
 The Enemies
 ===========
@@ -101,7 +101,7 @@ No Short Cuts
 
   o Doing things the easy way instead of the correct way.
   o Reducing effort at the expense of Quality, Portability, or
-    Consistency
+    Consistency.
   o Focus on the values of the organization, not the values of the Open
     Source project.  Need to support both.
   o It takes work to support the Inviolables.  There are no shortcuts.
@@ -109,17 +109,17 @@ No Short Cuts
 Sometimes Code Duplication is OK
 --------------------------------
 
-  o Sometimes is better to duplicate some logic than to introduce coupling
+  o Sometimes is better to duplicate some logic than to introduce coupling.
 
 Keep the Big Picture
 --------------------
 
-  o Too much focus on solving the problem in hand, loss of the Big Picture
+  o Too much focus on solving the problem in hand, loss of the Big Picture.
   o Insufficient understanding of the architectural principles.
 
 Conform to Standards
 --------------------
 
-  o Changing things only to suite a personal or organizational preference
-  o Inflexibility, Inability to adapt
-  o Not Invented Here (NIH) syndrome
+  o Changing things only to suite a personal or organizational preference.
+  o Inflexibility, Inability to adapt.
+  o Not Invented Here (NIH) syndrome.