You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by bt...@apache.org on 2020/10/19 05:31:57 UTC

[incubator-nuttx-apps] 01/02: Change all 'Nuttx' to 'NuttX'

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

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

commit 8a63e58936d92488ea7a70a810767d4e7703af4a
Author: Xiang Xiao <xi...@xiaomi.com>
AuthorDate: Mon Oct 19 11:14:35 2020 +0800

    Change all 'Nuttx' to 'NuttX'
    
    Signed-off-by: Xiang Xiao <xi...@xiaomi.com>
---
 README.md                                   | 4 ++--
 examples/README.md                          | 2 +-
 graphics/nxwidgets/ChangeLog.txt            | 2 +-
 graphics/nxwm/ChangeLog.txt                 | 2 +-
 include/wireless/wapi.h                     | 2 +-
 netutils/netlib/netlib_ipv6netmask2prefix.c | 2 +-
 system/cu/Kconfig                           | 2 +-
 system/nsh/Kconfig                          | 4 ++--
 wireless/ieee802154/i8sak/i8sak.h           | 2 +-
 wireless/ieee802154/i8sak/i8sak_assoc.c     | 2 +-
 wireless/ieee802154/i8sak/i8sak_blaster.c   | 2 +-
 wireless/ieee802154/i8sak/i8sak_poll.c      | 2 +-
 wireless/ieee802154/i8sak/i8sak_scan.c      | 2 +-
 wireless/ieee802154/i8sak/i8sak_sniffer.c   | 2 +-
 wireless/ieee802154/i8sak/i8sak_startpan.c  | 2 +-
 wireless/ieee802154/i8sak/i8sak_tx.c        | 2 +-
 wireless/wapi/src/network.c                 | 2 +-
 wireless/wapi/src/util.c                    | 2 +-
 wireless/wapi/src/util.h                    | 2 +-
 wireless/wapi/src/wireless.c                | 2 +-
 20 files changed, 22 insertions(+), 22 deletions(-)

diff --git a/README.md b/README.md
index a9c33ce..5883f4d 100644
--- a/README.md
+++ b/README.md
@@ -182,8 +182,8 @@ A: Here are three:
       custom apps directory as necessary.
 
       This is documented in `NuttX/boards/README.txt` and
-      `nuttx/Documentation/NuttxPortingGuide.html` (Online at
-      https://bitbucket.org/nuttx/nuttx/src/master/Documentation/NuttxPortingGuide.html#apndxconfigs
+      `nuttx/Documentation/NuttXPortingGuide.html` (Online at
+      https://bitbucket.org/nuttx/nuttx/src/master/Documentation/NuttXPortingGuide.html#apndxconfigs
       under _Build options_). And in the `apps/README.txt` file.
 
    3) If you like the random collection of stuff in the `apps/` directory but
diff --git a/examples/README.md b/examples/README.md
index f1fb179..0b11a52 100644
--- a/examples/README.md
+++ b/examples/README.md
@@ -279,7 +279,7 @@ Example Configuration:
 
 ## `dsptest` DSP
 
-This is a Unit Test for the Nuttx DSP library. It use Unity testing framework.
+This is a Unit Test for the NuttX DSP library. It use Unity testing framework.
 
 Dependencies:
 
diff --git a/graphics/nxwidgets/ChangeLog.txt b/graphics/nxwidgets/ChangeLog.txt
index 9e34210..a7b2179 100644
--- a/graphics/nxwidgets/ChangeLog.txt
+++ b/graphics/nxwidgets/ChangeLog.txt
@@ -647,5 +647,5 @@
 * Fix a dependency in Kconfig:  CONFIG_NXWIDGET_SERVERINIT is definitely
   supported in the PROTECTED and KERNEL build modes (2018-01-18).
 
-After Nuttx-7.26, the NxWidgets repository was merged into the apps/
+After NuttX-7.26, the NxWidgets repository was merged into the apps/
 repository.  See the apps/ChangeLot.txt for changes since that time.
diff --git a/graphics/nxwm/ChangeLog.txt b/graphics/nxwm/ChangeLog.txt
index 9e34210..a7b2179 100644
--- a/graphics/nxwm/ChangeLog.txt
+++ b/graphics/nxwm/ChangeLog.txt
@@ -647,5 +647,5 @@
 * Fix a dependency in Kconfig:  CONFIG_NXWIDGET_SERVERINIT is definitely
   supported in the PROTECTED and KERNEL build modes (2018-01-18).
 
-After Nuttx-7.26, the NxWidgets repository was merged into the apps/
+After NuttX-7.26, the NxWidgets repository was merged into the apps/
 repository.  See the apps/ChangeLot.txt for changes since that time.
diff --git a/include/wireless/wapi.h b/include/wireless/wapi.h
index 92c017d..be7ac7f 100644
--- a/include/wireless/wapi.h
+++ b/include/wireless/wapi.h
@@ -4,7 +4,7 @@
  *   Copyright (C) 2017, 2019 Gregory Nutt. All rights reserved.
  *   Author: Gregory Nutt <gn...@nuttx.org>
  *
