You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2020/10/29 10:06:44 UTC

[incubator-nuttx-website] branch nuttx created (now db82c1c)

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

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


      at db82c1c  Change all Nuttx to NuttX

This branch includes the following new commits:

     new db82c1c  Change all Nuttx to NuttX

The 1 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.



[incubator-nuttx-website] 01/01: Change all Nuttx to NuttX

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

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

commit db82c1c00de84d6f802c25bcb6d5bc20311cfd23
Author: Xiang Xiao <xi...@xiaomi.com>
AuthorDate: Thu Oct 29 18:05:47 2020 +0800

    Change all Nuttx to NuttX
    
    Signed-off-by: Xiang Xiao <xi...@xiaomi.com>
---
 _releases/7.13.md  | 4 ++--
 _releases/7.19.md  | 2 +-
 _releases/7.24.md  | 2 +-
 _releases/7.26.md  | 2 +-
 _releases/7.27.md  | 2 +-
 _releases/7.29.md  | 2 +-
 _releases/9.0.0.md | 2 +-
 7 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/_releases/7.13.md b/_releases/7.13.md
index 9b7693e..3618feb 100644
--- a/_releases/7.13.md
+++ b/_releases/7.13.md
@@ -74,7 +74,7 @@ Additional new features and extended functionality:
         accomplishes this by creating a temporary characer driver to mediate
         the character oriented accesses to tje block driver.
       - HOSTFS:  Added a HOSTFS file system for use with the simulator.  The
-        HOSTFS file system mounts in the simulated Nuttx context by provides
+        HOSTFS file system mounts in the simulated NuttX context by provides
         proxied access to the file system on the host PC.  This is useful for
         providing file system content and nonvolatile storage of files in the
         simulation environment.  From Ken Pettit.
@@ -228,7 +228,7 @@ Additional new features and extended functionality:
     * Applications: apps/system:
 
       - apps/system/hexed:  Port the hexed command line hexadeciamal editor
-         to Nuttx.  See http://apps.venomdev.net/hexed/.
+         to NuttX.  See http://apps.venomdev.net/hexed/.
 
     * Applications: apps/fsutils:
 
diff --git a/_releases/7.19.md b/_releases/7.19.md
index e52ffd9..e514616 100644
--- a/_releases/7.19.md
+++ b/_releases/7.19.md
@@ -176,7 +176,7 @@ Additional new features and extended functionality:
     * NXP Freescale Kinetis:
 
       - Kinetis:  Added missing headers.  Kinetis broke out SPI to
-        kinetis/kinetis_spi.h. Broke out DMA to use the modern Nuttx chip
+        kinetis/kinetis_spi.h. Broke out DMA to use the modern NuttX chip
         inclusion - still STUBS.  Add Kinetis support for ARMV7-M Common
         Vector and FPU.  Allow CONFIG_ARMV7M_CMNVECTOR,
         CONFIG_STACK_COLORATION, CONFIG_ARCH_FPU.  Fix  i2c driver offset
diff --git a/_releases/7.24.md b/_releases/7.24.md
index 6d499f1..ed1086d 100644
--- a/_releases/7.24.md
+++ b/_releases/7.24.md
@@ -566,7 +566,7 @@ detailed bugfix information):
       - ARP:  Fix an error introduced when ICMP and ICMP6 socket support was
         added in NuttX-7.3.  A gratuitous ARP (or solicitation) was being
         sent after receive of the ECHO replay (advertisement).
-      - ARP:  Fix IGMP multicast address computation on Nuttx network stack.
+      - ARP:  Fix IGMP multicast address computation on NuttX network stack.
         This change fixes the IGMP address computation to allow multicast
         UDP messages. The destination address was created with the incorrect
         bytes of the given IPv4 address.  From Louis Mayencourt.
diff --git a/_releases/7.26.md b/_releases/7.26.md
index afd33c1..6d8ae08 100644
--- a/_releases/7.26.md
+++ b/_releases/7.26.md
@@ -812,7 +812,7 @@ Additional new features and extended functionality:
       - apps/examples/calib_udelay:  Add tool for calibrating
         CONFIG_BOARD_LOOPSPERMSEC  From Juha Niskanen.
       - apps/examples/dhtxx: Example for the DHTxx sensor.  From Ouss4.
-      - apps/examples/dsptest:  Add unit test for Nuttx DSP library  From
+      - apps/examples/dsptest:  Add unit test for NuttX DSP library  From
         Mateusz Szafoni.
       - apps/examples/elf:  CROMFS and ROMFS configuration currently only
         usable in FLAT build.  Add configuration to use ELF objects on
diff --git a/_releases/7.27.md b/_releases/7.27.md
index cb46339..df470bb 100644
--- a/_releases/7.27.md
+++ b/_releases/7.27.md
@@ -744,7 +744,7 @@ detailed bugfix information):
 
     * NXP i.MXRT Drivers:
 
-      - i.MXRT Ethernet: The board would not come up if I ran Nuttx from cold.
+      - i.MXRT Ethernet: The board would not come up if I ran NuttX from cold.
         I dumped the PHY registers to see what the differences were and the
         PHY was coming up in NANDTree mode. This is a mode for testing
         connectivity between the PHY and the MAC.  Switching this mode off in
diff --git a/_releases/7.29.md b/_releases/7.29.md
index 491d562..71b09e3 100644
--- a/_releases/7.29.md
+++ b/_releases/7.29.md
@@ -911,7 +911,7 @@ detailed bugfix information):
 
     * NXP LPC17xx Drivers:
 
-      - LPC17xx CAN:  The name can_txready clashes with Nuttx CAN core
+      - LPC17xx CAN:  The name can_txready clashes with NuttX CAN core
         global function.  LPC178x has only single LPC17_SYSCON_PCLKSEL with
         only single divisor.  From Pavel Pisa.
 
diff --git a/_releases/9.0.0.md b/_releases/9.0.0.md
index 8d68646..20b02ff 100644
--- a/_releases/9.0.0.md
+++ b/_releases/9.0.0.md
@@ -83,7 +83,7 @@ information).  SHA512 checksums:
            - Add support for the Digilent ARTY_A7 board to test the Litex port
            - Added initial support for Sipeed Maix Bit board with Kendryte K210 processor
            - New architectural support: ez80f92
-           - Flat address x86_64 port of Nuttx
+           - Flat address x86_64 port of NuttX
            - Support to run NuttX on ESP32 QEMU
            - Initial support for Sipeed Maix Bit board with Kendryte K210 processor
            - Add initial support for Kendryte K210 processor in SMP mode