diff --git a/README.md b/README.md index a9c33ce04..5883f4d5d 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 f1fb179bc..0b11a5269 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 9e34210f0..a7b217996 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 9e34210f0..a7b217996 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 92c017d14..be7ac7fe8 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 * - * Adapted for Nuttx from WAPI: + * Adapted for NuttX from WAPI: * * Copyright (c) 2010, Volkan YAZICI * All rights reserved. diff --git a/netutils/netlib/netlib_ipv6netmask2prefix.c b/netutils/netlib/netlib_ipv6netmask2prefix.c index da681c244..c16913449 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 aa5693a09..ac360d82d 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 2b274473a..d72bc02fa 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 91ba2c55d..251879dbf 100644 --- a/wireless/ieee802154/i8sak/i8sak.h +++ b/wireless/ieee802154/i8sak/i8sak.h @@ -8,7 +8,7 @@ * * Author: Sebastien Lorquet * Author: Anthony Merlino - * Author: Gregory Nuttx + * Author: Gregory Nutt * * 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 29dd6ebbf..f3c2c5136 100644 --- a/wireless/ieee802154/i8sak/i8sak_assoc.c +++ b/wireless/ieee802154/i8sak/i8sak_assoc.c @@ -8,7 +8,7 @@ * * Author: Sebastien Lorquet * Author: Anthony Merlino - * Author: Gregory Nuttx + * Author: Gregory Nutt * * 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 cf1ac58f3..0b58fb872 100644 --- a/wireless/ieee802154/i8sak/i8sak_blaster.c +++ b/wireless/ieee802154/i8sak/i8sak_blaster.c @@ -8,7 +8,7 @@ * * Author: Sebastien Lorquet * Author: Anthony Merlino - * Author: Gregory Nuttx + * Author: Gregory Nutt * * 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 1a63410ce..c6264f7a6 100644 --- a/wireless/ieee802154/i8sak/i8sak_poll.c +++ b/wireless/ieee802154/i8sak/i8sak_poll.c @@ -8,7 +8,7 @@ * * Author: Sebastien Lorquet * Author: Anthony Merlino - * Author: Gregory Nuttx + * Author: Gregory Nutt * * 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 46b6c8ba8..5f95b44ea 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 - * Author: Gregory Nuttx + * Author: Gregory Nutt * * 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 95891c3b5..f90b092df 100644 --- a/wireless/ieee802154/i8sak/i8sak_sniffer.c +++ b/wireless/ieee802154/i8sak/i8sak_sniffer.c @@ -8,7 +8,7 @@ * * Author: Sebastien Lorquet * Author: Anthony Merlino - * Author: Gregory Nuttx + * Author: Gregory Nutt * * 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 e8b8cfeb6..2294cc31d 100644 --- a/wireless/ieee802154/i8sak/i8sak_startpan.c +++ b/wireless/ieee802154/i8sak/i8sak_startpan.c @@ -8,7 +8,7 @@ * * Author: Sebastien Lorquet * Author: Anthony Merlino - * Author: Gregory Nuttx + * Author: Gregory Nutt * * 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 1fe95c4f9..14b7478c5 100644 --- a/wireless/ieee802154/i8sak/i8sak_tx.c +++ b/wireless/ieee802154/i8sak/i8sak_tx.c @@ -8,7 +8,7 @@ * * Author: Sebastien Lorquet * Author: Anthony Merlino - * Author: Gregory Nuttx + * Author: Gregory Nutt * * 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 9ffa4c429..64e824bbe 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 * - * Adapted for Nuttx from WAPI: + * Adapted for NuttX from WAPI: * * Copyright (c) 2010, Volkan YAZICI * All rights reserved. diff --git a/wireless/wapi/src/util.c b/wireless/wapi/src/util.c index 48140dde6..09b544cc3 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 * - * Adapted for Nuttx from WAPI: + * Adapted for NuttX from WAPI: * * Copyright (c) 2010, Volkan YAZICI * All rights reserved. diff --git a/wireless/wapi/src/util.h b/wireless/wapi/src/util.h index 02e0d65f1..0dd66d89b 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 * - * Adapted for Nuttx from WAPI: + * Adapted for NuttX from WAPI: * * Copyright (c) 2010, Volkan YAZICI * All rights reserved. diff --git a/wireless/wapi/src/wireless.c b/wireless/wapi/src/wireless.c index c5fd8d059..b2f00b249 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 * - * Adapted for Nuttx from WAPI: + * Adapted for NuttX from WAPI: * * Copyright (c) 2010, Volkan YAZICI * All rights reserved.