- * Adapted for Nuttx from WAPI:
+ * Adapted for NuttX from WAPI:
  *
  *   Copyright (c) 2010, Volkan YAZICI <vo...@gmail.com>
  *   All rights reserved.
diff --git a/netutils/netlib/netlib_ipv6netmask2prefix.c b/netutils/netlib/netlib_ipv6netmask2prefix.c
index da681c2..c169134 100644
--- a/netutils/netlib/netlib_ipv6netmask2prefix.c
+++ b/netutils/netlib/netlib_ipv6netmask2prefix.c
@@ -142,7 +142,7 @@ static inline uint8_t netlib_msbits16(uint16_t hword)
  * Name: netlib_ipv6netmask2prefix
  *
  * Description:
- *   Convert a 128-bit netmask to a prefix length.  The Nuttx IPv6
+ *   Convert a 128-bit netmask to a prefix length.  The NuttX IPv6
  *   networking uses 128-bit network masks internally.  This function
  *   converts the IPv6 netmask to a prefix length.
  *
diff --git a/system/cu/Kconfig b/system/cu/Kconfig
index aa5693a..ac360d8 100644
--- a/system/cu/Kconfig
+++ b/system/cu/Kconfig
@@ -16,7 +16,7 @@ menuconfig SYSTEM_CUTERM
 
 		This terminal might come in handy for other people that have e.g. GS
 		modems, GPS receivers or other devices with text based serial
-		communications attached to their Nuttx systems.
+		communications attached to their NuttX systems.
 
 if SYSTEM_CUTERM
 
diff --git a/system/nsh/Kconfig b/system/nsh/Kconfig
index 2b27447..d72bc02 100644
--- a/system/nsh/Kconfig
+++ b/system/nsh/Kconfig
@@ -14,11 +14,11 @@ config SYSTEM_NSH
 if SYSTEM_NSH
 
 config SYSTEM_NSH_PRIORITY
-	int "Nuttx shell thread priority"
+	int "NuttX shell thread priority"
 	default 100
 
 config SYSTEM_NSH_STACKSIZE
-	int "Nuttx shell stack size"
+	int "NuttX shell stack size"
 	default DEFAULT_TASK_STACKSIZE
 
 config SYSTEM_NSH_SYMTAB
diff --git a/wireless/ieee802154/i8sak/i8sak.h b/wireless/ieee802154/i8sak/i8sak.h
index 91ba2c5..251879d 100644
--- a/wireless/ieee802154/i8sak/i8sak.h
+++ b/wireless/ieee802154/i8sak/i8sak.h
@@ -8,7 +8,7 @@
  *
  *   Author: Sebastien Lorquet <se...@lorquet.fr>
  *   Author: Anthony Merlino <an...@vergeaero.com>
- *   Author: Gregory Nuttx <gn...@nuttx.org>
+ *   Author: Gregory Nutt <gn...@nuttx.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/wireless/ieee802154/i8sak/i8sak_assoc.c b/wireless/ieee802154/i8sak/i8sak_assoc.c
index 29dd6eb..f3c2c51 100644
--- a/wireless/ieee802154/i8sak/i8sak_assoc.c
+++ b/wireless/ieee802154/i8sak/i8sak_assoc.c
@@ -8,7 +8,7 @@
  *
  *   Author: Sebastien Lorquet <se...@lorquet.fr>
  *   Author: Anthony Merlino <an...@vergeaero.com>
- *   Author: Gregory Nuttx <gn...@nuttx.org>
+ *   Author: Gregory Nutt <gn...@nuttx.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/wireless/ieee802154/i8sak/i8sak_blaster.c b/wireless/ieee802154/i8sak/i8sak_blaster.c
index cf1ac58..0b58fb8 100644
--- a/wireless/ieee802154/i8sak/i8sak_blaster.c
+++ b/wireless/ieee802154/i8sak/i8sak_blaster.c
@@ -8,7 +8,7 @@
  *
  *   Author: Sebastien Lorquet <se...@lorquet.fr>
  *   Author: Anthony Merlino <an...@vergeaero.com>
- *   Author: Gregory Nuttx <gn...@nuttx.org>
+ *   Author: Gregory Nutt <gn...@nuttx.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/wireless/ieee802154/i8sak/i8sak_poll.c b/wireless/ieee802154/i8sak/i8sak_poll.c
index 1a63410..c6264f7 100644
--- a/wireless/ieee802154/i8sak/i8sak_poll.c
+++ b/wireless/ieee802154/i8sak/i8sak_poll.c
@@ -8,7 +8,7 @@
  *
  *   Author: Sebastien Lorquet <se...@lorquet.fr>
  *   Author: Anthony Merlino <an...@vergeaero.com>
