Change all 'Nuttx' to 'NuttX'
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
7588d458e5
commit
8a63e58936
@ -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
|
||||
|
@ -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:
|
||||
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -4,7 +4,7 @@
|
||||
* Copyright (C) 2017, 2019 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
*
|
||||
* Adapted for Nuttx from WAPI:
|
||||
* Adapted for NuttX from WAPI:
|
||||
*
|
||||
* Copyright (c) 2010, Volkan YAZICI <volkan.yazici@gmail.com>
|
||||
* All rights reserved.
|
||||
|
@ -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.
|
||||
*
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -8,7 +8,7 @@
|
||||
*
|
||||
* Author: Sebastien Lorquet <sebastien@lorquet.fr>
|
||||
* Author: Anthony Merlino <anthony@vergeaero.com>
|
||||
* Author: Gregory Nuttx <gnutt@nuttx.org>
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
|
@ -8,7 +8,7 @@
|
||||
*
|
||||
* Author: Sebastien Lorquet <sebastien@lorquet.fr>
|
||||
* Author: Anthony Merlino <anthony@vergeaero.com>
|
||||
* Author: Gregory Nuttx <gnutt@nuttx.org>
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
|
@ -8,7 +8,7 @@
|
||||
*
|
||||
* Author: Sebastien Lorquet <sebastien@lorquet.fr>
|
||||
* Author: Anthony Merlino <anthony@vergeaero.com>
|
||||
* Author: Gregory Nuttx <gnutt@nuttx.org>
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
|
@ -8,7 +8,7 @@
|
||||
*
|
||||
* Author: Sebastien Lorquet <sebastien@lorquet.fr>
|
||||
* Author: Anthony Merlino <anthony@vergeaero.com>
|
||||
* Author: Gregory Nuttx <gnutt@nuttx.org>
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
|
@ -6,7 +6,7 @@
|
||||
* Copyright (C) 2017 Verge Inc. All rights reserved.
|
||||
*
|
||||
* Author: Anthony Merlino <anthony@vergeaero.com>
|
||||
* Author: Gregory Nuttx <gnutt@nuttx.org>
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
|
@ -8,7 +8,7 @@
|
||||
*
|
||||
* Author: Sebastien Lorquet <sebastien@lorquet.fr>
|
||||
* Author: Anthony Merlino <anthony@vergeaero.com>
|
||||
* Author: Gregory Nuttx <gnutt@nuttx.org>
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
|
@ -8,7 +8,7 @@
|
||||
*
|
||||
* Author: Sebastien Lorquet <sebastien@lorquet.fr>
|
||||
* Author: Anthony Merlino <anthony@vergeaero.com>
|
||||
* Author: Gregory Nuttx <gnutt@nuttx.org>
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
|
@ -8,7 +8,7 @@
|
||||
*
|
||||
* Author: Sebastien Lorquet <sebastien@lorquet.fr>
|
||||
* Author: Anthony Merlino <anthony@vergeaero.com>
|
||||
* Author: Gregory Nuttx <gnutt@nuttx.org>
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
|
@ -4,7 +4,7 @@
|
||||
* Copyright (C) 2011, 2017 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
*
|
||||
* Adapted for Nuttx from WAPI:
|
||||
* Adapted for NuttX from WAPI:
|
||||
*
|
||||
* Copyright (c) 2010, Volkan YAZICI <volkan.yazici@gmail.com>
|
||||
* All rights reserved.
|
||||
|
@ -4,7 +4,7 @@
|
||||
* Copyright (C) 2011, 2017Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
*
|
||||
* Adapted for Nuttx from WAPI:
|
||||
* Adapted for NuttX from WAPI:
|
||||
*
|
||||
* Copyright (c) 2010, Volkan YAZICI <volkan.yazici@gmail.com>
|
||||
* All rights reserved.
|
||||
|
@ -4,7 +4,7 @@
|
||||
* Copyright (C) 2011, 2017Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
*
|
||||
* Adapted for Nuttx from WAPI:
|
||||
* Adapted for NuttX from WAPI:
|
||||
*
|
||||
* Copyright (c) 2010, Volkan YAZICI <volkan.yazici@gmail.com>
|
||||
* All rights reserved.
|
||||
|
@ -4,7 +4,7 @@
|
||||
* Copyright (C) 2011, 2017, 2019 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
*
|
||||
* Adapted for Nuttx from WAPI:
|
||||
* Adapted for NuttX from WAPI:
|
||||
*
|
||||
* Copyright (c) 2010, Volkan YAZICI <volkan.yazici@gmail.com>
|
||||
* All rights reserved.
|
||||
|
Loading…
Reference in New Issue
Block a user