- *   Author: Gregory Nuttx <gn...@nuttx.org>
+ *   Author: Gregory Nutt <gn...@nuttx.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/wireless/ieee802154/i8sak/i8sak_scan.c b/wireless/ieee802154/i8sak/i8sak_scan.c
index 46b6c8b..5f95b44 100644
--- a/wireless/ieee802154/i8sak/i8sak_scan.c
+++ b/wireless/ieee802154/i8sak/i8sak_scan.c
@@ -6,7 +6,7 @@
  *   Copyright (C) 2017 Verge Inc. All rights reserved.
  *
  *   Author: Anthony Merlino <an...@vergeaero.com>
- *   Author: Gregory Nuttx <gn...@nuttx.org>
+ *   Author: Gregory Nutt <gn...@nuttx.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/wireless/ieee802154/i8sak/i8sak_sniffer.c b/wireless/ieee802154/i8sak/i8sak_sniffer.c
index 95891c3..f90b092 100644
--- a/wireless/ieee802154/i8sak/i8sak_sniffer.c
+++ b/wireless/ieee802154/i8sak/i8sak_sniffer.c
@@ -8,7 +8,7 @@
  *
  *   Author: Sebastien Lorquet <se...@lorquet.fr>
  *   Author: Anthony Merlino <an...@vergeaero.com>
- *   Author: Gregory Nuttx <gn...@nuttx.org>
+ *   Author: Gregory Nutt <gn...@nuttx.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/wireless/ieee802154/i8sak/i8sak_startpan.c b/wireless/ieee802154/i8sak/i8sak_startpan.c
index e8b8cfe..2294cc3 100644
--- a/wireless/ieee802154/i8sak/i8sak_startpan.c
+++ b/wireless/ieee802154/i8sak/i8sak_startpan.c
@@ -8,7 +8,7 @@
  *
  *   Author: Sebastien Lorquet <se...@lorquet.fr>
  *   Author: Anthony Merlino <an...@vergeaero.com>
- *   Author: Gregory Nuttx <gn...@nuttx.org>
+ *   Author: Gregory Nutt <gn...@nuttx.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/wireless/ieee802154/i8sak/i8sak_tx.c b/wireless/ieee802154/i8sak/i8sak_tx.c
index 1fe95c4..14b7478 100644
--- a/wireless/ieee802154/i8sak/i8sak_tx.c
+++ b/wireless/ieee802154/i8sak/i8sak_tx.c
@@ -8,7 +8,7 @@
  *
  *   Author: Sebastien Lorquet <se...@lorquet.fr>
  *   Author: Anthony Merlino <an...@vergeaero.com>
- *   Author: Gregory Nuttx <gn...@nuttx.org>
+ *   Author: Gregory Nutt <gn...@nuttx.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/wireless/wapi/src/network.c b/wireless/wapi/src/network.c
index 9ffa4c4..64e824b 100644
--- a/wireless/wapi/src/network.c
+++ b/wireless/wapi/src/network.c
@@ -4,7 +4,7 @@
  *   Copyright (C) 2011, 2017 Gregory Nutt. All rights reserved.
  *   Author: Gregory Nutt <gn...@nuttx.org>
  *
- * Adapted for Nuttx from WAPI:
+ * Adapted for NuttX from WAPI:
  *
  *   Copyright (c) 2010, Volkan YAZICI <vo...@gmail.com>
  *   All rights reserved.
diff --git a/wireless/wapi/src/util.c b/wireless/wapi/src/util.c
index 48140dd..09b544c 100644
--- a/wireless/wapi/src/util.c
+++ b/wireless/wapi/src/util.c
@@ -4,7 +4,7 @@
  *   Copyright (C) 2011, 2017Gregory Nutt. All rights reserved.
  *   Author: Gregory Nutt <gn...@nuttx.org>
  *
- * Adapted for Nuttx from WAPI:
+ * Adapted for NuttX from WAPI:
  *
  *   Copyright (c) 2010, Volkan YAZICI <vo...@gmail.com>
  *   All rights reserved.
diff --git a/wireless/wapi/src/util.h b/wireless/wapi/src/util.h
index 02e0d65..0dd66d8 100644
--- a/wireless/wapi/src/util.h
+++ b/wireless/wapi/src/util.h
@@ -4,7 +4,7 @@
  *   Copyright (C) 2011, 2017Gregory Nutt. All rights reserved.
  *   Author: Gregory Nutt <gn...@nuttx.org>
  *
- * Adapted for Nuttx from WAPI:
+ * Adapted for NuttX from WAPI:
  *
  *   Copyright (c) 2010, Volkan YAZICI <vo...@gmail.com>
  *   All rights reserved.
diff --git a/wireless/wapi/src/wireless.c b/wireless/wapi/src/wireless.c
index c5fd8d0..b2f00b2 100644
--- a/wireless/wapi/src/wireless.c
+++ b/wireless/wapi/src/wireless.c
@@ -4,7 +4,7 @@
  *   Copyright (C) 2011, 2017, 2019 Gregory Nutt. All rights reserved.
  *   Author: Gregory Nutt <gn...@nuttx.org>
  *
- * Adapted for Nuttx from WAPI:
+ * Adapted for NuttX from WAPI:
  *
  *   Copyright (c) 2010, Volkan YAZICI <vo...@gmail.com>
  *   All rights reserved.