diff --git a/ChangeLog b/ChangeLog
index 2224feead3e..9be01bb95e7 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -10624,4 +10624,6 @@
* NFS client: Fix prototype of unbind method. The function prototype
was not updated for NFS after a recent change to the file system
interface. From Manuel Stühn (2015-06-25).
-
+ * Broke the NuttX GIT repository into several, smaller repositories.
+ Eliminated the misc/ directory and the content under misc/Obsoleted
+ and misc/sims (2015-06-27).
diff --git a/Documentation/NuttShell.html b/Documentation/NuttShell.html
index 244a7889a39..206d2849602 100644
--- a/Documentation/NuttShell.html
+++ b/Documentation/NuttShell.html
@@ -4068,7 +4068,7 @@ mount -t vfat /dev/ram1 /tmp
The genromfs tool(available from http://romfs.sourceforge.net) or included within the NuttX buildroot toolchain.
- There is a snapshot here: misc/tools/genromfs-0.5.2.tar.gz.
+ There is also a snapshot available in the NuttX tools repository here.
diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html
index 34164366f64..cbef2d45520 100644
--- a/Documentation/NuttX.html
+++ b/Documentation/NuttX.html
@@ -1315,15 +1315,15 @@
pascal.
- Release notes for all released versions on pascal are available in the Bitbucket GIT
- The ChangeLog for all releases of pascal is available at the bottom of the ChangeLog file that can viewed in the Bitbucket GIT.
+ Release notes for all released versions on pascal are available in the Bitbucket GIT
+ The ChangeLog for all releases of pascal is available at the bottom of the ChangeLog file that can viewed in the Bitbucket GIT.
buildroot.
Release notes for buildroot 1.14 are available here;
- release notes for all released versions on buildroot are available in the Bitbucket GIT
- The ChangeLog for all releases of buildroot is available at the bottom of the ChangeLog file that can viewed in the Bitbucket GIT.
+ release notes for all released versions on buildroot are available in the Bitbucket GIT
+ The ChangeLog for all releases of buildroot is available at the bottom of the ChangeLog file that can viewed in the Bitbucket GIT.
@@ -1373,7 +1373,6 @@
Intel
@@ -1455,7 +1454,6 @@
Intel
@@ -2689,21 +2687,6 @@ nsh>
Chip support for these STM32 "Value Line" family was contributed by Mike Smith and users have reported that they have successful brought up NuttX on their proprietary boards using this logic.
-
-
- Generic Board Support (obsoleted)
- This logic was extended to support the high density STM32F100RC chips by Freddie Chopin
- There is generic support for STM32F100RC boards.
- Refer to the NuttX board README file for further information.
-
-
- Obsoleted.
- This generic board supported has been obsoleted.
- The code has been moved out of the NuttX source tree but can still be found be found in Obsoleted directory.
- This support was obsoleted because of a decision to stop support of generic board configurations.
- Generic board configurations do not provide support for any specific hardware but can be useful only if there are not other examples for the setup for a particular architecture.
-
-
STM32VL-Discovery.
@@ -4298,38 +4281,6 @@ Mem: 29232 5920 23312 23312
-
-  |
-
- Intel 80C52 Microcontroller.
- |
-
-
-
|
-
-
- PJRC 87C52 Development Board.
- This port uses the PJRC 87C52 development system and the SDCC toolchain under Linux or Cygwin.
-
-
-
- STATUS:
- This port is complete but not stable with timer interrupts enabled.
- There seems to be some issue when the stack pointer enters into the indirect IRAM
- address space during interrupt handling.
- This architecture has not been built in some time will likely have some compilation
- problems because of SDCC compiler differences.
- Refer to the NuttX board README file for further information.
-
-
-
- Obsoleted.
- This architecture has been obsoleted.
- The code has been moved out of the NuttX source tree but can still be found be found in Obsoleted directory.
- This support was obsoleted because (1) the architecture limitations of the 8051 family make ongoing development of more advanced NuttX features too difficult, and (2) although the basic port was marginally functional, it has never really been demonstrated convincingly in any application.
-
- |
-
 |
@@ -4712,25 +4663,6 @@ BFD_ASSERT (*plt_offset != (bfd_vma) -1);
Refer to the NuttX board README file for further information.
-
-
- Toyaga 16z (obsoleted).
- This port if for the Toyaga 16z board that also use the Zilog ZNEOZ16F2811AL20EG microntroller with the Zilog ZDS-II Windows command line tools.
- The development environment is either Windows native or Cygwin under Windows.
-
-
- STATUS:
- The initial release of support for the 16z board was made available in NuttX version 6.33.
- Both the 16z board and the NuttX port are works in progress and are not ready for usage as of NuttX-7.2.
- Refer to the NuttX board README file for further information.
-
-
- Obsoleted.
- This board support has been obsoleted.
- The code has been moved out of the NuttX source tree but can still be found be found in Obsoleted directory.
- This support was obsoleted because of technical issues that make NuttX unusable on the board at least in the short term. This configuration may return to the NuttX source tree at some time in the future.
-
-
|
@@ -4841,9 +4773,7 @@ BFD_ASSERT (*plt_offset != (bfd_vma) -1);
Z80 Instruction Set Simulator.
This port uses the SDCC toolchain
under Linux or Cygwin (verified using version 2.6.0).
- This port has been verified using only a Z80 instruction simulator.
- That simulator can be found in the NuttX GIT
- here.
+ This port has been verified using only a Z80 instruction simulator called z80sim.
@@ -4913,8 +4843,8 @@ avr, m68k, m68hc11, m68hc12, m9s12, blackfin, m32c, h8, and SuperH ports.NuttX GIT.
+ The buildroot GIT may be accessed in the NuttX
+ buildroot GIT.
diff --git a/Documentation/NuttXNxFlat.html b/Documentation/NuttXNxFlat.html
index e8f68046f87..1a050233758 100644
--- a/Documentation/NuttXNxFlat.html
+++ b/Documentation/NuttXNxFlat.html
@@ -164,7 +164,7 @@
A linker to bind ELF binaries to produce the NXFLAT binary format
- (See GIT).
+ (See GIT).
@@ -321,10 +321,10 @@
Unpack <some-dir>/buildroot-0.x.y.tar.gz using a command like tar zxf buildroot-0.x.y.
- This will result in a new directory like <some-dir>/misc/buildroot-0.x.y
+ This will result in a new directory like <some-dir>/buildroot-0.x.y
- Move this into position: mv <some-dir>/misc/buildroot-0.x.y<some-dir>/buildroot
+ Move this into position: mv <some-dir>/buildroot-0.x.y<some-dir>/buildroot
cd <some-dir>/buildroot
diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html
index c42ea74ea39..ee746d9a30a 100644
--- a/Documentation/NuttxPortingGuide.html
+++ b/Documentation/NuttxPortingGuide.html
@@ -665,9 +665,7 @@
arch/z80/include/z80 and arch/z80/src/z80:
The Z80 port was released in nuttx-0.3.6 has been verified using only a
- z80 instruction simulator.
- The set simulator can be found in the NuttX GIT at
- https://bitbucket.org/patacongo/nuttx/src/master/misc/sims/z80sim.
+ z80 instruction simulator called z80sim.
This port also uses the SDCC toolchain (http://sdcc.sourceforge.net/)
(verified with version 2.6.0 and 2.7.0).
@@ -1058,11 +1056,9 @@
configs/z80sim:
- z80 Microcontroller. This port uses a Z80 instruction set simulator.
- That simulator can be found in the NuttX GIT
- here.
- This port also the SDCC toolchain
- under Linux or Cygwin(verified with version 2.6.0).
+ z80 Microcontroller. This port uses a Z80 instruction set simulator
+ called z80sim.
+ This port also the SDCC toolchain under Linux or Cygwin(verified with version 2.6.0).
configs/z8encore000zco
diff --git a/Kconfig b/Kconfig
index f81346f9ed8..e57918a0ff4 100644
--- a/Kconfig
+++ b/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
mainmenu "Nuttx/$ARCH Configuration"
diff --git a/Makefile.unix b/Makefile.unix
index b82febe6780..3e6442bb56e 100644
--- a/Makefile.unix
+++ b/Makefile.unix
@@ -471,7 +471,7 @@ pass2dep: context tools/mkdeps$(HOSTEXEEXT)
# These targets depend on the kconfig-frontends packages. To use these, you
# must first download and install the kconfig-frontends package from this
# location: http://ymorin.is-a-geek.org/projects/kconfig-frontends. See
-# misc/tools/README.txt for additional information.
+# README.txt file in the NuttX tools GIT repository for additional information.
config:
$(Q) APPSDIR=${CONFIG_APPS_DIR} kconfig-conf Kconfig
diff --git a/TODO b/TODO
index 03ccd5be71e..377c941f20f 100644
--- a/TODO
+++ b/TODO
@@ -17,7 +17,7 @@ nuttx/
(4) C++ Support
(6) Binary loaders (binfmt/)
(12) Network (net/, drivers/net)
- (5) USB (drivers/usbdev, drivers/usbhost)
+ (4) USB (drivers/usbdev, drivers/usbhost)
(12) Libraries (libc/, libm/)
(11) File system/Generic drivers (fs/, drivers/)
(8) Graphics subsystem (graphics/)
@@ -1023,13 +1023,6 @@ o USB (drivers/usbdev, drivers/usbhost)
Status: Open
Priority: Medium
- Title: RTL8187 DRIVER IS UNFINISHED
- Description: misc/drivers/usbhost_rtl8187.c is a work in progress. There is no RTL8187
- driver available yet. That is a work in progress it was abandoned because
- it depends on having an 802.11g stack.
- Status: Open
- Priority: Low (Unless you need RTL8187 support).
-
Title: EP0 OUT CLASS DATA
Description: There is no mechanism in place to handle EP0 OUT data transfers.
There are two aspects to this problem, neither are easy to fix
diff --git a/arch/Kconfig b/arch/Kconfig
index 2c024d0b885..be81985a8b1 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
choice
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index c0d52fd1b63..6c6578a8cd2 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_ARM
diff --git a/arch/arm/src/a1x/Kconfig b/arch/arm/src/a1x/Kconfig
index 324f2d288b4..41414352212 100644
--- a/arch/arm/src/a1x/Kconfig
+++ b/arch/arm/src/a1x/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_CHIP_A1X
diff --git a/arch/arm/src/arm/Kconfig b/arch/arm/src/arm/Kconfig
index e611c0d5ef9..53f0958b2e2 100644
--- a/arch/arm/src/arm/Kconfig
+++ b/arch/arm/src/arm/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
comment "ARM Configuration Options"
diff --git a/arch/arm/src/armv6-m/Kconfig b/arch/arm/src/armv6-m/Kconfig
index 9dc5ca2c4ec..ed8b54a8e1a 100644
--- a/arch/arm/src/armv6-m/Kconfig
+++ b/arch/arm/src/armv6-m/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
comment "ARMV6M Configuration Options"
diff --git a/arch/arm/src/armv7-a/Kconfig b/arch/arm/src/armv7-a/Kconfig
index fb82ad13be5..6d41a2c6189 100644
--- a/arch/arm/src/armv7-a/Kconfig
+++ b/arch/arm/src/armv7-a/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
comment "ARMv7-A Configuration Options"
diff --git a/arch/arm/src/armv7-m/Kconfig b/arch/arm/src/armv7-m/Kconfig
index 15f423403ee..8c59384aceb 100644
--- a/arch/arm/src/armv7-m/Kconfig
+++ b/arch/arm/src/armv7-m/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
comment "ARMV7M Configuration Options"
diff --git a/arch/arm/src/c5471/Kconfig b/arch/arm/src/c5471/Kconfig
index f553417e269..17b615a0973 100644
--- a/arch/arm/src/c5471/Kconfig
+++ b/arch/arm/src/c5471/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
comment "C5471 Configuration Options"
diff --git a/arch/arm/src/calypso/Kconfig b/arch/arm/src/calypso/Kconfig
index 287494cc46b..e044280f626 100644
--- a/arch/arm/src/calypso/Kconfig
+++ b/arch/arm/src/calypso/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
comment "Calypso Configuration Options"
diff --git a/arch/arm/src/dm320/Kconfig b/arch/arm/src/dm320/Kconfig
index ee97de57af2..cc0de49494c 100644
--- a/arch/arm/src/dm320/Kconfig
+++ b/arch/arm/src/dm320/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_CHIP_DM320
diff --git a/arch/arm/src/imx/Kconfig b/arch/arm/src/imx/Kconfig
index e188a361749..c9239521b32 100644
--- a/arch/arm/src/imx/Kconfig
+++ b/arch/arm/src/imx/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_CHIP_IMX
diff --git a/arch/arm/src/kinetis/Kconfig b/arch/arm/src/kinetis/Kconfig
index b160d686778..8db618f9190 100644
--- a/arch/arm/src/kinetis/Kconfig
+++ b/arch/arm/src/kinetis/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
comment "Kinetis Configuration Options"
diff --git a/arch/arm/src/kl/Kconfig b/arch/arm/src/kl/Kconfig
index e9a9c31fcd2..017ca8437e1 100644
--- a/arch/arm/src/kl/Kconfig
+++ b/arch/arm/src/kl/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
comment "Kinetis Configuration Options"
diff --git a/arch/arm/src/lpc11xx/Kconfig b/arch/arm/src/lpc11xx/Kconfig
index 6524ea48420..17a33effec9 100644
--- a/arch/arm/src/lpc11xx/Kconfig
+++ b/arch/arm/src/lpc11xx/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
comment "LPC11xx Configuration Options"
diff --git a/arch/arm/src/lpc17xx/Kconfig b/arch/arm/src/lpc17xx/Kconfig
index c7afa120cc3..842ddef2bba 100644
--- a/arch/arm/src/lpc17xx/Kconfig
+++ b/arch/arm/src/lpc17xx/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
comment "LPC17xx Configuration Options"
diff --git a/arch/arm/src/lpc214x/Kconfig b/arch/arm/src/lpc214x/Kconfig
index 181e04a53fc..857b5f54d0e 100644
--- a/arch/arm/src/lpc214x/Kconfig
+++ b/arch/arm/src/lpc214x/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
comment "LPC214x Configuration Options"
diff --git a/arch/arm/src/lpc2378/Kconfig b/arch/arm/src/lpc2378/Kconfig
index e9dd1777827..4e153df4013 100644
--- a/arch/arm/src/lpc2378/Kconfig
+++ b/arch/arm/src/lpc2378/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
comment "LPC2378 Configuration Options"
diff --git a/arch/arm/src/lpc31xx/Kconfig b/arch/arm/src/lpc31xx/Kconfig
index 408e947303a..bb3f9435068 100644
--- a/arch/arm/src/lpc31xx/Kconfig
+++ b/arch/arm/src/lpc31xx/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
comment "LPC31xx Configuration Options"
diff --git a/arch/arm/src/lpc43xx/Kconfig b/arch/arm/src/lpc43xx/Kconfig
index 8698c4f6d2c..1491120fbed 100644
--- a/arch/arm/src/lpc43xx/Kconfig
+++ b/arch/arm/src/lpc43xx/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
comment "LPC43xx Configuration Options"
diff --git a/arch/arm/src/nuc1xx/Kconfig b/arch/arm/src/nuc1xx/Kconfig
index 5c4b86ac42c..50cddcbdee1 100644
--- a/arch/arm/src/nuc1xx/Kconfig
+++ b/arch/arm/src/nuc1xx/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
comment "NUC100/120 Configuration Options"
diff --git a/arch/arm/src/sam34/Kconfig b/arch/arm/src/sam34/Kconfig
index 8f84e89036d..fc504b6f2a6 100644
--- a/arch/arm/src/sam34/Kconfig
+++ b/arch/arm/src/sam34/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
comment "AT91SAM3/4 Configuration Options"
diff --git a/arch/arm/src/sama5/Kconfig b/arch/arm/src/sama5/Kconfig
index 172ee9b28d8..d0074d0b120 100644
--- a/arch/arm/src/sama5/Kconfig
+++ b/arch/arm/src/sama5/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_CHIP_SAMA5
diff --git a/arch/arm/src/samdl/Kconfig b/arch/arm/src/samdl/Kconfig
index 279e81e003a..68ea979f909 100644
--- a/arch/arm/src/samdl/Kconfig
+++ b/arch/arm/src/samdl/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
comment "Atmel SAMD/L Configuration Options"
diff --git a/arch/arm/src/samv7/Kconfig b/arch/arm/src/samv7/Kconfig
index 194c74924aa..75540fe2230 100644
--- a/arch/arm/src/samv7/Kconfig
+++ b/arch/arm/src/samv7/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_CHIP_SAMV7
diff --git a/arch/arm/src/stm32/Kconfig b/arch/arm/src/stm32/Kconfig
index 117776f28f7..c8b12e33189 100644
--- a/arch/arm/src/stm32/Kconfig
+++ b/arch/arm/src/stm32/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
comment "STM32 Configuration Options"
diff --git a/arch/arm/src/str71x/Kconfig b/arch/arm/src/str71x/Kconfig
index 2784ce9c36b..2b8bc7278ff 100644
--- a/arch/arm/src/str71x/Kconfig
+++ b/arch/arm/src/str71x/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
comment "STR71x Configuration Options"
diff --git a/arch/arm/src/tiva/Kconfig b/arch/arm/src/tiva/Kconfig
index 43b07f94479..8d82ab6c541 100644
--- a/arch/arm/src/tiva/Kconfig
+++ b/arch/arm/src/tiva/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
comment "Tiva/Stellaris Configuration Options"
diff --git a/arch/avr/Kconfig b/arch/avr/Kconfig
index 8d26b183e80..473a2ed5888 100644
--- a/arch/avr/Kconfig
+++ b/arch/avr/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_AVR
diff --git a/arch/avr/src/at32uc3/Kconfig b/arch/avr/src/at32uc3/Kconfig
index 41917823891..d12c0ad17de 100644
--- a/arch/avr/src/at32uc3/Kconfig
+++ b/arch/avr/src/at32uc3/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_CHIP_AT32UC3
diff --git a/arch/avr/src/at90usb/Kconfig b/arch/avr/src/at90usb/Kconfig
index 81a57a22d32..6481e6973f0 100644
--- a/arch/avr/src/at90usb/Kconfig
+++ b/arch/avr/src/at90usb/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_CHIP_AT90USB
diff --git a/arch/avr/src/atmega/Kconfig b/arch/avr/src/atmega/Kconfig
index d2436c72399..b2ec28f1777 100644
--- a/arch/avr/src/atmega/Kconfig
+++ b/arch/avr/src/atmega/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_CHIP_ATMEGA
diff --git a/arch/avr/src/avr/Kconfig b/arch/avr/src/avr/Kconfig
index 3c18452dfcf..9591cb6530d 100644
--- a/arch/avr/src/avr/Kconfig
+++ b/arch/avr/src/avr/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_FAMILY_AVR
@@ -54,7 +54,7 @@ config AVR_BUILDROOT
the following section for details on building this toolchain.
It is assumed in some places that buildroot toolchain is
- available at ../misc/buildroot/build_avr. Edit the setenv.sh
+ available at ../buildroot/build_avr. Edit the setenv.sh
file if this is not the case.
endchoice
diff --git a/arch/avr/src/avr32/Kconfig b/arch/avr/src/avr32/Kconfig
index 5e04c40da88..14d5c0f33b4 100644
--- a/arch/avr/src/avr32/Kconfig
+++ b/arch/avr/src/avr32/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_FAMILY_AVR32
diff --git a/arch/avr/src/common/Kconfig b/arch/avr/src/common/Kconfig
index 7966a39c5a8..a88c61ad5ce 100644
--- a/arch/avr/src/common/Kconfig
+++ b/arch/avr/src/common/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_AVR
diff --git a/arch/hc/Kconfig b/arch/hc/Kconfig
index f578283d579..53281389831 100644
--- a/arch/hc/Kconfig
+++ b/arch/hc/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_HC
diff --git a/arch/hc/src/m9s12/Kconfig b/arch/hc/src/m9s12/Kconfig
index c0fce2f9b2e..cd70fc9814a 100644
--- a/arch/hc/src/m9s12/Kconfig
+++ b/arch/hc/src/m9s12/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_HSC12
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index d577e8bd8dd..616125b34e6 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_MIPS
diff --git a/arch/mips/src/common/Kconfig b/arch/mips/src/common/Kconfig
index 1f47e5072b0..47e1378225f 100644
--- a/arch/mips/src/common/Kconfig
+++ b/arch/mips/src/common/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_MIPS
diff --git a/arch/mips/src/mips32/Kconfig b/arch/mips/src/mips32/Kconfig
index c6673654ebb..228c28557f4 100644
--- a/arch/mips/src/mips32/Kconfig
+++ b/arch/mips/src/mips32/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_MIPS32
diff --git a/arch/mips/src/pic32mx/Kconfig b/arch/mips/src/pic32mx/Kconfig
index 6037deb55b6..3a1e2307fc0 100644
--- a/arch/mips/src/pic32mx/Kconfig
+++ b/arch/mips/src/pic32mx/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_CHIP_PIC32MX
diff --git a/arch/mips/src/pic32mz/Kconfig b/arch/mips/src/pic32mz/Kconfig
index c906d74c107..76db5f37dae 100644
--- a/arch/mips/src/pic32mz/Kconfig
+++ b/arch/mips/src/pic32mz/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_CHIP_PIC32MZ
diff --git a/arch/rgmp/Kconfig b/arch/rgmp/Kconfig
index 2f9cead0797..690f88e6145 100644
--- a/arch/rgmp/Kconfig
+++ b/arch/rgmp/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_RGMP
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig
index 15575a9e4f4..0df7b045d0e 100644
--- a/arch/sh/Kconfig
+++ b/arch/sh/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_SH
diff --git a/arch/sh/src/common/Kconfig b/arch/sh/src/common/Kconfig
index c2e65d2ac11..f6c044427de 100644
--- a/arch/sh/src/common/Kconfig
+++ b/arch/sh/src/common/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_SH
diff --git a/arch/sh/src/m16c/Kconfig b/arch/sh/src/m16c/Kconfig
index 1b7318e20a1..e1f81d0727b 100644
--- a/arch/sh/src/m16c/Kconfig
+++ b/arch/sh/src/m16c/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_M16C
diff --git a/arch/sh/src/sh1/Kconfig b/arch/sh/src/sh1/Kconfig
index 560c3d91c74..f3002c37370 100644
--- a/arch/sh/src/sh1/Kconfig
+++ b/arch/sh/src/sh1/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_SH1
diff --git a/arch/sim/Kconfig b/arch/sim/Kconfig
index 66b9cccbc76..7922d51f460 100644
--- a/arch/sim/Kconfig
+++ b/arch/sim/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_SIM
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 42e47dc3999..60f37d7553f 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_X86
diff --git a/arch/x86/src/common/Kconfig b/arch/x86/src/common/Kconfig
index 9595e6e8ad4..df2d87a14fa 100644
--- a/arch/x86/src/common/Kconfig
+++ b/arch/x86/src/common/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_X86
diff --git a/arch/x86/src/i486/Kconfig b/arch/x86/src/i486/Kconfig
index 1847a4dd4e0..dda54330f55 100644
--- a/arch/x86/src/i486/Kconfig
+++ b/arch/x86/src/i486/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_I486
diff --git a/arch/x86/src/qemu/Kconfig b/arch/x86/src/qemu/Kconfig
index 64933646c37..d4bd2e071ba 100644
--- a/arch/x86/src/qemu/Kconfig
+++ b/arch/x86/src/qemu/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_CHIP_QEMU
diff --git a/arch/z16/Kconfig b/arch/z16/Kconfig
index ac79b574ab4..0b457113ced 100644
--- a/arch/z16/Kconfig
+++ b/arch/z16/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_Z16
diff --git a/arch/z16/src/common/Kconfig b/arch/z16/src/common/Kconfig
index d01f3df2dbe..cc2a3060a26 100644
--- a/arch/z16/src/common/Kconfig
+++ b/arch/z16/src/common/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_Z16
diff --git a/arch/z16/src/z16f/Kconfig b/arch/z16/src/z16f/Kconfig
index d825701e32e..229a1aa72f1 100644
--- a/arch/z16/src/z16f/Kconfig
+++ b/arch/z16/src/z16f/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_CHIP_Z16F
diff --git a/arch/z80/Kconfig b/arch/z80/Kconfig
index ef2793b8704..79692bae06b 100644
--- a/arch/z80/Kconfig
+++ b/arch/z80/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_Z80
diff --git a/arch/z80/src/common/Kconfig b/arch/z80/src/common/Kconfig
index 00993bfccea..a31d4502c4a 100644
--- a/arch/z80/src/common/Kconfig
+++ b/arch/z80/src/common/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_Z80
diff --git a/arch/z80/src/ez80/Kconfig b/arch/z80/src/ez80/Kconfig
index d67818a1471..856a4722fb4 100644
--- a/arch/z80/src/ez80/Kconfig
+++ b/arch/z80/src/ez80/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_CHIP_EZ80
diff --git a/arch/z80/src/z180/Kconfig b/arch/z80/src/z180/Kconfig
index 8436241eee0..ce26721f761 100644
--- a/arch/z80/src/z180/Kconfig
+++ b/arch/z80/src/z180/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_CHIP_Z180
diff --git a/arch/z80/src/z8/Kconfig b/arch/z80/src/z8/Kconfig
index 79bb5eb5c77..bbf47d86da0 100644
--- a/arch/z80/src/z8/Kconfig
+++ b/arch/z80/src/z8/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_CHIP_Z8
diff --git a/arch/z80/src/z80/Kconfig b/arch/z80/src/z80/Kconfig
index 8bebdfae259..7a05eb08ef7 100644
--- a/arch/z80/src/z80/Kconfig
+++ b/arch/z80/src/z80/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_CHIP_Z80
diff --git a/audio/Kconfig b/audio/Kconfig
index cbf51b87eaa..344260af115 100644
--- a/audio/Kconfig
+++ b/audio/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
config AUDIO
diff --git a/binfmt/Kconfig b/binfmt/Kconfig
index 14bd4364fb8..fc2b457f891 100644
--- a/binfmt/Kconfig
+++ b/binfmt/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
config BINFMT_DISABLE
@@ -79,10 +79,10 @@ config PCODE
NOTE: You must first install and select the Pascal P-Code
interpreter before you can select this binary format. The P-Code
- interpreter is in the pascal package and can also be fount in the
- misc/pascal directory of the repository. Read the README.txt file
- in the misc/pascal directory for more details. The correct
- installation director is: apps/interpreters.
+ interpreter is in the Pascal download package and can also be found
+ in the NuttX Pascal GIT repository. Read the README.txt file in the
+ Pascal package directory for more details. The correct installation
+ directory is: apps/interpreters.
ISSUES: This feature is highly coupled with logic in the apps/subdirectory
and, as a consequence, cannot be used in environments that do not
diff --git a/binfmt/libbuiltin/Kconfig b/binfmt/libbuiltin/Kconfig
index ae2bf31307d..f72f3c094ce 100644
--- a/binfmt/libbuiltin/Kconfig
+++ b/binfmt/libbuiltin/Kconfig
@@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
diff --git a/binfmt/libelf/Kconfig b/binfmt/libelf/Kconfig
index 0a3f9976fd2..4437914ec39 100644
--- a/binfmt/libelf/Kconfig
+++ b/binfmt/libelf/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
config ELF_ALIGN_LOG2
diff --git a/binfmt/libnxflat/Kconfig b/binfmt/libnxflat/Kconfig
index fdb270cfb25..0a11f8c083b 100644
--- a/binfmt/libnxflat/Kconfig
+++ b/binfmt/libnxflat/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
config NXFLAT_DUMPBUFFER
diff --git a/binfmt/libpcode/Kconfig b/binfmt/libpcode/Kconfig
index b09f6795e28..92b09650ff2 100644
--- a/binfmt/libpcode/Kconfig
+++ b/binfmt/libpcode/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
config PCODE_STACKSIZE
diff --git a/binfmt/libpcode/README.txt b/binfmt/libpcode/README.txt
index a8f482215c9..8f980ce1e9b 100644
--- a/binfmt/libpcode/README.txt
+++ b/binfmt/libpcode/README.txt
@@ -4,10 +4,11 @@ libpcode README
Configuration Dependencies
--------------------------
In order to use this module, you must first install the P-Code virtual
-machine. You can get this from the Pascal package or from misc/pascal in
-the GIT repository. See the README.txt file at misc/pascal for installation
-instructions. The correct location to install the P-code virtual machine is
-at apps/interpreters.
+machine. You can get this from the Pascal package or from the NuttX Pascal
+GIT repository. See the README.txt file at the top-level Pascal for
+installation instructions. The correct location to install the P-code
+virtual machine is at apps/interpreters (assuming that you are using
+the NuttX apps/ package and that you have named the directory apps/).
Other required configuration settings:
diff --git a/configs/Kconfig b/configs/Kconfig
index a74b9bbac12..1ff387c4267 100644
--- a/configs/Kconfig
+++ b/configs/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
choice
@@ -1053,11 +1053,9 @@ config ARCH_BOARD_Z80SIM
depends on ARCH_CHIP_Z80
select ARCH_HAVE_UART
---help---
- z80 Microcontroller. This port uses a Z80 instruction set simulator.
- That simulator can be found in the NuttX GIT at
- https://bitbucket.org/patacongo/nuttx/src/master/misc/sims/z80sim.
- This port also uses the SDCC toolchain (http://sdcc.sourceforge.net/")
- (verified with version 2.6.0).
+ z80 Microcontroller. This port uses a Z80 instruction set simulator
+ called z80sim. This port also uses the SDCC toolchain
+ (http://sdcc.sourceforge.net/") (verified with version 2.6.0).
config ARCH_BOARD_Z8ENCORE000ZCO
bool "ZiLOG Z8ENCORE000ZCO Development Kit"
diff --git a/configs/README.txt b/configs/README.txt
index 512c99ff04a..a555757cf60 100644
--- a/configs/README.txt
+++ b/configs/README.txt
@@ -681,11 +681,9 @@ configs/z16f2800100zcog
development environment is Cygwin under WinXP.
configs/z80sim
- z80 Microcontroller. This port uses a Z80 instruction set simulator.
- That simulator can be found in the NuttX GIT at
- https://bitbucket.org/patacongo/nuttx/src/master/misc/sims/z80sim.
- This port also uses the SDCC toolchain (http://sdcc.sourceforge.net/")
- (verified with version 2.6.0).
+ z80 Microcontroller. This port uses a Z80 instruction set simulator
+ called z80sim. This port also uses the SDCC toolchain
+ (http://sdcc.sourceforge.net/") (verified with version 2.6.0).
configs/z8encore000zco
z8Encore! Microcontroller. This port use the Zilog z8encore000zco
diff --git a/configs/amber/Kconfig b/configs/amber/Kconfig
index ae2bf31307d..f72f3c094ce 100644
--- a/configs/amber/Kconfig
+++ b/configs/amber/Kconfig
@@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
diff --git a/configs/amber/README.txt b/configs/amber/README.txt
index b80d872f95a..5d5d845be46 100644
--- a/configs/amber/README.txt
+++ b/configs/amber/README.txt
@@ -200,7 +200,7 @@ Buildroot:
following section for details on building this toolchain.
It is assumed in some places that buildroot toolchain is available
- at ../misc/buildroot/build_avr. Edit the setenv.sh file if
+ at ../buildroot/build_avr. Edit the setenv.sh file if
this is not the case.
After configuring NuttX, make sure that CONFIG_AVR_BUILDROOT=y is set in your
@@ -512,7 +512,7 @@ Common Configuration Notes
change a configurations using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
diff --git a/configs/amber/hello/setenv.sh b/configs/amber/hello/setenv.sh
index 9b350a2c4eb..dc97e70b62a 100755
--- a/configs/amber/hello/setenv.sh
+++ b/configs/amber/hello/setenv.sh
@@ -55,7 +55,7 @@ fi
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_avr/staging_dir/bin"
+export TOOLCHAIN_BIN="${WD}/../buildroot/build_avr/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/arduino-due/Kconfig b/configs/arduino-due/Kconfig
index 7fdfd6f361b..00c4c1bbce9 100644
--- a/configs/arduino-due/Kconfig
+++ b/configs/arduino-due/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_ARDUINO_DUE
diff --git a/configs/arduino-due/README.txt b/configs/arduino-due/README.txt
index 45fe21cc8a8..1c49abe96b3 100644
--- a/configs/arduino-due/README.txt
+++ b/configs/arduino-due/README.txt
@@ -875,7 +875,7 @@ Configurations
change any of these configurations using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
diff --git a/configs/arduino-due/nsh/setenv.sh b/configs/arduino-due/nsh/setenv.sh
index 22cf17ce763..d35b22620e1 100755
--- a/configs/arduino-due/nsh/setenv.sh
+++ b/configs/arduino-due/nsh/setenv.sh
@@ -67,7 +67,7 @@ fi
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# This is the Cygwin path to the location where I have the Arduino BOSSA program
export BOSSA_BIN="/cygdrive/c/Program Files (x86)/Arduino/arduino-1.5.2/hardware/tools"
diff --git a/configs/avr32dev1/Kconfig b/configs/avr32dev1/Kconfig
index 3312fdfd459..1337201975a 100644
--- a/configs/avr32dev1/Kconfig
+++ b/configs/avr32dev1/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_AVR32DEV1
diff --git a/configs/avr32dev1/README.txt b/configs/avr32dev1/README.txt
index a8d536c6052..45cd07dd313 100644
--- a/configs/avr32dev1/README.txt
+++ b/configs/avr32dev1/README.txt
@@ -447,7 +447,7 @@ Common Configuration Notes
change a configurations using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
diff --git a/configs/c5471evm/Kconfig b/configs/c5471evm/Kconfig
index cadb1d12a14..c9532532f1b 100644
--- a/configs/c5471evm/Kconfig
+++ b/configs/c5471evm/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_C5471EVM
diff --git a/configs/c5471evm/README.txt b/configs/c5471evm/README.txt
index 96b17b8c658..3dd4d8ce069 100644
--- a/configs/c5471evm/README.txt
+++ b/configs/c5471evm/README.txt
@@ -142,7 +142,7 @@ Common Configuration Notes
change a configurations using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
diff --git a/configs/c5471evm/httpd/setenv.sh b/configs/c5471evm/httpd/setenv.sh
index 8a0197ab4b9..aef64269b77 100755
--- a/configs/c5471evm/httpd/setenv.sh
+++ b/configs/c5471evm/httpd/setenv.sh
@@ -65,7 +65,7 @@ fi
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/c5471evm/nettest/setenv.sh b/configs/c5471evm/nettest/setenv.sh
index a56e7a72596..ed696a72e8a 100755
--- a/configs/c5471evm/nettest/setenv.sh
+++ b/configs/c5471evm/nettest/setenv.sh
@@ -65,7 +65,7 @@ fi
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/c5471evm/nsh/setenv.sh b/configs/c5471evm/nsh/setenv.sh
index 95d2af46e70..ccf5d8fa336 100755
--- a/configs/c5471evm/nsh/setenv.sh
+++ b/configs/c5471evm/nsh/setenv.sh
@@ -65,7 +65,7 @@ fi
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/cc3200-launchpad/Kconfig b/configs/cc3200-launchpad/Kconfig
index 019cd50b991..dd58cd41178 100644
--- a/configs/cc3200-launchpad/Kconfig
+++ b/configs/cc3200-launchpad/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_CC3200_LAUNCHPAD
diff --git a/configs/cc3200-launchpad/nsh/setenv.sh b/configs/cc3200-launchpad/nsh/setenv.sh
index 92934b47624..3a1e376dccf 100644
--- a/configs/cc3200-launchpad/nsh/setenv.sh
+++ b/configs/cc3200-launchpad/nsh/setenv.sh
@@ -64,7 +64,7 @@ fi
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# The cc3200-launchpad/tools directory
export TOOL_DIR="${WD}/configs/cc3200-launchpad/tools"
diff --git a/configs/cloudctrl/Kconfig b/configs/cloudctrl/Kconfig
index a98bcae4c0a..7008de2c6de 100644
--- a/configs/cloudctrl/Kconfig
+++ b/configs/cloudctrl/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_CLOUDCTRL
diff --git a/configs/cloudctrl/README.txt b/configs/cloudctrl/README.txt
index 0897fdd211a..ff34426776c 100644
--- a/configs/cloudctrl/README.txt
+++ b/configs/cloudctrl/README.txt
@@ -352,8 +352,8 @@ NuttX EABI buildroot Toolchain
-export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++ Lite/bin"
+#export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++ Lite/bin"
- -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
- +export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+ -#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
+ +export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
See the file configs/README.txt in the buildroot source tree. That has more
detailed PLUS some special instructions that you will need to follow if you are
diff --git a/configs/cloudctrl/nsh/setenv.sh b/configs/cloudctrl/nsh/setenv.sh
index 6d341313e2f..143201e3bd9 100644
--- a/configs/cloudctrl/nsh/setenv.sh
+++ b/configs/cloudctrl/nsh/setenv.sh
@@ -67,7 +67,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# This is the path to the tools/ subdirectory
export TOOLS_DIR="${WD}/configs/shenzhou/tools"
diff --git a/configs/compal_e86/Kconfig b/configs/compal_e86/Kconfig
index ae2bf31307d..f72f3c094ce 100644
--- a/configs/compal_e86/Kconfig
+++ b/configs/compal_e86/Kconfig
@@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
diff --git a/configs/compal_e86/nsh_highram/setenv.sh b/configs/compal_e86/nsh_highram/setenv.sh
index 69ace4c73ab..3828a56504e 100644
--- a/configs/compal_e86/nsh_highram/setenv.sh
+++ b/configs/compal_e86/nsh_highram/setenv.sh
@@ -66,7 +66,7 @@ fi
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/compal_e88/Kconfig b/configs/compal_e88/Kconfig
index ae2bf31307d..f72f3c094ce 100644
--- a/configs/compal_e88/Kconfig
+++ b/configs/compal_e88/Kconfig
@@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
diff --git a/configs/compal_e88/nsh_highram/setenv.sh b/configs/compal_e88/nsh_highram/setenv.sh
index d5be870e636..0693ede0ac2 100644
--- a/configs/compal_e88/nsh_highram/setenv.sh
+++ b/configs/compal_e88/nsh_highram/setenv.sh
@@ -40,7 +40,7 @@ fi
if [ -z ${PATH_ORIG} ]; then export PATH_ORIG=${PATH}; fi
WD=`pwd`
-export BUILDROOT_BIN=${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin
+export BUILDROOT_BIN=${WD}/../buildroot/build_arm_nofpu/staging_dir/bin
export PATH=${BUILDROOT_BIN}:/sbin:/usr/sbin:${PATH_ORIG}
echo "PATH : ${PATH}"
diff --git a/configs/compal_e99/Kconfig b/configs/compal_e99/Kconfig
index 66bfd6bb4da..e7d03fb148d 100644
--- a/configs/compal_e99/Kconfig
+++ b/configs/compal_e99/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_COMPALE99
diff --git a/configs/compal_e99/README.txt b/configs/compal_e99/README.txt
index 7fb51cd5331..646cdcf59cb 100644
--- a/configs/compal_e99/README.txt
+++ b/configs/compal_e99/README.txt
@@ -68,7 +68,7 @@ Configurations
change a configurations using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
diff --git a/configs/compal_e99/nsh_compalram/setenv.sh b/configs/compal_e99/nsh_compalram/setenv.sh
index edb38527ce8..16a2fe30fa8 100644
--- a/configs/compal_e99/nsh_compalram/setenv.sh
+++ b/configs/compal_e99/nsh_compalram/setenv.sh
@@ -55,7 +55,7 @@ fi
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/compal_e99/nsh_highram/setenv.sh b/configs/compal_e99/nsh_highram/setenv.sh
index edb38527ce8..16a2fe30fa8 100644
--- a/configs/compal_e99/nsh_highram/setenv.sh
+++ b/configs/compal_e99/nsh_highram/setenv.sh
@@ -55,7 +55,7 @@ fi
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/demo9s12ne64/Kconfig b/configs/demo9s12ne64/Kconfig
index 3f685365b3b..b18dd362043 100644
--- a/configs/demo9s12ne64/Kconfig
+++ b/configs/demo9s12ne64/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_DEMOS92S12NEC64
diff --git a/configs/demo9s12ne64/README.txt b/configs/demo9s12ne64/README.txt
index b544bdceb0a..99863356e31 100644
--- a/configs/demo9s12ne64/README.txt
+++ b/configs/demo9s12ne64/README.txt
@@ -376,7 +376,7 @@ Common Configuration Notes
change a configurations using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
diff --git a/configs/demo9s12ne64/ostest/setenv.sh b/configs/demo9s12ne64/ostest/setenv.sh
index b78b638a30f..8f47650ca5e 100755
--- a/configs/demo9s12ne64/ostest/setenv.sh
+++ b/configs/demo9s12ne64/ostest/setenv.sh
@@ -40,7 +40,7 @@ fi
if [ -z "${PATH_ORIG}" ]; then export PATH_ORIG="${PATH}"; fi
WD=`pwd`
-export BUILDROOT_BIN="${WD}/../misc/buildroot/build_m9s12x/staging_dir/bin"
+export BUILDROOT_BIN="${WD}/../buildroot/build_m9s12x/staging_dir/bin"
export PATH="${BUILDROOT_BIN}:${RIDE_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
echo "PATH : ${PATH}"
diff --git a/configs/dk-tm4c129x/Kconfig b/configs/dk-tm4c129x/Kconfig
index 27e1b933cdb..82dfdc0d664 100644
--- a/configs/dk-tm4c129x/Kconfig
+++ b/configs/dk-tm4c129x/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_DK_TM4C129X
diff --git a/configs/dk-tm4c129x/README.txt b/configs/dk-tm4c129x/README.txt
index 58829309bb5..8a251291bc0 100644
--- a/configs/dk-tm4c129x/README.txt
+++ b/configs/dk-tm4c129x/README.txt
@@ -679,7 +679,7 @@ Where is one of the following:
change this configuration using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
diff --git a/configs/dk-tm4c129x/ipv6/setenv.sh b/configs/dk-tm4c129x/ipv6/setenv.sh
index ff33ae94378..602357a5ad4 100755
--- a/configs/dk-tm4c129x/ipv6/setenv.sh
+++ b/configs/dk-tm4c129x/ipv6/setenv.sh
@@ -64,7 +64,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-# export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+# export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# The dk-tm4c129x/tools directory
export TOOL_DIR="${WD}/configs/dk-tm4c129x/tools"
diff --git a/configs/dk-tm4c129x/nsh/setenv.sh b/configs/dk-tm4c129x/nsh/setenv.sh
index 5352abbd9d6..0d2841b39cf 100755
--- a/configs/dk-tm4c129x/nsh/setenv.sh
+++ b/configs/dk-tm4c129x/nsh/setenv.sh
@@ -64,7 +64,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-# export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+# export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# The dk-tm4c129x/tools directory
export TOOL_DIR="${WD}/configs/dk-tm4c129x/tools"
diff --git a/configs/ea3131/Kconfig b/configs/ea3131/Kconfig
index 6db78472b19..d46e750fc1b 100644
--- a/configs/ea3131/Kconfig
+++ b/configs/ea3131/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_EA3131
diff --git a/configs/ea3131/README.txt b/configs/ea3131/README.txt
index f50b1d1f542..2a8c518240e 100644
--- a/configs/ea3131/README.txt
+++ b/configs/ea3131/README.txt
@@ -618,7 +618,7 @@ Common Configuration Notes
change a configurations using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
diff --git a/configs/ea3131/nsh/setenv.sh b/configs/ea3131/nsh/setenv.sh
index 0206c686e93..d40da9a3c91 100755
--- a/configs/ea3131/nsh/setenv.sh
+++ b/configs/ea3131/nsh/setenv.sh
@@ -54,7 +54,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# This is the path to the tools subdirectory
diff --git a/configs/ea3131/pgnsh/setenv.sh b/configs/ea3131/pgnsh/setenv.sh
index 17afa39df94..5d23d671899 100755
--- a/configs/ea3131/pgnsh/setenv.sh
+++ b/configs/ea3131/pgnsh/setenv.sh
@@ -54,7 +54,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# This is the path to the tools subdirectory
diff --git a/configs/ea3131/usbserial/setenv.sh b/configs/ea3131/usbserial/setenv.sh
index 01a5dde2a35..23d9bb74ade 100755
--- a/configs/ea3131/usbserial/setenv.sh
+++ b/configs/ea3131/usbserial/setenv.sh
@@ -54,7 +54,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# This is the path to the tools subdirectory
diff --git a/configs/ea3152/Kconfig b/configs/ea3152/Kconfig
index 38108f9240a..62ca586247b 100644
--- a/configs/ea3152/Kconfig
+++ b/configs/ea3152/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_EA3152
diff --git a/configs/ea3152/ostest/setenv.sh b/configs/ea3152/ostest/setenv.sh
index d65858918e0..1e4c5b3abf7 100755
--- a/configs/ea3152/ostest/setenv.sh
+++ b/configs/ea3152/ostest/setenv.sh
@@ -54,7 +54,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# This is the path to the tools subdirectory
diff --git a/configs/eagle100/Kconfig b/configs/eagle100/Kconfig
index 8f4df430573..171058d4b46 100644
--- a/configs/eagle100/Kconfig
+++ b/configs/eagle100/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_EAGLE100
diff --git a/configs/eagle100/README.txt b/configs/eagle100/README.txt
index b5edc6abc20..9742bec9cfd 100644
--- a/configs/eagle100/README.txt
+++ b/configs/eagle100/README.txt
@@ -360,7 +360,7 @@ Common Configuration Notes
change a configurations using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
diff --git a/configs/eagle100/httpd/setenv.sh b/configs/eagle100/httpd/setenv.sh
index ede9c276900..a22e3372ecd 100755
--- a/configs/eagle100/httpd/setenv.sh
+++ b/configs/eagle100/httpd/setenv.sh
@@ -68,7 +68,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/eagle100/nettest/setenv.sh b/configs/eagle100/nettest/setenv.sh
index 5d12d78cfc6..71c2c259adc 100755
--- a/configs/eagle100/nettest/setenv.sh
+++ b/configs/eagle100/nettest/setenv.sh
@@ -55,7 +55,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/eagle100/nsh/setenv.sh b/configs/eagle100/nsh/setenv.sh
index cd871050320..decabe3812c 100755
--- a/configs/eagle100/nsh/setenv.sh
+++ b/configs/eagle100/nsh/setenv.sh
@@ -54,7 +54,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/eagle100/nxflat/setenv.sh b/configs/eagle100/nxflat/setenv.sh
index b75bdf15dca..5ccd8420935 100755
--- a/configs/eagle100/nxflat/setenv.sh
+++ b/configs/eagle100/nxflat/setenv.sh
@@ -68,7 +68,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/eagle100/thttpd/setenv.sh b/configs/eagle100/thttpd/setenv.sh
index 93fc9f79865..cd258206581 100755
--- a/configs/eagle100/thttpd/setenv.sh
+++ b/configs/eagle100/thttpd/setenv.sh
@@ -68,7 +68,7 @@ fi
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/efm32-g8xx-stk/Kconfig b/configs/efm32-g8xx-stk/Kconfig
index 8f6559c91cc..610f66f55d5 100644
--- a/configs/efm32-g8xx-stk/Kconfig
+++ b/configs/efm32-g8xx-stk/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_EFM32G8XXSTK
diff --git a/configs/efm32-g8xx-stk/README.txt b/configs/efm32-g8xx-stk/README.txt
index 7999d248c8b..3f569bcd81e 100644
--- a/configs/efm32-g8xx-stk/README.txt
+++ b/configs/efm32-g8xx-stk/README.txt
@@ -254,7 +254,7 @@ CONFIGURATIONS
change this configuration using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
diff --git a/configs/efm32-g8xx-stk/nsh/setenv.sh b/configs/efm32-g8xx-stk/nsh/setenv.sh
index bf73cc9af11..22032bba658 100755
--- a/configs/efm32-g8xx-stk/nsh/setenv.sh
+++ b/configs/efm32-g8xx-stk/nsh/setenv.sh
@@ -55,7 +55,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/efm32gg-stk3700/Kconfig b/configs/efm32gg-stk3700/Kconfig
index 7dea480abf1..8dc5ea132c7 100644
--- a/configs/efm32gg-stk3700/Kconfig
+++ b/configs/efm32gg-stk3700/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_EFM32GG_STK3700
diff --git a/configs/efm32gg-stk3700/README.txt b/configs/efm32gg-stk3700/README.txt
index 15bc1b549c5..c554259255f 100644
--- a/configs/efm32gg-stk3700/README.txt
+++ b/configs/efm32gg-stk3700/README.txt
@@ -205,7 +205,7 @@ Configurations
change this configuration using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
diff --git a/configs/efm32gg-stk3700/nsh/setenv.sh b/configs/efm32gg-stk3700/nsh/setenv.sh
index bf73cc9af11..22032bba658 100755
--- a/configs/efm32gg-stk3700/nsh/setenv.sh
+++ b/configs/efm32gg-stk3700/nsh/setenv.sh
@@ -55,7 +55,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/ekk-lm3s9b96/Kconfig b/configs/ekk-lm3s9b96/Kconfig
index 25af26f3c6e..f7c0e124732 100644
--- a/configs/ekk-lm3s9b96/Kconfig
+++ b/configs/ekk-lm3s9b96/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_EKKLM3S9B96
diff --git a/configs/ekk-lm3s9b96/nsh/setenv.sh b/configs/ekk-lm3s9b96/nsh/setenv.sh
index a9564a3e7db..281a71aa38e 100755
--- a/configs/ekk-lm3s9b96/nsh/setenv.sh
+++ b/configs/ekk-lm3s9b96/nsh/setenv.sh
@@ -56,7 +56,7 @@ fi
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/ez80f910200kitg/Kconfig b/configs/ez80f910200kitg/Kconfig
index ae2bf31307d..f72f3c094ce 100644
--- a/configs/ez80f910200kitg/Kconfig
+++ b/configs/ez80f910200kitg/Kconfig
@@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
diff --git a/configs/ez80f910200kitg/README.txt b/configs/ez80f910200kitg/README.txt
index fa620081012..d40ac430376 100644
--- a/configs/ez80f910200kitg/README.txt
+++ b/configs/ez80f910200kitg/README.txt
@@ -89,7 +89,7 @@ available:
change this configuration using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
diff --git a/configs/ez80f910200zco/Kconfig b/configs/ez80f910200zco/Kconfig
index ae2bf31307d..f72f3c094ce 100644
--- a/configs/ez80f910200zco/Kconfig
+++ b/configs/ez80f910200zco/Kconfig
@@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
diff --git a/configs/ez80f910200zco/README.txt b/configs/ez80f910200zco/README.txt
index 10d3a931138..ef71dc4ec14 100644
--- a/configs/ez80f910200zco/README.txt
+++ b/configs/ez80f910200zco/README.txt
@@ -90,7 +90,7 @@ Common Configuration Notes
change this configurations using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
diff --git a/configs/fire-stm32v2/Kconfig b/configs/fire-stm32v2/Kconfig
index c731f97cc9d..e423f8a2c2b 100644
--- a/configs/fire-stm32v2/Kconfig
+++ b/configs/fire-stm32v2/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
comment "M3 Wildfire Configuration"
diff --git a/configs/fire-stm32v2/nsh/setenv.sh b/configs/fire-stm32v2/nsh/setenv.sh
index 25afca04c72..072fae772c9 100755
--- a/configs/fire-stm32v2/nsh/setenv.sh
+++ b/configs/fire-stm32v2/nsh/setenv.sh
@@ -67,7 +67,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# This is the path to the tools/ subdirectory
export TOOLS_DIR="${WD}/configs/fire-stm32v2/tools"
diff --git a/configs/freedom-kl25z/Kconfig b/configs/freedom-kl25z/Kconfig
index c605a0a0dc3..915e26edc45 100644
--- a/configs/freedom-kl25z/Kconfig
+++ b/configs/freedom-kl25z/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_FREEDOM_KL25Z
diff --git a/configs/freedom-kl25z/README.txt b/configs/freedom-kl25z/README.txt
index a88c9d36d0d..042dfcf2caa 100644
--- a/configs/freedom-kl25z/README.txt
+++ b/configs/freedom-kl25z/README.txt
@@ -313,7 +313,7 @@ Where is one of the following:
change this configuration using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
diff --git a/configs/freedom-kl25z/minnsh/setenv.sh b/configs/freedom-kl25z/minnsh/setenv.sh
index 69e5d42d91e..2541df62fdf 100644
--- a/configs/freedom-kl25z/minnsh/setenv.sh
+++ b/configs/freedom-kl25z/minnsh/setenv.sh
@@ -67,7 +67,7 @@ fi
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/freedom-kl25z/nsh/setenv.sh b/configs/freedom-kl25z/nsh/setenv.sh
index edcf820cab1..346e6c2a522 100644
--- a/configs/freedom-kl25z/nsh/setenv.sh
+++ b/configs/freedom-kl25z/nsh/setenv.sh
@@ -67,7 +67,7 @@ fi
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/freedom-kl26z/Kconfig b/configs/freedom-kl26z/Kconfig
index ce1bd6f282f..a2ec3c6e066 100644
--- a/configs/freedom-kl26z/Kconfig
+++ b/configs/freedom-kl26z/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_FREEDOM_KL26Z
diff --git a/configs/freedom-kl26z/README.txt b/configs/freedom-kl26z/README.txt
index d5345364825..f0a3ac4d9b8 100644
--- a/configs/freedom-kl26z/README.txt
+++ b/configs/freedom-kl26z/README.txt
@@ -291,7 +291,7 @@ Where is one of the following:
change this configuration using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
diff --git a/configs/freedom-kl26z/minnsh/setenv.sh b/configs/freedom-kl26z/minnsh/setenv.sh
index 11b8eabb381..755c02b4b6b 100644
--- a/configs/freedom-kl26z/minnsh/setenv.sh
+++ b/configs/freedom-kl26z/minnsh/setenv.sh
@@ -63,7 +63,7 @@ fi
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/freedom-kl26z/nsh/setenv.sh b/configs/freedom-kl26z/nsh/setenv.sh
index 03cc130da08..1b867bb765c 100755
--- a/configs/freedom-kl26z/nsh/setenv.sh
+++ b/configs/freedom-kl26z/nsh/setenv.sh
@@ -63,7 +63,7 @@ fi
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/hymini-stm32v/Kconfig b/configs/hymini-stm32v/Kconfig
index 8d60c1cb83f..5debd4e33ad 100644
--- a/configs/hymini-stm32v/Kconfig
+++ b/configs/hymini-stm32v/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_HYMINI_STM32V
diff --git a/configs/hymini-stm32v/README.txt b/configs/hymini-stm32v/README.txt
index beae9acae58..6d16ea56466 100644
--- a/configs/hymini-stm32v/README.txt
+++ b/configs/hymini-stm32v/README.txt
@@ -546,7 +546,7 @@ NOTES:
should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
diff --git a/configs/hymini-stm32v/buttons/setenv.sh b/configs/hymini-stm32v/buttons/setenv.sh
index b62f59c96fb..df0dba31803 100755
--- a/configs/hymini-stm32v/buttons/setenv.sh
+++ b/configs/hymini-stm32v/buttons/setenv.sh
@@ -41,7 +41,7 @@ if [ -z "${PATH_ORIG}" ]; then export PATH_ORIG="${PATH}"; fi
WD=`pwd`
export RIDE_BIN="/cygdrive/c/Program Files/Raisonance/Ride/arm-gcc/bin"
-export BUILDROOT_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export BUILDROOT_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
export PATH="${BUILDROOT_BIN}:${RIDE_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
echo "PATH : ${PATH}"
diff --git a/configs/hymini-stm32v/nsh/setenv.sh b/configs/hymini-stm32v/nsh/setenv.sh
index 6298970589b..a0371cdce40 100755
--- a/configs/hymini-stm32v/nsh/setenv.sh
+++ b/configs/hymini-stm32v/nsh/setenv.sh
@@ -41,7 +41,7 @@ if [ -z "${PATH_ORIG}" ]; then export PATH_ORIG="${PATH}"; fi
WD=`pwd`
export RIDE_BIN="/cygdrive/c/Program Files/Raisonance/Ride/arm-gcc/bin"
-export BUILDROOT_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export BUILDROOT_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
export PATH="${BUILDROOT_BIN}:${RIDE_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
echo "PATH : ${PATH}"
diff --git a/configs/hymini-stm32v/nsh2/setenv.sh b/configs/hymini-stm32v/nsh2/setenv.sh
index 97d7c799366..0f98a6e5e12 100755
--- a/configs/hymini-stm32v/nsh2/setenv.sh
+++ b/configs/hymini-stm32v/nsh2/setenv.sh
@@ -59,7 +59,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/hymini-stm32v/usbmsc/setenv.sh b/configs/hymini-stm32v/usbmsc/setenv.sh
index 6298970589b..a0371cdce40 100755
--- a/configs/hymini-stm32v/usbmsc/setenv.sh
+++ b/configs/hymini-stm32v/usbmsc/setenv.sh
@@ -41,7 +41,7 @@ if [ -z "${PATH_ORIG}" ]; then export PATH_ORIG="${PATH}"; fi
WD=`pwd`
export RIDE_BIN="/cygdrive/c/Program Files/Raisonance/Ride/arm-gcc/bin"
-export BUILDROOT_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export BUILDROOT_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
export PATH="${BUILDROOT_BIN}:${RIDE_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
echo "PATH : ${PATH}"
diff --git a/configs/hymini-stm32v/usbnsh/setenv.sh b/configs/hymini-stm32v/usbnsh/setenv.sh
index da890565180..e80939b3cab 100644
--- a/configs/hymini-stm32v/usbnsh/setenv.sh
+++ b/configs/hymini-stm32v/usbnsh/setenv.sh
@@ -41,7 +41,7 @@ if [ -z "${PATH_ORIG}" ]; then export PATH_ORIG="${PATH}"; fi
WD=`pwd`
export RIDE_BIN="/cygdrive/c/Program Files/Raisonance/Ride/arm-gcc/bin"
-export BUILDROOT_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export BUILDROOT_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
export PATH="${BUILDROOT_BIN}:${RIDE_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
echo "PATH : ${PATH}"
diff --git a/configs/hymini-stm32v/usbserial/setenv.sh b/configs/hymini-stm32v/usbserial/setenv.sh
index a334f1c3c5c..6b324148d26 100755
--- a/configs/hymini-stm32v/usbserial/setenv.sh
+++ b/configs/hymini-stm32v/usbserial/setenv.sh
@@ -41,7 +41,7 @@ if [ -z "${PATH_ORIG}" ]; then export PATH_ORIG="${PATH}"; fi
WD=`pwd`
export RIDE_BIN="/cygdrive/c/Program Files/Raisonance/Ride/arm-gcc/bin"
-export BUILDROOT_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export BUILDROOT_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
export PATH="${BUILDROOT_BIN}:${RIDE_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
echo "PATH : ${PATH}"
diff --git a/configs/kwikstik-k40/Kconfig b/configs/kwikstik-k40/Kconfig
index 5172da5e7e5..f57a1421edc 100644
--- a/configs/kwikstik-k40/Kconfig
+++ b/configs/kwikstik-k40/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_KWIKSTIK_K40
diff --git a/configs/kwikstik-k40/README.txt b/configs/kwikstik-k40/README.txt
index 2d599381b6f..c6dd2fed4a1 100644
--- a/configs/kwikstik-k40/README.txt
+++ b/configs/kwikstik-k40/README.txt
@@ -528,7 +528,7 @@ Where is one of the following:
change this configuration using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
diff --git a/configs/kwikstik-k40/ostest/setenv.sh b/configs/kwikstik-k40/ostest/setenv.sh
index f158b7f7cca..790030b1fd4 100755
--- a/configs/kwikstik-k40/ostest/setenv.sh
+++ b/configs/kwikstik-k40/ostest/setenv.sh
@@ -54,7 +54,7 @@ fi
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/lincoln60/Kconfig b/configs/lincoln60/Kconfig
index 113d41d7fda..95493a732ae 100644
--- a/configs/lincoln60/Kconfig
+++ b/configs/lincoln60/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_LINCOLN60
diff --git a/configs/lincoln60/README.txt b/configs/lincoln60/README.txt
index df821c5f6b6..a7eb5f94e8a 100644
--- a/configs/lincoln60/README.txt
+++ b/configs/lincoln60/README.txt
@@ -494,7 +494,7 @@ Where is one of the following:
change this configurations using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
@@ -528,7 +528,7 @@ Where is one of the following:
change this configurations using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
diff --git a/configs/lincoln60/netnsh/setenv.sh b/configs/lincoln60/netnsh/setenv.sh
index 5cb87132d52..7bf097d2ad7 100755
--- a/configs/lincoln60/netnsh/setenv.sh
+++ b/configs/lincoln60/netnsh/setenv.sh
@@ -65,7 +65,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Users/MyName/MentorGraphics/Sourcery_CodeBench
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-# export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+# export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/lincoln60/nsh/setenv.sh b/configs/lincoln60/nsh/setenv.sh
index 3422ad2113a..dafbb40187c 100755
--- a/configs/lincoln60/nsh/setenv.sh
+++ b/configs/lincoln60/nsh/setenv.sh
@@ -65,7 +65,7 @@ fi
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/lincoln60/thttpd-binfs/setenv.sh b/configs/lincoln60/thttpd-binfs/setenv.sh
index c4becc26556..3addc3b1f06 100755
--- a/configs/lincoln60/thttpd-binfs/setenv.sh
+++ b/configs/lincoln60/thttpd-binfs/setenv.sh
@@ -65,7 +65,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Users/MyName/MentorGraphics/Sourcery_CodeBench
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-# export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+# export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/lm3s6432-s2e/Kconfig b/configs/lm3s6432-s2e/Kconfig
index f970a89c296..83ebb96025e 100644
--- a/configs/lm3s6432-s2e/Kconfig
+++ b/configs/lm3s6432-s2e/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_LM3S6432S2E
diff --git a/configs/lm3s6432-s2e/nsh/setenv.sh b/configs/lm3s6432-s2e/nsh/setenv.sh
index 5abb6085a2d..3cd011f121e 100644
--- a/configs/lm3s6432-s2e/nsh/setenv.sh
+++ b/configs/lm3s6432-s2e/nsh/setenv.sh
@@ -40,7 +40,7 @@ fi
if [ -z "${PATH_ORIG}" ]; then export PATH_ORIG="${PATH}"; fi
WD=`pwd`
-export BUILDROOT_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export BUILDROOT_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
export PATH="${BUILDROOT_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
echo "PATH : ${PATH}"
diff --git a/configs/lm3s6965-ek/Kconfig b/configs/lm3s6965-ek/Kconfig
index d956f4733bc..d5a229d814c 100644
--- a/configs/lm3s6965-ek/Kconfig
+++ b/configs/lm3s6965-ek/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_LM3S6965EK
diff --git a/configs/lm3s6965-ek/README.txt b/configs/lm3s6965-ek/README.txt
index 343d50d3814..fa3af8aee88 100644
--- a/configs/lm3s6965-ek/README.txt
+++ b/configs/lm3s6965-ek/README.txt
@@ -559,7 +559,7 @@ Where is one of the following:
change this configuration using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
@@ -585,7 +585,7 @@ Where is one of the following:
change this configuration using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
@@ -616,7 +616,7 @@ Where is one of the following:
change this configuration using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
@@ -637,7 +637,7 @@ Where is one of the following:
change this configuration using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
diff --git a/configs/lm3s6965-ek/discover/setenv.sh b/configs/lm3s6965-ek/discover/setenv.sh
index 479dc95e42b..9153b0edf2a 100644
--- a/configs/lm3s6965-ek/discover/setenv.sh
+++ b/configs/lm3s6965-ek/discover/setenv.sh
@@ -57,7 +57,7 @@ fi
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# This is the path to the LM3S6995-EK tools directory
diff --git a/configs/lm3s6965-ek/nsh/setenv.sh b/configs/lm3s6965-ek/nsh/setenv.sh
index 3ab4215126a..02af3f76858 100755
--- a/configs/lm3s6965-ek/nsh/setenv.sh
+++ b/configs/lm3s6965-ek/nsh/setenv.sh
@@ -57,7 +57,7 @@ fi
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# This is the path to the LM3S6995-EK tools directory
diff --git a/configs/lm3s6965-ek/nx/setenv.sh b/configs/lm3s6965-ek/nx/setenv.sh
index f92abb9f597..07ccdeecd1e 100755
--- a/configs/lm3s6965-ek/nx/setenv.sh
+++ b/configs/lm3s6965-ek/nx/setenv.sh
@@ -57,7 +57,7 @@ fi
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# This is the path to the LM3S6995-EK tools directory
diff --git a/configs/lm3s6965-ek/tcpecho/setenv.sh b/configs/lm3s6965-ek/tcpecho/setenv.sh
index 3c201724139..dd1d739b5a1 100644
--- a/configs/lm3s6965-ek/tcpecho/setenv.sh
+++ b/configs/lm3s6965-ek/tcpecho/setenv.sh
@@ -57,7 +57,7 @@ fi
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# This is the path to the LM3S6995-EK tools directory
diff --git a/configs/lm3s8962-ek/Kconfig b/configs/lm3s8962-ek/Kconfig
index dd9739f99aa..7505fb1ebf5 100644
--- a/configs/lm3s8962-ek/Kconfig
+++ b/configs/lm3s8962-ek/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_LM3S8962EK
diff --git a/configs/lm3s8962-ek/README.txt b/configs/lm3s8962-ek/README.txt
index 4812e9ac599..77ab094ceb5 100644
--- a/configs/lm3s8962-ek/README.txt
+++ b/configs/lm3s8962-ek/README.txt
@@ -463,7 +463,7 @@ Where is one of the following:
change this configurations using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
@@ -493,7 +493,7 @@ Where is one of the following:
change this configurations using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
diff --git a/configs/lm3s8962-ek/nsh/setenv.sh b/configs/lm3s8962-ek/nsh/setenv.sh
index e9aa7ca32c0..2452b3302f5 100755
--- a/configs/lm3s8962-ek/nsh/setenv.sh
+++ b/configs/lm3s8962-ek/nsh/setenv.sh
@@ -55,7 +55,7 @@ fi
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/lm3s8962-ek/nx/setenv.sh b/configs/lm3s8962-ek/nx/setenv.sh
index c716ddf5ef6..9909d8963a3 100755
--- a/configs/lm3s8962-ek/nx/setenv.sh
+++ b/configs/lm3s8962-ek/nx/setenv.sh
@@ -54,7 +54,7 @@ fi
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/lm4f120-launchpad/Kconfig b/configs/lm4f120-launchpad/Kconfig
index 0e53e40234a..2586ae63bdb 100644
--- a/configs/lm4f120-launchpad/Kconfig
+++ b/configs/lm4f120-launchpad/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_LM4F120_LAUNCHPAD
diff --git a/configs/lm4f120-launchpad/README.txt b/configs/lm4f120-launchpad/README.txt
index 9c7e88bb2d9..bdd3fab3dc3 100644
--- a/configs/lm4f120-launchpad/README.txt
+++ b/configs/lm4f120-launchpad/README.txt
@@ -694,7 +694,7 @@ Where is one of the following:
change this configuration using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
diff --git a/configs/lm4f120-launchpad/nsh/setenv.sh b/configs/lm4f120-launchpad/nsh/setenv.sh
index 4b63eb00002..c66b7edffb2 100755
--- a/configs/lm4f120-launchpad/nsh/setenv.sh
+++ b/configs/lm4f120-launchpad/nsh/setenv.sh
@@ -63,7 +63,7 @@ fi
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# The lm4f120-launchpad/tools directory
export TOOL_DIR="${WD}/configs/lm4f120-launchpad/tools"
diff --git a/configs/lpc4330-xplorer/Kconfig b/configs/lpc4330-xplorer/Kconfig
index 82597636d9c..b382072392a 100644
--- a/configs/lpc4330-xplorer/Kconfig
+++ b/configs/lpc4330-xplorer/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_LPC4330_XPLORER
diff --git a/configs/lpc4330-xplorer/README.txt b/configs/lpc4330-xplorer/README.txt
index 8b1a0fb3ec8..0aed73b44e7 100644
--- a/configs/lpc4330-xplorer/README.txt
+++ b/configs/lpc4330-xplorer/README.txt
@@ -889,7 +889,7 @@ Where is one of the following:
change this configurations using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
diff --git a/configs/lpc4330-xplorer/nsh/setenv.sh b/configs/lpc4330-xplorer/nsh/setenv.sh
index c5ce2099bc9..fd946191dd4 100755
--- a/configs/lpc4330-xplorer/nsh/setenv.sh
+++ b/configs/lpc4330-xplorer/nsh/setenv.sh
@@ -72,7 +72,7 @@ export SCRIPT_BIN="/cygdrive/c/nxp/LPCXpresso_4.2.3_292/lpcxpresso/bin"
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
#export SCRIPT_BIN=
# And add the selected toolchain path[s] to the PATH variable
diff --git a/configs/lpc4357-evb/Kconfig b/configs/lpc4357-evb/Kconfig
index e78ffab26e5..b4a0c84cd13 100644
--- a/configs/lpc4357-evb/Kconfig
+++ b/configs/lpc4357-evb/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_LPC4357_EVB
diff --git a/configs/lpc4357-evb/README.txt b/configs/lpc4357-evb/README.txt
index 6f9c2b44326..b703c4cebc6 100644
--- a/configs/lpc4357-evb/README.txt
+++ b/configs/lpc4357-evb/README.txt
@@ -925,7 +925,7 @@ Where is one of the following:
change this configurations using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
diff --git a/configs/lpc4357-evb/nsh/setenv.sh b/configs/lpc4357-evb/nsh/setenv.sh
index 911a0a2da87..c40d55a27bb 100755
--- a/configs/lpc4357-evb/nsh/setenv.sh
+++ b/configs/lpc4357-evb/nsh/setenv.sh
@@ -73,7 +73,7 @@ export SCRIPT_BIN="/cygdrive/c/nxp/LPCXpresso_4.2.3_292/lpcxpresso/bin"
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
#export SCRIPT_BIN=
# And add the selected toolchain path[s] to the PATH variable
diff --git a/configs/lpcxpresso-lpc1115/Kconfig b/configs/lpcxpresso-lpc1115/Kconfig
index f1e54d99c94..dc265e82468 100644
--- a/configs/lpcxpresso-lpc1115/Kconfig
+++ b/configs/lpcxpresso-lpc1115/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_LPCXPRESSO_LPC1115
diff --git a/configs/lpcxpresso-lpc1115/README.txt b/configs/lpcxpresso-lpc1115/README.txt
index 8c0ca8f1f1a..5620bd0d2d5 100644
--- a/configs/lpcxpresso-lpc1115/README.txt
+++ b/configs/lpcxpresso-lpc1115/README.txt
@@ -756,7 +756,7 @@ Where is one of the following:
change this configurations using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
diff --git a/configs/lpcxpresso-lpc1115/minnsh/setenv.sh b/configs/lpcxpresso-lpc1115/minnsh/setenv.sh
index 9eeeb489829..b759188d38f 100644
--- a/configs/lpcxpresso-lpc1115/minnsh/setenv.sh
+++ b/configs/lpcxpresso-lpc1115/minnsh/setenv.sh
@@ -64,7 +64,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/GNU Tools ARM Embedded/4.9
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-# export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+# export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/lpcxpresso-lpc1115/nsh/setenv.sh b/configs/lpcxpresso-lpc1115/nsh/setenv.sh
index c8595cc94a5..feaa4e84ac9 100644
--- a/configs/lpcxpresso-lpc1115/nsh/setenv.sh
+++ b/configs/lpcxpresso-lpc1115/nsh/setenv.sh
@@ -64,7 +64,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/GNU Tools ARM Embedded/4.9
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-# export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+# export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/lpcxpresso-lpc1768/Kconfig b/configs/lpcxpresso-lpc1768/Kconfig
index e0504027c72..fba3ae0dc14 100644
--- a/configs/lpcxpresso-lpc1768/Kconfig
+++ b/configs/lpcxpresso-lpc1768/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_LPCXPRESSO
diff --git a/configs/lpcxpresso-lpc1768/README.txt b/configs/lpcxpresso-lpc1768/README.txt
index 20d33585901..a10a0365de4 100644
--- a/configs/lpcxpresso-lpc1768/README.txt
+++ b/configs/lpcxpresso-lpc1768/README.txt
@@ -749,7 +749,7 @@ Where is one of the following:
change this configurations using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
@@ -767,7 +767,7 @@ Where is one of the following:
change this configurations using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
@@ -793,7 +793,7 @@ Where is one of the following:
change this configurations using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
@@ -817,7 +817,7 @@ Where is one of the following:
change this configurations using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
@@ -844,7 +844,7 @@ Where is one of the following:
change this configurations using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
diff --git a/configs/lpcxpresso-lpc1768/dhcpd/setenv.sh b/configs/lpcxpresso-lpc1768/dhcpd/setenv.sh
index 8fd20167a63..03641fd6122 100755
--- a/configs/lpcxpresso-lpc1768/dhcpd/setenv.sh
+++ b/configs/lpcxpresso-lpc1768/dhcpd/setenv.sh
@@ -42,7 +42,7 @@ if [ -z "${PATH_ORIG}" ]; then export PATH_ORIG="${PATH}"; fi
WD=`pwd`
# This is where the buildroot might reside on a Linux or Cygwin system
-# export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+# export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# This is the default install location for Code Red on Linux
export TOOLCHAIN_BIN="/usr/local/LPCXpresso/tools/bin"
diff --git a/configs/lpcxpresso-lpc1768/nsh/setenv.sh b/configs/lpcxpresso-lpc1768/nsh/setenv.sh
index 8ef0628058d..46d5b3261fd 100755
--- a/configs/lpcxpresso-lpc1768/nsh/setenv.sh
+++ b/configs/lpcxpresso-lpc1768/nsh/setenv.sh
@@ -42,7 +42,7 @@ if [ -z "${PATH_ORIG}" ]; then export PATH_ORIG="${PATH}"; fi
WD=`pwd`
# This is where the buildroot might reside on a Linux or Cygwin system
-# export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+# export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# This is the default install location for Code Red on Linux
export TOOLCHAIN_BIN="/usr/local/LPCXpresso/tools/bin"
diff --git a/configs/lpcxpresso-lpc1768/nx/setenv.sh b/configs/lpcxpresso-lpc1768/nx/setenv.sh
index 565c16b98f6..2f04a8ac6d1 100755
--- a/configs/lpcxpresso-lpc1768/nx/setenv.sh
+++ b/configs/lpcxpresso-lpc1768/nx/setenv.sh
@@ -42,7 +42,7 @@ if [ -z "${PATH_ORIG}" ]; then export PATH_ORIG="${PATH}"; fi
WD=`pwd`
# This is where the buildroot might reside on a Linux or Cygwin system
-# export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+# export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# This is the default install location for Code Red on Linux
export TOOLCHAIN_BIN="/usr/local/LPCXpresso/tools/bin"
diff --git a/configs/lpcxpresso-lpc1768/thttpd/setenv.sh b/configs/lpcxpresso-lpc1768/thttpd/setenv.sh
index e6aded0f4b0..7156a371dde 100755
--- a/configs/lpcxpresso-lpc1768/thttpd/setenv.sh
+++ b/configs/lpcxpresso-lpc1768/thttpd/setenv.sh
@@ -44,7 +44,7 @@ WD=`pwd`
# This is where the buildroot might reside on a Linux or Cygwin system
# A minimal buildroot version with the NXFLAT tools is always required
# for this configuration in order to buildthe THTTPD CGI programs
-export BUILDROOT_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export BUILDROOT_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# This is the default install location for Code Red on Linux
export TOOLCHAIN_BIN="/usr/local/LPCXpresso/tools/bin"
diff --git a/configs/lpcxpresso-lpc1768/usbmsc/setenv.sh b/configs/lpcxpresso-lpc1768/usbmsc/setenv.sh
index c0cc98f49ef..15c27bf48f9 100755
--- a/configs/lpcxpresso-lpc1768/usbmsc/setenv.sh
+++ b/configs/lpcxpresso-lpc1768/usbmsc/setenv.sh
@@ -42,7 +42,7 @@ if [ -z "${PATH_ORIG}" ]; then export PATH_ORIG="${PATH}"; fi
WD=`pwd`
# This is where the buildroot might reside on a Linux or Cygwin system
-# export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+# export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# This is the default install location for Code Red on Linux
export TOOLCHAIN_BIN="/usr/local/LPCXpresso/tools/bin"
diff --git a/configs/maple/Kconfig b/configs/maple/Kconfig
index 54d8bf631e6..ba53be6c88c 100644
--- a/configs/maple/Kconfig
+++ b/configs/maple/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_MAPLE
diff --git a/configs/maple/README.txt b/configs/maple/README.txt
index 53d8c6c2129..e3707178621 100644
--- a/configs/maple/README.txt
+++ b/configs/maple/README.txt
@@ -131,7 +131,7 @@ Configurations
change any of these configurations using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
diff --git a/configs/maple/nsh/setenv.sh b/configs/maple/nsh/setenv.sh
index 1ff93c1c42a..6ede0014ee4 100644
--- a/configs/maple/nsh/setenv.sh
+++ b/configs/maple/nsh/setenv.sh
@@ -50,7 +50,7 @@ fi
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-export BUILDROOT_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export BUILDROOT_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# This is the path to the Spark tools directory
diff --git a/configs/maple/nx/setenv.sh b/configs/maple/nx/setenv.sh
index 19e37d13694..ca144ce26ce 100644
--- a/configs/maple/nx/setenv.sh
+++ b/configs/maple/nx/setenv.sh
@@ -50,7 +50,7 @@ fi
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-export BUILDROOT_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export BUILDROOT_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# This is the path to the Spark tools directory
diff --git a/configs/maple/usbnsh/setenv.sh b/configs/maple/usbnsh/setenv.sh
index 8dcdd6bd71b..c24c1b78d59 100644
--- a/configs/maple/usbnsh/setenv.sh
+++ b/configs/maple/usbnsh/setenv.sh
@@ -50,7 +50,7 @@ fi
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-export BUILDROOT_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export BUILDROOT_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# This is the path to the Spark tools directory
diff --git a/configs/mbed/Kconfig b/configs/mbed/Kconfig
index 5ef86f3b554..7a17db160bb 100644
--- a/configs/mbed/Kconfig
+++ b/configs/mbed/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_MBED
diff --git a/configs/mbed/README.txt b/configs/mbed/README.txt
index e512b5da529..8926f66bd2a 100644
--- a/configs/mbed/README.txt
+++ b/configs/mbed/README.txt
@@ -464,7 +464,7 @@ Configurations
change any of these configurations using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
diff --git a/configs/mbed/hidkbd/setenv.sh b/configs/mbed/hidkbd/setenv.sh
index 8c14957c894..c3ca070e338 100644
--- a/configs/mbed/hidkbd/setenv.sh
+++ b/configs/mbed/hidkbd/setenv.sh
@@ -41,7 +41,7 @@ if [ -z "${PATH_ORIG}" ]; then export PATH_ORIG="${PATH}"; fi
WD=`pwd`
export LPCTOOL_DIR="${WD}/configs/mbed/tools"
-export BUILDROOT_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export BUILDROOT_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
export PATH="${BUILDROOT_BIN}:${LPCTOOL_DIR}:/sbin:/usr/sbin:${PATH_ORIG}"
echo "PATH : ${PATH}"
diff --git a/configs/mbed/nsh/setenv.sh b/configs/mbed/nsh/setenv.sh
index f591fafb190..f29d9758923 100755
--- a/configs/mbed/nsh/setenv.sh
+++ b/configs/mbed/nsh/setenv.sh
@@ -41,7 +41,7 @@ if [ -z "${PATH_ORIG}" ]; then export PATH_ORIG="${PATH}"; fi
WD=`pwd`
export LPCTOOL_DIR="${WD}/configs/mbed/tools"
-export BUILDROOT_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export BUILDROOT_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
export PATH="${BUILDROOT_BIN}:${LPCTOOL_DIR}:/sbin:/usr/sbin:${PATH_ORIG}"
echo "PATH : ${PATH}"
diff --git a/configs/mcu123-lpc214x/Kconfig b/configs/mcu123-lpc214x/Kconfig
index f5582e0e8b5..f8de989edc1 100644
--- a/configs/mcu123-lpc214x/Kconfig
+++ b/configs/mcu123-lpc214x/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_MCU123
diff --git a/configs/mcu123-lpc214x/README.txt b/configs/mcu123-lpc214x/README.txt
index eff638b64dc..ecee1549641 100644
--- a/configs/mcu123-lpc214x/README.txt
+++ b/configs/mcu123-lpc214x/README.txt
@@ -335,7 +335,7 @@ Configurations
change a configurations using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
diff --git a/configs/mcu123-lpc214x/composite/setenv.sh b/configs/mcu123-lpc214x/composite/setenv.sh
index a81cb395b48..841f9c05a12 100755
--- a/configs/mcu123-lpc214x/composite/setenv.sh
+++ b/configs/mcu123-lpc214x/composite/setenv.sh
@@ -54,7 +54,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# This is the Cygwin path to the configuration scripts directory
diff --git a/configs/mcu123-lpc214x/nsh/setenv.sh b/configs/mcu123-lpc214x/nsh/setenv.sh
index 256bf973f67..bfd6a39cf26 100755
--- a/configs/mcu123-lpc214x/nsh/setenv.sh
+++ b/configs/mcu123-lpc214x/nsh/setenv.sh
@@ -65,7 +65,7 @@ fi
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/mcu123-lpc214x/usbmsc/setenv.sh b/configs/mcu123-lpc214x/usbmsc/setenv.sh
index bb60debccab..13be2d1feb2 100755
--- a/configs/mcu123-lpc214x/usbmsc/setenv.sh
+++ b/configs/mcu123-lpc214x/usbmsc/setenv.sh
@@ -65,7 +65,7 @@ fi
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/mcu123-lpc214x/usbserial/setenv.sh b/configs/mcu123-lpc214x/usbserial/setenv.sh
index 92ac154356e..ebcf4db510f 100755
--- a/configs/mcu123-lpc214x/usbserial/setenv.sh
+++ b/configs/mcu123-lpc214x/usbserial/setenv.sh
@@ -65,7 +65,7 @@ fi
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/micropendous3/Kconfig b/configs/micropendous3/Kconfig
index ae2bf31307d..f72f3c094ce 100644
--- a/configs/micropendous3/Kconfig
+++ b/configs/micropendous3/Kconfig
@@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
diff --git a/configs/micropendous3/README.txt b/configs/micropendous3/README.txt
index ad4c3b2d47a..f3a92e8c7f9 100644
--- a/configs/micropendous3/README.txt
+++ b/configs/micropendous3/README.txt
@@ -213,7 +213,7 @@ Buildroot:
following section for details on building this toolchain.
It is assumed in some places that buildroot toolchain is available
- at ../misc/buildroot/build_avr. Edit the setenv.sh file if
+ at ../buildroot/build_avr. Edit the setenv.sh file if
this is not the case.
After configuring NuttX, make sure that CONFIG_AVR_BUILDROOT=y is set in your
@@ -532,7 +532,7 @@ Common Configuration Notes
change a configurations using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
diff --git a/configs/micropendous3/hello/setenv.sh b/configs/micropendous3/hello/setenv.sh
index 076ab237e66..1a5f762a3e8 100755
--- a/configs/micropendous3/hello/setenv.sh
+++ b/configs/micropendous3/hello/setenv.sh
@@ -55,7 +55,7 @@ fi
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_avr/staging_dir/bin"
+export TOOLCHAIN_BIN="${WD}/../buildroot/build_avr/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/mikroe-stm32f4/Kconfig b/configs/mikroe-stm32f4/Kconfig
index 1b936cc4f56..836f13cf2b1 100644
--- a/configs/mikroe-stm32f4/Kconfig
+++ b/configs/mikroe-stm32f4/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_MIKROE_STM32F4
diff --git a/configs/mikroe-stm32f4/README.txt b/configs/mikroe-stm32f4/README.txt
index 0c901d54174..076be5b227c 100644
--- a/configs/mikroe-stm32f4/README.txt
+++ b/configs/mikroe-stm32f4/README.txt
@@ -765,7 +765,7 @@ Where is one of the following:
change this configuration using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
@@ -898,7 +898,7 @@ Where is one of the following:
change this configuration using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
diff --git a/configs/mikroe-stm32f4/fulldemo/setenv.sh b/configs/mikroe-stm32f4/fulldemo/setenv.sh
index ff7cf40e206..93dbf8d8cd1 100755
--- a/configs/mikroe-stm32f4/fulldemo/setenv.sh
+++ b/configs/mikroe-stm32f4/fulldemo/setenv.sh
@@ -68,7 +68,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/mikroe-stm32f4/kostest/setenv.sh b/configs/mikroe-stm32f4/kostest/setenv.sh
index c2fc0612049..47142dcd6da 100644
--- a/configs/mikroe-stm32f4/kostest/setenv.sh
+++ b/configs/mikroe-stm32f4/kostest/setenv.sh
@@ -68,7 +68,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/mikroe-stm32f4/nsh/setenv.sh b/configs/mikroe-stm32f4/nsh/setenv.sh
index d7466b84a95..331b1bef385 100755
--- a/configs/mikroe-stm32f4/nsh/setenv.sh
+++ b/configs/mikroe-stm32f4/nsh/setenv.sh
@@ -67,7 +67,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/mikroe-stm32f4/nx/setenv.sh b/configs/mikroe-stm32f4/nx/setenv.sh
index ff7cf40e206..93dbf8d8cd1 100755
--- a/configs/mikroe-stm32f4/nx/setenv.sh
+++ b/configs/mikroe-stm32f4/nx/setenv.sh
@@ -68,7 +68,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/mikroe-stm32f4/nxlines/setenv.sh b/configs/mikroe-stm32f4/nxlines/setenv.sh
index ff7cf40e206..93dbf8d8cd1 100755
--- a/configs/mikroe-stm32f4/nxlines/setenv.sh
+++ b/configs/mikroe-stm32f4/nxlines/setenv.sh
@@ -68,7 +68,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/mikroe-stm32f4/nxtext/setenv.sh b/configs/mikroe-stm32f4/nxtext/setenv.sh
index ff7cf40e206..93dbf8d8cd1 100755
--- a/configs/mikroe-stm32f4/nxtext/setenv.sh
+++ b/configs/mikroe-stm32f4/nxtext/setenv.sh
@@ -68,7 +68,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/mikroe-stm32f4/usbnsh/setenv.sh b/configs/mikroe-stm32f4/usbnsh/setenv.sh
index ff7cf40e206..93dbf8d8cd1 100755
--- a/configs/mikroe-stm32f4/usbnsh/setenv.sh
+++ b/configs/mikroe-stm32f4/usbnsh/setenv.sh
@@ -68,7 +68,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/mirtoo/Kconfig b/configs/mirtoo/Kconfig
index 7fc487119b9..7fdc5a4a789 100644
--- a/configs/mirtoo/Kconfig
+++ b/configs/mirtoo/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_MIRTOO
diff --git a/configs/mirtoo/README.txt b/configs/mirtoo/README.txt
index 80723b82f06..11673a674c7 100644
--- a/configs/mirtoo/README.txt
+++ b/configs/mirtoo/README.txt
@@ -870,7 +870,7 @@ Where is one of the following:
change this configurations using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
@@ -913,7 +913,7 @@ Where is one of the following:
change this configurations using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
diff --git a/configs/moteino-mega/Kconfig b/configs/moteino-mega/Kconfig
index ae2bf31307d..f72f3c094ce 100644
--- a/configs/moteino-mega/Kconfig
+++ b/configs/moteino-mega/Kconfig
@@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
diff --git a/configs/moteino-mega/README.txt b/configs/moteino-mega/README.txt
index 6cf9330db6c..9c3c03b1de9 100644
--- a/configs/moteino-mega/README.txt
+++ b/configs/moteino-mega/README.txt
@@ -260,7 +260,7 @@ Common Configuration Notes
change a configurations using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
diff --git a/configs/moteino-mega/hello/setenv.sh b/configs/moteino-mega/hello/setenv.sh
index 42f7ca44b2f..c61b40113a4 100755
--- a/configs/moteino-mega/hello/setenv.sh
+++ b/configs/moteino-mega/hello/setenv.sh
@@ -55,7 +55,7 @@ fi
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_avr/staging_dir/bin"
+export TOOLCHAIN_BIN="${WD}/../buildroot/build_avr/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/moteino-mega/nsh/setenv.sh b/configs/moteino-mega/nsh/setenv.sh
index ee47389b9d2..b4da5bd2ca6 100755
--- a/configs/moteino-mega/nsh/setenv.sh
+++ b/configs/moteino-mega/nsh/setenv.sh
@@ -55,7 +55,7 @@ fi
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_avr/staging_dir/bin"
+export TOOLCHAIN_BIN="${WD}/../buildroot/build_avr/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/mx1ads/Kconfig b/configs/mx1ads/Kconfig
index 4a1c145177b..df88256d45d 100644
--- a/configs/mx1ads/Kconfig
+++ b/configs/mx1ads/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_MX1ADS
diff --git a/configs/mx1ads/README.txt b/configs/mx1ads/README.txt
index f0fce21ea24..83b69294e3c 100644
--- a/configs/mx1ads/README.txt
+++ b/configs/mx1ads/README.txt
@@ -155,7 +155,7 @@ Common Configuration Notes
change a configurations using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
diff --git a/configs/mx1ads/ostest/setenv.sh b/configs/mx1ads/ostest/setenv.sh
index a6fb5b02ac0..e73858fc76e 100755
--- a/configs/mx1ads/ostest/setenv.sh
+++ b/configs/mx1ads/ostest/setenv.sh
@@ -40,7 +40,7 @@ fi
if [ -z ${PATH_ORIG} ]; then export PATH_ORIG=${PATH}; fi
WD=`pwd`
-export BUILDROOT_BIN=${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin
+export BUILDROOT_BIN=${WD}/../buildroot/build_arm_nofpu/staging_dir/bin
export PATH=${BUILDROOT_BIN}:/sbin:/usr/sbin:${PATH_ORIG}
echo "PATH : ${PATH}"
diff --git a/configs/ne64badge/Kconfig b/configs/ne64badge/Kconfig
index 44fb67fdf4d..0ee9a8ca19e 100644
--- a/configs/ne64badge/Kconfig
+++ b/configs/ne64badge/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_NE64BADGE
diff --git a/configs/ne64badge/README.txt b/configs/ne64badge/README.txt
index f47d43b639b..bdbd596fc3e 100644
--- a/configs/ne64badge/README.txt
+++ b/configs/ne64badge/README.txt
@@ -483,7 +483,7 @@ Common Configuration Notes
change a configurations using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
diff --git a/configs/ne64badge/ostest/setenv.sh b/configs/ne64badge/ostest/setenv.sh
index c4d6800ed54..c5aa591b494 100755
--- a/configs/ne64badge/ostest/setenv.sh
+++ b/configs/ne64badge/ostest/setenv.sh
@@ -40,7 +40,7 @@ fi
if [ -z "${PATH_ORIG}" ]; then export PATH_ORIG="${PATH}"; fi
WD=`pwd`
-export BUILDROOT_BIN="${WD}/../misc/buildroot/build_m9s12x/staging_dir/bin"
+export BUILDROOT_BIN="${WD}/../buildroot/build_m9s12x/staging_dir/bin"
export PATH="${BUILDROOT_BIN}:${RIDE_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
echo "PATH : ${PATH}"
diff --git a/configs/ntosd-dm320/Kconfig b/configs/ntosd-dm320/Kconfig
index 326f73f6c7f..37166f87e5f 100644
--- a/configs/ntosd-dm320/Kconfig
+++ b/configs/ntosd-dm320/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_NTOSD_DM320
diff --git a/configs/ntosd-dm320/README.txt b/configs/ntosd-dm320/README.txt
index 4c9be3cbd39..1ef7daae63a 100644
--- a/configs/ntosd-dm320/README.txt
+++ b/configs/ntosd-dm320/README.txt
@@ -300,7 +300,7 @@ Common Configuration Notes
change a configurations using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
diff --git a/configs/ntosd-dm320/nettest/setenv.sh b/configs/ntosd-dm320/nettest/setenv.sh
index 4d8e2c36e08..0f5dd758ba8 100755
--- a/configs/ntosd-dm320/nettest/setenv.sh
+++ b/configs/ntosd-dm320/nettest/setenv.sh
@@ -55,7 +55,7 @@ fi
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH variable
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/ntosd-dm320/nsh/setenv.sh b/configs/ntosd-dm320/nsh/setenv.sh
index e44839b96c7..5bc5f24ff6e 100755
--- a/configs/ntosd-dm320/nsh/setenv.sh
+++ b/configs/ntosd-dm320/nsh/setenv.sh
@@ -55,7 +55,7 @@ fi
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH variable
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/ntosd-dm320/poll/setenv.sh b/configs/ntosd-dm320/poll/setenv.sh
index d1125e80ea9..844983c75fe 100755
--- a/configs/ntosd-dm320/poll/setenv.sh
+++ b/configs/ntosd-dm320/poll/setenv.sh
@@ -55,7 +55,7 @@ fi
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH variable
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/ntosd-dm320/thttpd/setenv.sh b/configs/ntosd-dm320/thttpd/setenv.sh
index cefb299efbe..a93654aeab7 100755
--- a/configs/ntosd-dm320/thttpd/setenv.sh
+++ b/configs/ntosd-dm320/thttpd/setenv.sh
@@ -55,7 +55,7 @@ fi
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH variable
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/ntosd-dm320/udp/setenv.sh b/configs/ntosd-dm320/udp/setenv.sh
index 9af3c4dc6a6..53c94895d1c 100755
--- a/configs/ntosd-dm320/udp/setenv.sh
+++ b/configs/ntosd-dm320/udp/setenv.sh
@@ -55,7 +55,7 @@ fi
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH variable
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/ntosd-dm320/webserver/setenv.sh b/configs/ntosd-dm320/webserver/setenv.sh
index 11a5c8c8749..07374f60b62 100755
--- a/configs/ntosd-dm320/webserver/setenv.sh
+++ b/configs/ntosd-dm320/webserver/setenv.sh
@@ -55,7 +55,7 @@ fi
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH variable
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/nucleo-f4x1re/Kconfig b/configs/nucleo-f4x1re/Kconfig
index bdd5b9c3c56..6449f5b673c 100644
--- a/configs/nucleo-f4x1re/Kconfig
+++ b/configs/nucleo-f4x1re/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_NUCLEO_F401RE
diff --git a/configs/nucleo-f4x1re/README.txt b/configs/nucleo-f4x1re/README.txt
index 23b00cab48e..b360fc7586f 100644
--- a/configs/nucleo-f4x1re/README.txt
+++ b/configs/nucleo-f4x1re/README.txt
@@ -603,7 +603,7 @@ Configurations
change this configuration using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
diff --git a/configs/nucleo-f4x1re/f401-nsh/setenv.sh b/configs/nucleo-f4x1re/f401-nsh/setenv.sh
index 4608ee3d4e7..67f257ad6cc 100644
--- a/configs/nucleo-f4x1re/f401-nsh/setenv.sh
+++ b/configs/nucleo-f4x1re/f401-nsh/setenv.sh
@@ -56,7 +56,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code
# This the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/nucleo-f4x1re/f411-nsh/setenv.sh b/configs/nucleo-f4x1re/f411-nsh/setenv.sh
index e102562e27a..f4ab9bca9bf 100755
--- a/configs/nucleo-f4x1re/f411-nsh/setenv.sh
+++ b/configs/nucleo-f4x1re/f411-nsh/setenv.sh
@@ -56,7 +56,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code
# This the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/nucleus2g/Kconfig b/configs/nucleus2g/Kconfig
index 457b6bb86c0..0ad7a4136a9 100644
--- a/configs/nucleus2g/Kconfig
+++ b/configs/nucleus2g/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_NUCLEUS2G
diff --git a/configs/nucleus2g/README.txt b/configs/nucleus2g/README.txt
index d8ab8e30141..bb37f1071b7 100644
--- a/configs/nucleus2g/README.txt
+++ b/configs/nucleus2g/README.txt
@@ -533,7 +533,7 @@ Where is one of the following:
change this configurations using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
@@ -554,7 +554,7 @@ Where is one of the following:
change this configurations using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
diff --git a/configs/nucleus2g/nsh/setenv.sh b/configs/nucleus2g/nsh/setenv.sh
index 977e0d474cf..ffdc74e9b90 100755
--- a/configs/nucleus2g/nsh/setenv.sh
+++ b/configs/nucleus2g/nsh/setenv.sh
@@ -41,7 +41,7 @@ if [ -z "${PATH_ORIG}" ]; then export PATH_ORIG="${PATH}"; fi
WD=`pwd`
export LPCTOOL_DIR="${WD}/configs/nucleus2g/tools"
-export BUILDROOT_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export BUILDROOT_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
export PATH="${BUILDROOT_BIN}:${LPCTOOL_DIR}:/sbin:/usr/sbin:${PATH_ORIG}"
echo "PATH : ${PATH}"
diff --git a/configs/nucleus2g/usbmsc/setenv.sh b/configs/nucleus2g/usbmsc/setenv.sh
index 05943f63563..30d3e55beff 100755
--- a/configs/nucleus2g/usbmsc/setenv.sh
+++ b/configs/nucleus2g/usbmsc/setenv.sh
@@ -41,7 +41,7 @@ if [ -z "${PATH_ORIG}" ]; then export PATH_ORIG="${PATH}"; fi
WD=`pwd`
export LPCTOOL_DIR="${WD}/configs/nucleus2g/tools"
-export BUILDROOT_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export BUILDROOT_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
export PATH="${BUILDROOT_BIN}:${LPCTOOL_DIR}:/sbin:/usr/sbin:${PATH_ORIG}"
echo "PATH : ${PATH}"
diff --git a/configs/nucleus2g/usbserial/setenv.sh b/configs/nucleus2g/usbserial/setenv.sh
index cbd2e8d81cc..9333b3a2f59 100755
--- a/configs/nucleus2g/usbserial/setenv.sh
+++ b/configs/nucleus2g/usbserial/setenv.sh
@@ -41,7 +41,7 @@ if [ -z "${PATH_ORIG}" ]; then export PATH_ORIG="${PATH}"; fi
WD=`pwd`
export LPCTOOL_DIR="${WD}/configs/nucleus2g/tools"
-export BUILDROOT_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export BUILDROOT_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
export PATH="${BUILDROOT_BIN}:${LPCTOOL_DIR}:/sbin:/usr/sbin:${PATH_ORIG}"
echo "PATH : ${PATH}"
diff --git a/configs/nutiny-nuc120/Kconfig b/configs/nutiny-nuc120/Kconfig
index 416063f7d4f..56738d856fe 100644
--- a/configs/nutiny-nuc120/Kconfig
+++ b/configs/nutiny-nuc120/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_NUTINY_NUC120
diff --git a/configs/nutiny-nuc120/README.txt b/configs/nutiny-nuc120/README.txt
index bd50c706ead..6327558711a 100644
--- a/configs/nutiny-nuc120/README.txt
+++ b/configs/nutiny-nuc120/README.txt
@@ -292,7 +292,7 @@ Where is one of the following:
change this configuration using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
diff --git a/configs/nutiny-nuc120/nsh/setenv.sh b/configs/nutiny-nuc120/nsh/setenv.sh
index 49edb7f3086..f026535006b 100755
--- a/configs/nutiny-nuc120/nsh/setenv.sh
+++ b/configs/nutiny-nuc120/nsh/setenv.sh
@@ -67,7 +67,7 @@ fi
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/olimex-efm32g880f128-stk/Kconfig b/configs/olimex-efm32g880f128-stk/Kconfig
index f75593c220c..836315ffcae 100644
--- a/configs/olimex-efm32g880f128-stk/Kconfig
+++ b/configs/olimex-efm32g880f128-stk/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_OLIMEX_EFM32G880F128_STK
diff --git a/configs/olimex-efm32g880f128-stk/README.txt b/configs/olimex-efm32g880f128-stk/README.txt
index 9611a9ab166..9309a039768 100644
--- a/configs/olimex-efm32g880f128-stk/README.txt
+++ b/configs/olimex-efm32g880f128-stk/README.txt
@@ -159,7 +159,7 @@ Configurations
change this configuration using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
diff --git a/configs/olimex-efm32g880f128-stk/nsh/setenv.sh b/configs/olimex-efm32g880f128-stk/nsh/setenv.sh
index a772e5ac44a..2a2238f783e 100755
--- a/configs/olimex-efm32g880f128-stk/nsh/setenv.sh
+++ b/configs/olimex-efm32g880f128-stk/nsh/setenv.sh
@@ -55,7 +55,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/olimex-lpc-h3131/Kconfig b/configs/olimex-lpc-h3131/Kconfig
index d48cc4bb686..41e81a5441d 100644
--- a/configs/olimex-lpc-h3131/Kconfig
+++ b/configs/olimex-lpc-h3131/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_OLIMEX_LPC_H3131
diff --git a/configs/olimex-lpc-h3131/README.txt b/configs/olimex-lpc-h3131/README.txt
index a8ed3e00681..d45e1c9ccb9 100644
--- a/configs/olimex-lpc-h3131/README.txt
+++ b/configs/olimex-lpc-h3131/README.txt
@@ -530,7 +530,7 @@ Configurations
change any of these configurations using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
diff --git a/configs/olimex-lpc-h3131/nsh/setenv.sh b/configs/olimex-lpc-h3131/nsh/setenv.sh
index 27914f77f9b..2bfe99b74ac 100755
--- a/configs/olimex-lpc-h3131/nsh/setenv.sh
+++ b/configs/olimex-lpc-h3131/nsh/setenv.sh
@@ -55,7 +55,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# This is the path to the tools subdirectory
diff --git a/configs/olimex-lpc1766stk/Kconfig b/configs/olimex-lpc1766stk/Kconfig
index a5f1fd294f6..e057ff0aa4f 100644
--- a/configs/olimex-lpc1766stk/Kconfig
+++ b/configs/olimex-lpc1766stk/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_LPC1766STK
diff --git a/configs/olimex-lpc1766stk/README.txt b/configs/olimex-lpc1766stk/README.txt
index 51127aecff6..a3b9f14df4f 100644
--- a/configs/olimex-lpc1766stk/README.txt
+++ b/configs/olimex-lpc1766stk/README.txt
@@ -887,7 +887,7 @@ Common Configuration Notes
change a configuration using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
diff --git a/configs/olimex-lpc1766stk/ftpc/setenv.sh b/configs/olimex-lpc1766stk/ftpc/setenv.sh
index 6f57a92c1e4..5e21d73dc06 100755
--- a/configs/olimex-lpc1766stk/ftpc/setenv.sh
+++ b/configs/olimex-lpc1766stk/ftpc/setenv.sh
@@ -64,7 +64,7 @@ fi
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# The Olimex-lpc1766stk/tools directory
export LPCTOOL_DIR="${WD}/configs/olimex-lpc1766stk/tools"
diff --git a/configs/olimex-lpc1766stk/hidkbd/setenv.sh b/configs/olimex-lpc1766stk/hidkbd/setenv.sh
index b2efd42686f..7ebb4ddee2f 100755
--- a/configs/olimex-lpc1766stk/hidkbd/setenv.sh
+++ b/configs/olimex-lpc1766stk/hidkbd/setenv.sh
@@ -64,7 +64,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-# export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+# export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# The Olimex-lpc1766stk/tools directory
export LPCTOOL_DIR="${WD}/configs/olimex-lpc1766stk/tools"
diff --git a/configs/olimex-lpc1766stk/hidmouse/setenv.sh b/configs/olimex-lpc1766stk/hidmouse/setenv.sh
index 4bcc750e19d..bb617ff32d5 100755
--- a/configs/olimex-lpc1766stk/hidmouse/setenv.sh
+++ b/configs/olimex-lpc1766stk/hidmouse/setenv.sh
@@ -56,7 +56,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# The Olimex-lpc1766stk/tools directory
export LPCTOOL_DIR="${WD}/configs/olimex-lpc1766stk/tools"
diff --git a/configs/olimex-lpc1766stk/nettest/setenv.sh b/configs/olimex-lpc1766stk/nettest/setenv.sh
index 6ae5c14c405..06d4574f165 100755
--- a/configs/olimex-lpc1766stk/nettest/setenv.sh
+++ b/configs/olimex-lpc1766stk/nettest/setenv.sh
@@ -65,7 +65,7 @@ fi
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# The Olimex-lpc1766stk/tools directory
export LPCTOOL_DIR="${WD}/configs/olimex-lpc1766stk/tools"
diff --git a/configs/olimex-lpc1766stk/nsh/setenv.sh b/configs/olimex-lpc1766stk/nsh/setenv.sh
index fc0b58ce14a..4d5efee2baf 100755
--- a/configs/olimex-lpc1766stk/nsh/setenv.sh
+++ b/configs/olimex-lpc1766stk/nsh/setenv.sh
@@ -64,7 +64,7 @@ fi
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# The Olimex-lpc1766stk/tools directory
export LPCTOOL_DIR="${WD}/configs/olimex-lpc1766stk/tools"
diff --git a/configs/olimex-lpc1766stk/nx/setenv.sh b/configs/olimex-lpc1766stk/nx/setenv.sh
index 501212e88ac..d8112663705 100755
--- a/configs/olimex-lpc1766stk/nx/setenv.sh
+++ b/configs/olimex-lpc1766stk/nx/setenv.sh
@@ -64,7 +64,7 @@ fi
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# The Olimex-lpc1766stk/tools directory
export LPCTOOL_DIR="${WD}/configs/olimex-lpc1766stk/tools"
diff --git a/configs/olimex-lpc1766stk/slip-httpd/setenv.sh b/configs/olimex-lpc1766stk/slip-httpd/setenv.sh
index 5784980b5a5..bb91fb0337d 100755
--- a/configs/olimex-lpc1766stk/slip-httpd/setenv.sh
+++ b/configs/olimex-lpc1766stk/slip-httpd/setenv.sh
@@ -64,7 +64,7 @@ fi
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# The Olimex-lpc1766stk/tools directory
export LPCTOOL_DIR="${WD}/configs/olimex-lpc1766stk/tools"
diff --git a/configs/olimex-lpc1766stk/thttpd-binfs/setenv.sh b/configs/olimex-lpc1766stk/thttpd-binfs/setenv.sh
index 8061953c4f1..507092b6818 100755
--- a/configs/olimex-lpc1766stk/thttpd-binfs/setenv.sh
+++ b/configs/olimex-lpc1766stk/thttpd-binfs/setenv.sh
@@ -72,7 +72,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Users/MyName/MentorGraphics/Sourcery_CodeBench
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-# export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+# export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# The Olimex-lpc1766stk/tools directory
export LPCTOOL_DIR="${WD}/configs/olimex-lpc1766stk/tools"
diff --git a/configs/olimex-lpc1766stk/thttpd-nxflat/setenv.sh b/configs/olimex-lpc1766stk/thttpd-nxflat/setenv.sh
index 7a59c2cff4d..95d62846094 100755
--- a/configs/olimex-lpc1766stk/thttpd-nxflat/setenv.sh
+++ b/configs/olimex-lpc1766stk/thttpd-nxflat/setenv.sh
@@ -72,7 +72,7 @@ fi
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# The Olimex-lpc1766stk/tools directory
export LPCTOOL_DIR="${WD}/configs/olimex-lpc1766stk/tools"
diff --git a/configs/olimex-lpc1766stk/usbmsc/setenv.sh b/configs/olimex-lpc1766stk/usbmsc/setenv.sh
index 0476bba8c34..2f2bc2d8d85 100755
--- a/configs/olimex-lpc1766stk/usbmsc/setenv.sh
+++ b/configs/olimex-lpc1766stk/usbmsc/setenv.sh
@@ -64,7 +64,7 @@ fi
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# The Olimex-lpc1766stk/tools directory
export LPCTOOL_DIR="${WD}/configs/olimex-lpc1766stk/tools"
diff --git a/configs/olimex-lpc1766stk/usbserial/setenv.sh b/configs/olimex-lpc1766stk/usbserial/setenv.sh
index daff8d61d9f..90049ced75f 100755
--- a/configs/olimex-lpc1766stk/usbserial/setenv.sh
+++ b/configs/olimex-lpc1766stk/usbserial/setenv.sh
@@ -64,7 +64,7 @@ fi
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# The Olimex-lpc1766stk/tools directory
export LPCTOOL_DIR="${WD}/configs/olimex-lpc1766stk/tools"
diff --git a/configs/olimex-lpc1766stk/zmodem/setenv.sh b/configs/olimex-lpc1766stk/zmodem/setenv.sh
index 611dbfdb92b..341ef38d6f6 100755
--- a/configs/olimex-lpc1766stk/zmodem/setenv.sh
+++ b/configs/olimex-lpc1766stk/zmodem/setenv.sh
@@ -64,7 +64,7 @@ fi
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# The Olimex-lpc1766stk/tools directory
export LPCTOOL_DIR="${WD}/configs/olimex-lpc1766stk/tools"
diff --git a/configs/olimex-lpc2378/Kconfig b/configs/olimex-lpc2378/Kconfig
index f479970f012..1e8c84c2839 100644
--- a/configs/olimex-lpc2378/Kconfig
+++ b/configs/olimex-lpc2378/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
#
diff --git a/configs/olimex-lpc2378/nsh/setenv.sh b/configs/olimex-lpc2378/nsh/setenv.sh
index e32bba679e6..6e87533e703 100755
--- a/configs/olimex-lpc2378/nsh/setenv.sh
+++ b/configs/olimex-lpc2378/nsh/setenv.sh
@@ -60,7 +60,7 @@ fi
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/olimex-stm32-h405/Kconfig b/configs/olimex-stm32-h405/Kconfig
index 4bf1af1e31f..40b1e933cda 100644
--- a/configs/olimex-stm32-h405/Kconfig
+++ b/configs/olimex-stm32-h405/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_OLIMEX_STM32H405
diff --git a/configs/olimex-stm32-h405/nshusb/setenv.sh b/configs/olimex-stm32-h405/nshusb/setenv.sh
index 1dbadcbe163..d2ff212df60 100644
--- a/configs/olimex-stm32-h405/nshusb/setenv.sh
+++ b/configs/olimex-stm32-h405/nshusb/setenv.sh
@@ -67,7 +67,7 @@ fi
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/olimex-stm32-p107/Kconfig b/configs/olimex-stm32-p107/Kconfig
index b0b8a29d6c9..3a14e35d2f4 100644
--- a/configs/olimex-stm32-p107/Kconfig
+++ b/configs/olimex-stm32-p107/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_OLIMEX_STM32P107
diff --git a/configs/olimex-stm32-p107/nsh/setenv.sh b/configs/olimex-stm32-p107/nsh/setenv.sh
index 3cd9e20b7cd..8916f538cc7 100755
--- a/configs/olimex-stm32-p107/nsh/setenv.sh
+++ b/configs/olimex-stm32-p107/nsh/setenv.sh
@@ -68,7 +68,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/olimex-stm32-p207/Kconfig b/configs/olimex-stm32-p207/Kconfig
index 9471a992f72..92269e5df74 100644
--- a/configs/olimex-stm32-p207/Kconfig
+++ b/configs/olimex-stm32-p207/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_OLIMEX_STM32P207
diff --git a/configs/olimex-stm32-p207/nsh/setenv.sh b/configs/olimex-stm32-p207/nsh/setenv.sh
index 44b8ac37dd1..ad8fd4e1e97 100644
--- a/configs/olimex-stm32-p207/nsh/setenv.sh
+++ b/configs/olimex-stm32-p207/nsh/setenv.sh
@@ -67,7 +67,7 @@ fi
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/olimex-strp711/Kconfig b/configs/olimex-strp711/Kconfig
index 9771aba6df9..0b1a75fb901 100644
--- a/configs/olimex-strp711/Kconfig
+++ b/configs/olimex-strp711/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_OLIMEX_STRP711
diff --git a/configs/olimex-strp711/README.txt b/configs/olimex-strp711/README.txt
index edcef768473..bd9feeb2420 100644
--- a/configs/olimex-strp711/README.txt
+++ b/configs/olimex-strp711/README.txt
@@ -390,7 +390,7 @@ Common Configuration Notes:
change a configurations using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
diff --git a/configs/olimex-strp711/nettest/setenv.sh b/configs/olimex-strp711/nettest/setenv.sh
index 1741d94abec..e30820e8262 100755
--- a/configs/olimex-strp711/nettest/setenv.sh
+++ b/configs/olimex-strp711/nettest/setenv.sh
@@ -64,7 +64,7 @@ fi
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/olimex-strp711/nsh/setenv.sh b/configs/olimex-strp711/nsh/setenv.sh
index f6d22c1ec01..6724741f697 100755
--- a/configs/olimex-strp711/nsh/setenv.sh
+++ b/configs/olimex-strp711/nsh/setenv.sh
@@ -40,7 +40,7 @@ fi
if [ -z "${PATH_ORIG}" ]; then export PATH_ORIG="${PATH}"; fi
WD=`pwd`
-export BUILDROOT_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export BUILDROOT_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
export STR41XSCRIPTS="$WD/configs/olimex-strp711/scripts"
export PATH="${BUILDROOT_BIN}:${STR41XSCRIPTS}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/olimexino-stm32/Kconfig b/configs/olimexino-stm32/Kconfig
index ad0852faf41..24daede78e8 100644
--- a/configs/olimexino-stm32/Kconfig
+++ b/configs/olimexino-stm32/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_OLIMEXINO_STM32
diff --git a/configs/olimexino-stm32/can/setenv.sh b/configs/olimexino-stm32/can/setenv.sh
index fa843565525..37424c06663 100755
--- a/configs/olimexino-stm32/can/setenv.sh
+++ b/configs/olimexino-stm32/can/setenv.sh
@@ -72,7 +72,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/olimexino-stm32/composite/setenv.sh b/configs/olimexino-stm32/composite/setenv.sh
index 64defa1986a..91a97b55590 100755
--- a/configs/olimexino-stm32/composite/setenv.sh
+++ b/configs/olimexino-stm32/composite/setenv.sh
@@ -72,7 +72,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/olimexino-stm32/nsh/setenv.sh b/configs/olimexino-stm32/nsh/setenv.sh
index b9eff1c0e3d..8b76b2b4c81 100755
--- a/configs/olimexino-stm32/nsh/setenv.sh
+++ b/configs/olimexino-stm32/nsh/setenv.sh
@@ -72,7 +72,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/olimexino-stm32/smallnsh/setenv.sh b/configs/olimexino-stm32/smallnsh/setenv.sh
index bbf51a1e9af..f113b7302f0 100755
--- a/configs/olimexino-stm32/smallnsh/setenv.sh
+++ b/configs/olimexino-stm32/smallnsh/setenv.sh
@@ -72,7 +72,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/olimexino-stm32/tiny/setenv.sh b/configs/olimexino-stm32/tiny/setenv.sh
index 92cc3748513..b4356d47cc3 100755
--- a/configs/olimexino-stm32/tiny/setenv.sh
+++ b/configs/olimexino-stm32/tiny/setenv.sh
@@ -72,7 +72,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/open1788/Kconfig b/configs/open1788/Kconfig
index 08df7b38d58..e5910efdac0 100644
--- a/configs/open1788/Kconfig
+++ b/configs/open1788/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_OPEN1788
diff --git a/configs/open1788/README.txt b/configs/open1788/README.txt
index 1ad7fc5e2c7..7d46f0e5cdf 100644
--- a/configs/open1788/README.txt
+++ b/configs/open1788/README.txt
@@ -267,7 +267,7 @@ CONFIGURATION
change this configuration using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
@@ -365,7 +365,7 @@ CONFIGURATION
change this configuration using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools//README.txt.
+ see additional README.txt files in the NuttX tools repository./README.txt.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
@@ -506,7 +506,7 @@ CONFIGURATION
change this configuration using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools//README.txt.
+ see additional README.txt files in the NuttX tools repository./README.txt.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
diff --git a/configs/open1788/knsh/setenv.sh b/configs/open1788/knsh/setenv.sh
index e8afd7c9175..4418984233c 100755
--- a/configs/open1788/knsh/setenv.sh
+++ b/configs/open1788/knsh/setenv.sh
@@ -62,7 +62,7 @@ fi
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# The Olimex-lpc1766stk/tools directory
export LPCTOOL_DIR="${WD}/configs/open1788/tools"
diff --git a/configs/open1788/nsh/setenv.sh b/configs/open1788/nsh/setenv.sh
index 362a73b6c77..84c8100e1b2 100755
--- a/configs/open1788/nsh/setenv.sh
+++ b/configs/open1788/nsh/setenv.sh
@@ -62,7 +62,7 @@ fi
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# The open1788/tools directory
export LPCTOOL_DIR="${WD}/configs/open1788/tools"
diff --git a/configs/open1788/nxlines/setenv.sh b/configs/open1788/nxlines/setenv.sh
index e402858b0d7..c454f6ee30b 100755
--- a/configs/open1788/nxlines/setenv.sh
+++ b/configs/open1788/nxlines/setenv.sh
@@ -62,7 +62,7 @@ fi
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# The open1788/tools directory
export LPCTOOL_DIR="${WD}/configs/open1788/tools"
diff --git a/configs/p112/Kconfig b/configs/p112/Kconfig
index ae2bf31307d..f72f3c094ce 100644
--- a/configs/p112/Kconfig
+++ b/configs/p112/Kconfig
@@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
diff --git a/configs/pcblogic-pic32mx/Kconfig b/configs/pcblogic-pic32mx/Kconfig
index ae2bf31307d..f72f3c094ce 100644
--- a/configs/pcblogic-pic32mx/Kconfig
+++ b/configs/pcblogic-pic32mx/Kconfig
@@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
diff --git a/configs/pcblogic-pic32mx/README.txt b/configs/pcblogic-pic32mx/README.txt
index 5bcf2911986..afc9b0bdc5b 100644
--- a/configs/pcblogic-pic32mx/README.txt
+++ b/configs/pcblogic-pic32mx/README.txt
@@ -568,7 +568,7 @@ Configurations
change any of these configurations using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
diff --git a/configs/pcduino-a10/Kconfig b/configs/pcduino-a10/Kconfig
index 6e7846341ed..1bf5ca671c2 100644
--- a/configs/pcduino-a10/Kconfig
+++ b/configs/pcduino-a10/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_PCDUINO_A10
diff --git a/configs/pcduino-a10/README.txt b/configs/pcduino-a10/README.txt
index 4a0e27583d7..b3c26c6267a 100644
--- a/configs/pcduino-a10/README.txt
+++ b/configs/pcduino-a10/README.txt
@@ -349,7 +349,7 @@ Configurations
change any of these configurations using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
diff --git a/configs/pcduino-a10/nsh/setenv.sh b/configs/pcduino-a10/nsh/setenv.sh
index ba038d33624..4877f86e81b 100755
--- a/configs/pcduino-a10/nsh/setenv.sh
+++ b/configs/pcduino-a10/nsh/setenv.sh
@@ -69,7 +69,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/pic32mx-starterkit/Kconfig b/configs/pic32mx-starterkit/Kconfig
index 5537bcf16c2..73433a1e477 100644
--- a/configs/pic32mx-starterkit/Kconfig
+++ b/configs/pic32mx-starterkit/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_PIC32MX_STARTERKIT
diff --git a/configs/pic32mx-starterkit/README.txt b/configs/pic32mx-starterkit/README.txt
index c3ee13c4b02..1622c20560a 100644
--- a/configs/pic32mx-starterkit/README.txt
+++ b/configs/pic32mx-starterkit/README.txt
@@ -1040,7 +1040,7 @@ Where is one of the following:
change this configurations using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
diff --git a/configs/pic32mx7mmb/Kconfig b/configs/pic32mx7mmb/Kconfig
index f83241651d8..8b68012f7d1 100644
--- a/configs/pic32mx7mmb/Kconfig
+++ b/configs/pic32mx7mmb/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_PIC32_PIC32MX7MMB
diff --git a/configs/pic32mx7mmb/README.txt b/configs/pic32mx7mmb/README.txt
index 935060054d8..35a89033e86 100644
--- a/configs/pic32mx7mmb/README.txt
+++ b/configs/pic32mx7mmb/README.txt
@@ -618,7 +618,7 @@ Where is one of the following:
change this configurations using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
diff --git a/configs/pic32mz-starterkit/Kconfig b/configs/pic32mz-starterkit/Kconfig
index d637320bcb8..7b556af38c0 100644
--- a/configs/pic32mz-starterkit/Kconfig
+++ b/configs/pic32mz-starterkit/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_PIC32MZ_STARTERKIT
diff --git a/configs/pic32mz-starterkit/README.txt b/configs/pic32mz-starterkit/README.txt
index 2f4b327d363..4166a4728f6 100644
--- a/configs/pic32mz-starterkit/README.txt
+++ b/configs/pic32mz-starterkit/README.txt
@@ -379,7 +379,7 @@ Where is one of the following:
change this configurations using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
diff --git a/configs/pirelli_dpl10/Kconfig b/configs/pirelli_dpl10/Kconfig
index ae2bf31307d..f72f3c094ce 100644
--- a/configs/pirelli_dpl10/Kconfig
+++ b/configs/pirelli_dpl10/Kconfig
@@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
diff --git a/configs/pirelli_dpl10/README.txt b/configs/pirelli_dpl10/README.txt
index 6170ee7278b..8f1be279031 100644
--- a/configs/pirelli_dpl10/README.txt
+++ b/configs/pirelli_dpl10/README.txt
@@ -336,7 +336,7 @@ Configurations
change this configuration using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
diff --git a/configs/pirelli_dpl10/nsh_highram/setenv.sh b/configs/pirelli_dpl10/nsh_highram/setenv.sh
index 4f7d27abe54..56d2c4cf94e 100755
--- a/configs/pirelli_dpl10/nsh_highram/setenv.sh
+++ b/configs/pirelli_dpl10/nsh_highram/setenv.sh
@@ -54,7 +54,7 @@ fi
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/qemu-i486/Kconfig b/configs/qemu-i486/Kconfig
index ae2bf31307d..f72f3c094ce 100644
--- a/configs/qemu-i486/Kconfig
+++ b/configs/qemu-i486/Kconfig
@@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
diff --git a/configs/qemu-i486/README.txt b/configs/qemu-i486/README.txt
index e730128cdc6..c91270f5689 100644
--- a/configs/qemu-i486/README.txt
+++ b/configs/qemu-i486/README.txt
@@ -174,7 +174,7 @@ Common Configuration Notes
change a configurations using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
diff --git a/configs/qemu-i486/nsh/setenv.sh b/configs/qemu-i486/nsh/setenv.sh
index 5542bc4e210..25ae59d71bd 100755
--- a/configs/qemu-i486/nsh/setenv.sh
+++ b/configs/qemu-i486/nsh/setenv.sh
@@ -42,7 +42,7 @@ if [ -z ${PATH_ORIG} ]; then export PATH_ORIG=${PATH}; fi
# Uncomment and modify the following if you are using anything other
# than the system GCC
# WD=`pwd`
-# export BUILDROOT_BIN="${WD}/../../../misc/buildroot/build_i486/staging_dir/bin"
+# export BUILDROOT_BIN="${WD}/../../../buildroot/build_i486/staging_dir/bin"
# export PATH="${BUILDROOT_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
echo "PATH : ${PATH}"
diff --git a/configs/qemu-i486/ostest/setenv.sh b/configs/qemu-i486/ostest/setenv.sh
index a3c68d79747..f9c3bdec8d6 100755
--- a/configs/qemu-i486/ostest/setenv.sh
+++ b/configs/qemu-i486/ostest/setenv.sh
@@ -42,7 +42,7 @@ if [ -z ${PATH_ORIG} ]; then export PATH_ORIG=${PATH}; fi
# Uncomment and modify the following if you are using anything other
# than the system GCC
# WD=`pwd`
-# export BUILDROOT_BIN="${WD}/../../../misc/buildroot/build_i486/staging_dir/bin"
+# export BUILDROOT_BIN="${WD}/../../../buildroot/build_i486/staging_dir/bin"
# export PATH="${BUILDROOT_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
echo "PATH : ${PATH}"
diff --git a/configs/rgmp/Kconfig b/configs/rgmp/Kconfig
index 1480d0df118..ba62632ecbe 100644
--- a/configs/rgmp/Kconfig
+++ b/configs/rgmp/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_RGMP
diff --git a/configs/sam3u-ek/Kconfig b/configs/sam3u-ek/Kconfig
index f4daa81fe3c..27611b6f8bd 100644
--- a/configs/sam3u-ek/Kconfig
+++ b/configs/sam3u-ek/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_SAM3UEK
diff --git a/configs/sam3u-ek/README.txt b/configs/sam3u-ek/README.txt
index 765a8623259..31dbfab064d 100644
--- a/configs/sam3u-ek/README.txt
+++ b/configs/sam3u-ek/README.txt
@@ -442,7 +442,7 @@ Configurations
change any of these configurations using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
diff --git a/configs/sam3u-ek/knsh/setenv.sh b/configs/sam3u-ek/knsh/setenv.sh
index 9755bc28546..844c14ebf4a 100755
--- a/configs/sam3u-ek/knsh/setenv.sh
+++ b/configs/sam3u-ek/knsh/setenv.sh
@@ -67,7 +67,7 @@ fi
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/sam3u-ek/nsh/setenv.sh b/configs/sam3u-ek/nsh/setenv.sh
index 7f9b452be5c..0bbec9cdf01 100755
--- a/configs/sam3u-ek/nsh/setenv.sh
+++ b/configs/sam3u-ek/nsh/setenv.sh
@@ -66,7 +66,7 @@ fi
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/sam3u-ek/nx/setenv.sh b/configs/sam3u-ek/nx/setenv.sh
index 87a085b98ed..60df5e7f150 100755
--- a/configs/sam3u-ek/nx/setenv.sh
+++ b/configs/sam3u-ek/nx/setenv.sh
@@ -66,7 +66,7 @@ fi
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/sam3u-ek/nxwm/setenv.sh b/configs/sam3u-ek/nxwm/setenv.sh
index cca744eedd2..75bbc22895f 100755
--- a/configs/sam3u-ek/nxwm/setenv.sh
+++ b/configs/sam3u-ek/nxwm/setenv.sh
@@ -66,7 +66,7 @@ fi
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/sam4e-ek/Kconfig b/configs/sam4e-ek/Kconfig
index 51e0b30d372..8b2c167394f 100644
--- a/configs/sam4e-ek/Kconfig
+++ b/configs/sam4e-ek/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_SAM4EEK
diff --git a/configs/sam4e-ek/README.txt b/configs/sam4e-ek/README.txt
index 3563f850818..e82e046a111 100644
--- a/configs/sam4e-ek/README.txt
+++ b/configs/sam4e-ek/README.txt
@@ -1257,7 +1257,7 @@ Configurations
change any of these configurations using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
diff --git a/configs/sam4e-ek/nsh/setenv.sh b/configs/sam4e-ek/nsh/setenv.sh
index 7e771626a1e..eb0b7a2e66e 100755
--- a/configs/sam4e-ek/nsh/setenv.sh
+++ b/configs/sam4e-ek/nsh/setenv.sh
@@ -61,7 +61,7 @@ fi
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/sam4e-ek/nxwm/setenv.sh b/configs/sam4e-ek/nxwm/setenv.sh
index 0415491bb83..b227abda1a7 100755
--- a/configs/sam4e-ek/nxwm/setenv.sh
+++ b/configs/sam4e-ek/nxwm/setenv.sh
@@ -61,7 +61,7 @@ fi
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/sam4e-ek/usbnsh/setenv.sh b/configs/sam4e-ek/usbnsh/setenv.sh
index 6fec77b4fd9..19f255a6c5c 100755
--- a/configs/sam4e-ek/usbnsh/setenv.sh
+++ b/configs/sam4e-ek/usbnsh/setenv.sh
@@ -61,7 +61,7 @@ fi
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/sam4l-xplained/Kconfig b/configs/sam4l-xplained/Kconfig
index 8de3ca320b7..cf92c5238e1 100644
--- a/configs/sam4l-xplained/Kconfig
+++ b/configs/sam4l-xplained/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_SAM4L_XPLAINED
diff --git a/configs/sam4l-xplained/README.txt b/configs/sam4l-xplained/README.txt
index dd363865d91..edab641fd4e 100644
--- a/configs/sam4l-xplained/README.txt
+++ b/configs/sam4l-xplained/README.txt
@@ -617,7 +617,7 @@ Configurations
change any of these configurations using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
@@ -628,7 +628,7 @@ Configurations
change any of these configurations using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
diff --git a/configs/sam4l-xplained/nsh/setenv.sh b/configs/sam4l-xplained/nsh/setenv.sh
index 56dd91ccf29..46f9aec12e8 100755
--- a/configs/sam4l-xplained/nsh/setenv.sh
+++ b/configs/sam4l-xplained/nsh/setenv.sh
@@ -66,7 +66,7 @@ fi
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/sam4s-xplained-pro/Kconfig b/configs/sam4s-xplained-pro/Kconfig
index e8671999569..b669f8f659c 100644
--- a/configs/sam4s-xplained-pro/Kconfig
+++ b/configs/sam4s-xplained-pro/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_SAM4S_XPLAINED_PRO
diff --git a/configs/sam4s-xplained-pro/README.txt b/configs/sam4s-xplained-pro/README.txt
index 3c345458888..63783073b1a 100644
--- a/configs/sam4s-xplained-pro/README.txt
+++ b/configs/sam4s-xplained-pro/README.txt
@@ -517,7 +517,7 @@ Configurations
change any of these configurations using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
diff --git a/configs/sam4s-xplained-pro/nsh/setenv.sh b/configs/sam4s-xplained-pro/nsh/setenv.sh
index f0cd5dedc1b..b5c9eba437a 100644
--- a/configs/sam4s-xplained-pro/nsh/setenv.sh
+++ b/configs/sam4s-xplained-pro/nsh/setenv.sh
@@ -65,7 +65,7 @@ fi
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/sam4s-xplained/Kconfig b/configs/sam4s-xplained/Kconfig
index 76aa30c149e..bc94c5a6f6b 100644
--- a/configs/sam4s-xplained/Kconfig
+++ b/configs/sam4s-xplained/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_SAM4S_XPLAINED
diff --git a/configs/sam4s-xplained/README.txt b/configs/sam4s-xplained/README.txt
index 32d35e793e4..edd70e94c9a 100644
--- a/configs/sam4s-xplained/README.txt
+++ b/configs/sam4s-xplained/README.txt
@@ -509,7 +509,7 @@ Configurations
change any of these configurations using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
diff --git a/configs/sam4s-xplained/nsh/setenv.sh b/configs/sam4s-xplained/nsh/setenv.sh
index 0e97bb38b77..00fd3c9171f 100755
--- a/configs/sam4s-xplained/nsh/setenv.sh
+++ b/configs/sam4s-xplained/nsh/setenv.sh
@@ -65,7 +65,7 @@ fi
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/sama5d3-xplained/Kconfig b/configs/sama5d3-xplained/Kconfig
index c2aa29c9d01..46087605ade 100644
--- a/configs/sama5d3-xplained/Kconfig
+++ b/configs/sama5d3-xplained/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_SAMA5D3_XPLAINED
diff --git a/configs/sama5d3-xplained/README.txt b/configs/sama5d3-xplained/README.txt
index 7dae0da60d1..782da0f525b 100644
--- a/configs/sama5d3-xplained/README.txt
+++ b/configs/sama5d3-xplained/README.txt
@@ -2975,7 +2975,7 @@ Configurations
change any of these configurations using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
diff --git a/configs/sama5d3-xplained/bridge/setenv.sh b/configs/sama5d3-xplained/bridge/setenv.sh
index 7ccc219d592..fb6fe50e339 100755
--- a/configs/sama5d3-xplained/bridge/setenv.sh
+++ b/configs/sama5d3-xplained/bridge/setenv.sh
@@ -69,7 +69,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/sama5d3-xplained/nsh/setenv.sh b/configs/sama5d3-xplained/nsh/setenv.sh
index 08046c7fa83..99d755d8e57 100755
--- a/configs/sama5d3-xplained/nsh/setenv.sh
+++ b/configs/sama5d3-xplained/nsh/setenv.sh
@@ -69,7 +69,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/sama5d3x-ek/Kconfig b/configs/sama5d3x-ek/Kconfig
index 261b632d5c8..a4ec6962507 100644
--- a/configs/sama5d3x-ek/Kconfig
+++ b/configs/sama5d3x-ek/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_SAMA5D3X_EK
diff --git a/configs/sama5d3x-ek/README.txt b/configs/sama5d3x-ek/README.txt
index 3407855c3fc..29f5a9067cf 100644
--- a/configs/sama5d3x-ek/README.txt
+++ b/configs/sama5d3x-ek/README.txt
@@ -3303,7 +3303,7 @@ Configurations
change any of these configurations using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
diff --git a/configs/sama5d3x-ek/demo/setenv.sh b/configs/sama5d3x-ek/demo/setenv.sh
index fbcebf3187c..6a0cb44297b 100755
--- a/configs/sama5d3x-ek/demo/setenv.sh
+++ b/configs/sama5d3x-ek/demo/setenv.sh
@@ -69,7 +69,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/sama5d3x-ek/hello/setenv.sh b/configs/sama5d3x-ek/hello/setenv.sh
index ce9d0e3b575..28f2a0dc6e5 100755
--- a/configs/sama5d3x-ek/hello/setenv.sh
+++ b/configs/sama5d3x-ek/hello/setenv.sh
@@ -69,7 +69,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/sama5d3x-ek/norboot/setenv.sh b/configs/sama5d3x-ek/norboot/setenv.sh
index 31b3e6459df..77b6f710645 100755
--- a/configs/sama5d3x-ek/norboot/setenv.sh
+++ b/configs/sama5d3x-ek/norboot/setenv.sh
@@ -69,7 +69,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/sama5d3x-ek/nsh/setenv.sh b/configs/sama5d3x-ek/nsh/setenv.sh
index c8224f478c7..0e95851bd2e 100755
--- a/configs/sama5d3x-ek/nsh/setenv.sh
+++ b/configs/sama5d3x-ek/nsh/setenv.sh
@@ -69,7 +69,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/sama5d3x-ek/nx/setenv.sh b/configs/sama5d3x-ek/nx/setenv.sh
index 03b70b036fd..c0685defc49 100755
--- a/configs/sama5d3x-ek/nx/setenv.sh
+++ b/configs/sama5d3x-ek/nx/setenv.sh
@@ -69,7 +69,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/sama5d3x-ek/nxplayer/setenv.sh b/configs/sama5d3x-ek/nxplayer/setenv.sh
index 1a61ac0a50b..722fb349daa 100755
--- a/configs/sama5d3x-ek/nxplayer/setenv.sh
+++ b/configs/sama5d3x-ek/nxplayer/setenv.sh
@@ -69,7 +69,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/sama5d3x-ek/nxwm/setenv.sh b/configs/sama5d3x-ek/nxwm/setenv.sh
index b7eb85c19cd..b1b4082aae4 100755
--- a/configs/sama5d3x-ek/nxwm/setenv.sh
+++ b/configs/sama5d3x-ek/nxwm/setenv.sh
@@ -69,7 +69,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/sama5d3x-ek/ov2640/setenv.sh b/configs/sama5d3x-ek/ov2640/setenv.sh
index a173cf63caa..edbf185a00e 100755
--- a/configs/sama5d3x-ek/ov2640/setenv.sh
+++ b/configs/sama5d3x-ek/ov2640/setenv.sh
@@ -69,7 +69,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/sama5d4-ek/Kconfig b/configs/sama5d4-ek/Kconfig
index 86aa56f2f99..d204951b04a 100644
--- a/configs/sama5d4-ek/Kconfig
+++ b/configs/sama5d4-ek/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_SAMA5D4_EK
diff --git a/configs/sama5d4-ek/README.txt b/configs/sama5d4-ek/README.txt
index 54de1e7c170..d4412377d9e 100644
--- a/configs/sama5d4-ek/README.txt
+++ b/configs/sama5d4-ek/README.txt
@@ -3595,7 +3595,7 @@ Configurations
change any of these configurations using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
diff --git a/configs/sama5d4-ek/at25boot/setenv.sh b/configs/sama5d4-ek/at25boot/setenv.sh
index b4c8312f8b0..46b09fdf03e 100755
--- a/configs/sama5d4-ek/at25boot/setenv.sh
+++ b/configs/sama5d4-ek/at25boot/setenv.sh
@@ -69,7 +69,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/sama5d4-ek/bridge/setenv.sh b/configs/sama5d4-ek/bridge/setenv.sh
index dbf7ccf6b87..6e79738d83e 100755
--- a/configs/sama5d4-ek/bridge/setenv.sh
+++ b/configs/sama5d4-ek/bridge/setenv.sh
@@ -69,7 +69,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/sama5d4-ek/dramboot/setenv.sh b/configs/sama5d4-ek/dramboot/setenv.sh
index 18c06ac9d3f..5134c0db472 100755
--- a/configs/sama5d4-ek/dramboot/setenv.sh
+++ b/configs/sama5d4-ek/dramboot/setenv.sh
@@ -69,7 +69,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/sama5d4-ek/elf/setenv.sh b/configs/sama5d4-ek/elf/setenv.sh
index 686f106c9ae..8fb6aed56c1 100755
--- a/configs/sama5d4-ek/elf/setenv.sh
+++ b/configs/sama5d4-ek/elf/setenv.sh
@@ -69,7 +69,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm/staging_dir/bin"
# Add the path to the toolchain to the PATH variable
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/sama5d4-ek/ipv6/setenv.sh b/configs/sama5d4-ek/ipv6/setenv.sh
index 1baedecb7f8..c8799c31997 100755
--- a/configs/sama5d4-ek/ipv6/setenv.sh
+++ b/configs/sama5d4-ek/ipv6/setenv.sh
@@ -69,7 +69,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/sama5d4-ek/knsh/setenv.sh b/configs/sama5d4-ek/knsh/setenv.sh
index 7e1fc1a06e1..cc959079d26 100755
--- a/configs/sama5d4-ek/knsh/setenv.sh
+++ b/configs/sama5d4-ek/knsh/setenv.sh
@@ -69,7 +69,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/sama5d4-ek/nsh/setenv.sh b/configs/sama5d4-ek/nsh/setenv.sh
index 683adc8078e..20d23074daa 100755
--- a/configs/sama5d4-ek/nsh/setenv.sh
+++ b/configs/sama5d4-ek/nsh/setenv.sh
@@ -69,7 +69,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/sama5d4-ek/nxwm/setenv.sh b/configs/sama5d4-ek/nxwm/setenv.sh
index c033856fc97..24da498910a 100755
--- a/configs/sama5d4-ek/nxwm/setenv.sh
+++ b/configs/sama5d4-ek/nxwm/setenv.sh
@@ -69,7 +69,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/sama5d4-ek/ramtest/setenv.sh b/configs/sama5d4-ek/ramtest/setenv.sh
index fc87a5f52bb..9cab6f5a100 100755
--- a/configs/sama5d4-ek/ramtest/setenv.sh
+++ b/configs/sama5d4-ek/ramtest/setenv.sh
@@ -69,7 +69,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/samd20-xplained/Kconfig b/configs/samd20-xplained/Kconfig
index badd668d3d0..591aaa21a06 100644
--- a/configs/samd20-xplained/Kconfig
+++ b/configs/samd20-xplained/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_SAMD20_XPLAINED
diff --git a/configs/samd20-xplained/README.txt b/configs/samd20-xplained/README.txt
index 21e7e7ea0ef..c6ec0e3bf61 100644
--- a/configs/samd20-xplained/README.txt
+++ b/configs/samd20-xplained/README.txt
@@ -628,7 +628,7 @@ Configurations
change any of these configurations using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
@@ -639,7 +639,7 @@ Configurations
change any of these configurations using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
diff --git a/configs/samd20-xplained/nsh/setenv.sh b/configs/samd20-xplained/nsh/setenv.sh
index cb61ecf66fc..ef8ac510c8e 100755
--- a/configs/samd20-xplained/nsh/setenv.sh
+++ b/configs/samd20-xplained/nsh/setenv.sh
@@ -68,7 +68,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-# export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+# export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/samd21-xplained/Kconfig b/configs/samd21-xplained/Kconfig
index ccee7c9921e..a6ed51dd4fa 100644
--- a/configs/samd21-xplained/Kconfig
+++ b/configs/samd21-xplained/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_SAMD21_XPLAINED
diff --git a/configs/samd21-xplained/README.txt b/configs/samd21-xplained/README.txt
index 0264e5e676e..1d36946eed2 100644
--- a/configs/samd21-xplained/README.txt
+++ b/configs/samd21-xplained/README.txt
@@ -472,7 +472,7 @@ Configurations
change any of these configurations using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
@@ -483,7 +483,7 @@ Configurations
change any of these configurations using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
diff --git a/configs/samd21-xplained/nsh/setenv.sh b/configs/samd21-xplained/nsh/setenv.sh
index 38613010338..0998294d3eb 100755
--- a/configs/samd21-xplained/nsh/setenv.sh
+++ b/configs/samd21-xplained/nsh/setenv.sh
@@ -76,7 +76,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-# export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+# export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/saml21-xplained/Kconfig b/configs/saml21-xplained/Kconfig
index a5b97499f2a..a567ae7851a 100644
--- a/configs/saml21-xplained/Kconfig
+++ b/configs/saml21-xplained/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_SAML21_XPLAINED
diff --git a/configs/saml21-xplained/README.txt b/configs/saml21-xplained/README.txt
index 60fcd55a932..7ba8b112c18 100644
--- a/configs/saml21-xplained/README.txt
+++ b/configs/saml21-xplained/README.txt
@@ -666,7 +666,7 @@ Configurations
change any of these configurations using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
@@ -677,7 +677,7 @@ Configurations
change any of these configurations using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
diff --git a/configs/saml21-xplained/nsh/setenv.sh b/configs/saml21-xplained/nsh/setenv.sh
index 273bbb704d4..52de65f90aa 100755
--- a/configs/saml21-xplained/nsh/setenv.sh
+++ b/configs/saml21-xplained/nsh/setenv.sh
@@ -69,7 +69,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-# export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+# export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/samv71-xult/Kconfig b/configs/samv71-xult/Kconfig
index acc968c196a..94432376663 100644
--- a/configs/samv71-xult/Kconfig
+++ b/configs/samv71-xult/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_SAMV71_XULT
diff --git a/configs/samv71-xult/README.txt b/configs/samv71-xult/README.txt
index 19307b485f9..c079c9598da 100644
--- a/configs/samv71-xult/README.txt
+++ b/configs/samv71-xult/README.txt
@@ -1044,7 +1044,7 @@ NOTES:
change any of these configurations using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
diff --git a/configs/samv71-xult/mxtxplnd/setenv.sh b/configs/samv71-xult/mxtxplnd/setenv.sh
index 56aa1eb8339..8fabf551cd3 100755
--- a/configs/samv71-xult/mxtxplnd/setenv.sh
+++ b/configs/samv71-xult/mxtxplnd/setenv.sh
@@ -69,7 +69,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/GNU Tools ARM Embedded/4.9
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-# export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+# export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/samv71-xult/netnsh/setenv.sh b/configs/samv71-xult/netnsh/setenv.sh
index 678fc955882..913f3d7579b 100755
--- a/configs/samv71-xult/netnsh/setenv.sh
+++ b/configs/samv71-xult/netnsh/setenv.sh
@@ -69,7 +69,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/GNU Tools ARM Embedded/4.9
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-# export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+# export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/samv71-xult/nsh/setenv.sh b/configs/samv71-xult/nsh/setenv.sh
index 9c084a1959b..a1a24651fd6 100755
--- a/configs/samv71-xult/nsh/setenv.sh
+++ b/configs/samv71-xult/nsh/setenv.sh
@@ -69,7 +69,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/GNU Tools ARM Embedded/4.9
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-# export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+# export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/samv71-xult/nxwm/setenv.sh b/configs/samv71-xult/nxwm/setenv.sh
index 52e5da01471..1bfa217e162 100755
--- a/configs/samv71-xult/nxwm/setenv.sh
+++ b/configs/samv71-xult/nxwm/setenv.sh
@@ -69,7 +69,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/GNU Tools ARM Embedded/4.9
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-# export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+# export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/shenzhou/Kconfig b/configs/shenzhou/Kconfig
index bfd67abdfb6..560ffea7e87 100644
--- a/configs/shenzhou/Kconfig
+++ b/configs/shenzhou/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_SHENZHOU
diff --git a/configs/shenzhou/README.txt b/configs/shenzhou/README.txt
index 7a677278884..5cbf9073dba 100644
--- a/configs/shenzhou/README.txt
+++ b/configs/shenzhou/README.txt
@@ -369,8 +369,8 @@ NuttX EABI buildroot Toolchain
-export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++ Lite/bin"
+#export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++ Lite/bin"
- -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
- +export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+ -#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
+ +export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
See the file configs/README.txt in the buildroot source tree. That has more
detailed PLUS some special instructions that you will need to follow if you are
diff --git a/configs/shenzhou/nsh/setenv.sh b/configs/shenzhou/nsh/setenv.sh
index 96fe2dd347d..79f95797064 100755
--- a/configs/shenzhou/nsh/setenv.sh
+++ b/configs/shenzhou/nsh/setenv.sh
@@ -67,7 +67,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# This is the path to the tools/ subdirectory
export TOOLS_DIR="${WD}/configs/shenzhou/tools"
diff --git a/configs/shenzhou/nxwm/setenv.sh b/configs/shenzhou/nxwm/setenv.sh
index eb2c424f4f7..01edb1d57eb 100755
--- a/configs/shenzhou/nxwm/setenv.sh
+++ b/configs/shenzhou/nxwm/setenv.sh
@@ -67,7 +67,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# This is the path to the tools/ subdirectory
export TOOLS_DIR="${WD}/configs/shenzhou/tools"
diff --git a/configs/shenzhou/thttpd/setenv.sh b/configs/shenzhou/thttpd/setenv.sh
index 8b4a7969df0..8cc31a4e019 100755
--- a/configs/shenzhou/thttpd/setenv.sh
+++ b/configs/shenzhou/thttpd/setenv.sh
@@ -67,7 +67,7 @@ fi
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# This is the path to the tools/ subdirectory
export TOOLS_DIR="${WD}/configs/shenzhou/tools"
diff --git a/configs/sim/Kconfig b/configs/sim/Kconfig
index 74ca8c1fadc..76ac06d756b 100644
--- a/configs/sim/Kconfig
+++ b/configs/sim/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_SIM
diff --git a/configs/sim/README.txt b/configs/sim/README.txt
index f1c25bc5bc6..136d0717116 100644
--- a/configs/sim/README.txt
+++ b/configs/sim/README.txt
@@ -283,7 +283,7 @@ Common Configuration Information
change this configuration using that tool, you should:
a. Build and install the kconfig mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
@@ -304,9 +304,9 @@ cxxtest
NOTES
-----
1. Before you can use this example, you must first install the uClibc++
- C++ library. This is located outside of the NuttX source tree at
- misc/uClibc++ in GIT. See the README.txt file for instructions on
- how to install uClibc++
+ C++ library. This is located outside of the NuttX source tree in the
+ NuttX uClibc++ GIT repository. See the README.txt file there for
+ instructions on how to install uClibc++
2. At present (2012/11/02), exceptions are disabled in this example
CONFIG_UCLIBCXX_EXCEPTION=n). It is probably not necessary to
diff --git a/configs/skp16c26/Kconfig b/configs/skp16c26/Kconfig
index 7a1044c5e10..94a66e760d8 100644
--- a/configs/skp16c26/Kconfig
+++ b/configs/skp16c26/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_SKP16C26
diff --git a/configs/skp16c26/README.txt b/configs/skp16c26/README.txt
index f51fe241a35..b3a4c5e8b11 100644
--- a/configs/skp16c26/README.txt
+++ b/configs/skp16c26/README.txt
@@ -2,7 +2,7 @@ configs/skp16c26/README.txt
^^^^^^^^^^^^^^^^^^^^^^^^^^^
1. The buildroot package can be used to build an M16C toolchain. The toolchain
- buildroot can be downloaded from misc/buildroot in the NuttX GIT. Insructions
+ buildroot can be downloaded from buildroot in the NuttX GIT. Insructions
for building the toolchain are provided below.
However, the target cannot be built because the GNU m16c-nuttx-elf-ld link fails with
@@ -52,9 +52,9 @@ NOTE: See the toolchain issues above -- you may not want to waste your time.
b. Using GIT
- Check out the misc/buildroot module. GIT checkout instructions:
+ Check out the buildroot module. GIT checkout instructions:
- https://bitbucket.org/patacongo/nuttx/src/master/misc/buildroot/
+ https://bitbucket.org/patacongo/nuttx/src/master/buildroot/
Make the archive directory:
diff --git a/configs/skp16c26/ostest/setenv.sh b/configs/skp16c26/ostest/setenv.sh
index 72c16064b9b..a74258fb840 100755
--- a/configs/skp16c26/ostest/setenv.sh
+++ b/configs/skp16c26/ostest/setenv.sh
@@ -40,7 +40,7 @@ fi
if [ -z ${PATH_ORIG} ]; then export PATH_ORIG=${PATH}; fi
WD=`pwd`
-export BUILDROOT_BIN=${WD}/../misc/buildroot/build_m32c/staging_dir/bin
+export BUILDROOT_BIN=${WD}/../buildroot/build_m32c/staging_dir/bin
export PATH=${BUILDROOT_BIN}:/sbin:/usr/sbin:${PATH_ORIG}
echo "PATH : ${PATH}"
diff --git a/configs/spark/Kconfig b/configs/spark/Kconfig
index 21769120e70..cb73361c18e 100644
--- a/configs/spark/Kconfig
+++ b/configs/spark/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_SPARK
diff --git a/configs/spark/composite/setenv.sh b/configs/spark/composite/setenv.sh
index 4209a071d81..cda83fd1a94 100644
--- a/configs/spark/composite/setenv.sh
+++ b/configs/spark/composite/setenv.sh
@@ -59,7 +59,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/spark/nsh/setenv.sh b/configs/spark/nsh/setenv.sh
index b63e8b913e7..66aa9427f56 100644
--- a/configs/spark/nsh/setenv.sh
+++ b/configs/spark/nsh/setenv.sh
@@ -50,7 +50,7 @@ fi
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-export BUILDROOT_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export BUILDROOT_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# This is the path to the Spark tools directory
diff --git a/configs/spark/usbmsc/setenv.sh b/configs/spark/usbmsc/setenv.sh
index fd754caf528..ce036735e46 100644
--- a/configs/spark/usbmsc/setenv.sh
+++ b/configs/spark/usbmsc/setenv.sh
@@ -50,7 +50,7 @@ fi
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-export BUILDROOT_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export BUILDROOT_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# This is the path to the Spark tools directory
diff --git a/configs/spark/usbnsh/setenv.sh b/configs/spark/usbnsh/setenv.sh
index f4f011510e4..993cd659c46 100644
--- a/configs/spark/usbnsh/setenv.sh
+++ b/configs/spark/usbnsh/setenv.sh
@@ -50,7 +50,7 @@ fi
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-export BUILDROOT_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export BUILDROOT_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# This is the path to the Spark tools directory
diff --git a/configs/spark/usbserial/setenv.sh b/configs/spark/usbserial/setenv.sh
index d903d7c3d6a..ba280ce1ff7 100644
--- a/configs/spark/usbserial/setenv.sh
+++ b/configs/spark/usbserial/setenv.sh
@@ -59,7 +59,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/stm3210e-eval/Kconfig b/configs/stm3210e-eval/Kconfig
index 19224f1e8a3..b5666cd7577 100644
--- a/configs/stm3210e-eval/Kconfig
+++ b/configs/stm3210e-eval/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_STM3210E_EVAL
diff --git a/configs/stm3210e-eval/README.txt b/configs/stm3210e-eval/README.txt
index 801060b98b2..8a07b4cb8fd 100644
--- a/configs/stm3210e-eval/README.txt
+++ b/configs/stm3210e-eval/README.txt
@@ -795,7 +795,7 @@ Where is one of the following:
change these configurations using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
@@ -831,7 +831,7 @@ Where is one of the following:
change this configurations using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
@@ -966,7 +966,7 @@ Where is one of the following:
change this configurations using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
@@ -1010,7 +1010,7 @@ Where is one of the following:
change this configurations using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
@@ -1121,7 +1121,7 @@ Where is one of the following:
change this configurations using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
diff --git a/configs/stm3210e-eval/buttons/setenv.sh b/configs/stm3210e-eval/buttons/setenv.sh
index 0afc622fba6..2bdf5367426 100755
--- a/configs/stm3210e-eval/buttons/setenv.sh
+++ b/configs/stm3210e-eval/buttons/setenv.sh
@@ -41,7 +41,7 @@ if [ -z "${PATH_ORIG}" ]; then export PATH_ORIG="${PATH}"; fi
WD=`pwd`
export RIDE_BIN="/cygdrive/c/Program Files/Raisonance/Ride/arm-gcc/bin"
-export BUILDROOT_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export BUILDROOT_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
export PATH="${BUILDROOT_BIN}:${RIDE_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
echo "PATH : ${PATH}"
diff --git a/configs/stm3210e-eval/composite/setenv.sh b/configs/stm3210e-eval/composite/setenv.sh
index 620f842bdc4..742f508dded 100755
--- a/configs/stm3210e-eval/composite/setenv.sh
+++ b/configs/stm3210e-eval/composite/setenv.sh
@@ -59,7 +59,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/stm3210e-eval/nsh/setenv.sh b/configs/stm3210e-eval/nsh/setenv.sh
index 84b8a40bfb2..6fa000ee1f5 100755
--- a/configs/stm3210e-eval/nsh/setenv.sh
+++ b/configs/stm3210e-eval/nsh/setenv.sh
@@ -68,7 +68,7 @@ fi
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH variable
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/stm3210e-eval/nsh2/setenv.sh b/configs/stm3210e-eval/nsh2/setenv.sh
index 1fa193a5778..e90b81c767a 100755
--- a/configs/stm3210e-eval/nsh2/setenv.sh
+++ b/configs/stm3210e-eval/nsh2/setenv.sh
@@ -59,7 +59,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/stm3210e-eval/nx/setenv.sh b/configs/stm3210e-eval/nx/setenv.sh
index f0214494398..bc83a0b334e 100755
--- a/configs/stm3210e-eval/nx/setenv.sh
+++ b/configs/stm3210e-eval/nx/setenv.sh
@@ -54,7 +54,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/stm3210e-eval/nxterm/setenv.sh b/configs/stm3210e-eval/nxterm/setenv.sh
index 0777732c22b..a5e76a5113d 100755
--- a/configs/stm3210e-eval/nxterm/setenv.sh
+++ b/configs/stm3210e-eval/nxterm/setenv.sh
@@ -54,7 +54,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/stm3210e-eval/pm/setenv.sh b/configs/stm3210e-eval/pm/setenv.sh
index d73f69a2f43..dacfc958638 100755
--- a/configs/stm3210e-eval/pm/setenv.sh
+++ b/configs/stm3210e-eval/pm/setenv.sh
@@ -59,7 +59,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/stm3210e-eval/usbmsc/setenv.sh b/configs/stm3210e-eval/usbmsc/setenv.sh
index ff9a4bf8ae4..ee33a8d21de 100755
--- a/configs/stm3210e-eval/usbmsc/setenv.sh
+++ b/configs/stm3210e-eval/usbmsc/setenv.sh
@@ -41,7 +41,7 @@ if [ -z "${PATH_ORIG}" ]; then export PATH_ORIG="${PATH}"; fi
WD=`pwd`
export RIDE_BIN="/cygdrive/c/Program Files/Raisonance/Ride/arm-gcc/bin"
-export BUILDROOT_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export BUILDROOT_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
export PATH="${BUILDROOT_BIN}:${RIDE_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
echo "PATH : ${PATH}"
diff --git a/configs/stm3210e-eval/usbserial/setenv.sh b/configs/stm3210e-eval/usbserial/setenv.sh
index 43495b51421..046a7f5acfa 100755
--- a/configs/stm3210e-eval/usbserial/setenv.sh
+++ b/configs/stm3210e-eval/usbserial/setenv.sh
@@ -41,7 +41,7 @@ if [ -z "${PATH_ORIG}" ]; then export PATH_ORIG="${PATH}"; fi
WD=`pwd`
export RIDE_BIN="/cygdrive/c/Program Files/Raisonance/Ride/arm-gcc/bin"
-export BUILDROOT_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export BUILDROOT_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
export PATH="${BUILDROOT_BIN}:${RIDE_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
echo "PATH : ${PATH}"
diff --git a/configs/stm3220g-eval/Kconfig b/configs/stm3220g-eval/Kconfig
index 300788c9bc7..be0b0993e33 100644
--- a/configs/stm3220g-eval/Kconfig
+++ b/configs/stm3220g-eval/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_STM3220G_EVAL
diff --git a/configs/stm3220g-eval/README.txt b/configs/stm3220g-eval/README.txt
index 059a7ba7907..c7d649a89e0 100644
--- a/configs/stm3220g-eval/README.txt
+++ b/configs/stm3220g-eval/README.txt
@@ -794,7 +794,7 @@ Where is one of the following:
change this configurations using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
@@ -827,7 +827,7 @@ Where is one of the following:
change this configuration using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
@@ -856,7 +856,7 @@ Where is one of the following:
change this configurations using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
@@ -1030,7 +1030,7 @@ Where is one of the following:
change this configurations using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
@@ -1130,7 +1130,7 @@ Where is one of the following:
change this configuration using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
@@ -1155,7 +1155,7 @@ Where is one of the following:
change this configurations using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
diff --git a/configs/stm3220g-eval/dhcpd/setenv.sh b/configs/stm3220g-eval/dhcpd/setenv.sh
index 47c4e45ba1d..931d4d1cade 100755
--- a/configs/stm3220g-eval/dhcpd/setenv.sh
+++ b/configs/stm3220g-eval/dhcpd/setenv.sh
@@ -67,7 +67,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/stm3220g-eval/nettest/setenv.sh b/configs/stm3220g-eval/nettest/setenv.sh
index 9586cfd4c00..a870dec990c 100755
--- a/configs/stm3220g-eval/nettest/setenv.sh
+++ b/configs/stm3220g-eval/nettest/setenv.sh
@@ -67,7 +67,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/stm3220g-eval/nsh/setenv.sh b/configs/stm3220g-eval/nsh/setenv.sh
index fcec398eb35..489322177a8 100755
--- a/configs/stm3220g-eval/nsh/setenv.sh
+++ b/configs/stm3220g-eval/nsh/setenv.sh
@@ -67,7 +67,7 @@ fi
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH variable
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/stm3220g-eval/nsh2/setenv.sh b/configs/stm3220g-eval/nsh2/setenv.sh
index af7403656fd..1e2f87b403f 100755
--- a/configs/stm3220g-eval/nsh2/setenv.sh
+++ b/configs/stm3220g-eval/nsh2/setenv.sh
@@ -66,7 +66,7 @@ fi
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH variable
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/stm3220g-eval/nxwm/setenv.sh b/configs/stm3220g-eval/nxwm/setenv.sh
index 7326fad478d..913968e2a51 100755
--- a/configs/stm3220g-eval/nxwm/setenv.sh
+++ b/configs/stm3220g-eval/nxwm/setenv.sh
@@ -67,7 +67,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH variable
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/stm3220g-eval/telnetd/setenv.sh b/configs/stm3220g-eval/telnetd/setenv.sh
index 7e0ca9edc16..d96f6fa63fd 100755
--- a/configs/stm3220g-eval/telnetd/setenv.sh
+++ b/configs/stm3220g-eval/telnetd/setenv.sh
@@ -67,7 +67,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/stm3240g-eval/Kconfig b/configs/stm3240g-eval/Kconfig
index 501e73a9ab3..2316635c06a 100644
--- a/configs/stm3240g-eval/Kconfig
+++ b/configs/stm3240g-eval/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_STM3240G_EVAL
diff --git a/configs/stm3240g-eval/README.txt b/configs/stm3240g-eval/README.txt
index e827152f017..7df4a196861 100644
--- a/configs/stm3240g-eval/README.txt
+++ b/configs/stm3240g-eval/README.txt
@@ -913,7 +913,7 @@ Where is one of the following:
change this configurations using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
@@ -972,7 +972,7 @@ Where is one of the following:
change this configuration using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
@@ -1095,7 +1095,7 @@ Where is one of the following:
change this configurations using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
@@ -1116,7 +1116,7 @@ Where is one of the following:
change this configurations using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
@@ -1354,7 +1354,7 @@ Where is one of the following:
change this configurations using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
@@ -1416,7 +1416,7 @@ Where is one of the following:
change this configurations using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
@@ -1519,7 +1519,7 @@ Where is one of the following:
change this configurations using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
diff --git a/configs/stm3240g-eval/dhcpd/setenv.sh b/configs/stm3240g-eval/dhcpd/setenv.sh
index d3767714afc..ebf0963f1f6 100755
--- a/configs/stm3240g-eval/dhcpd/setenv.sh
+++ b/configs/stm3240g-eval/dhcpd/setenv.sh
@@ -68,7 +68,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/stm3240g-eval/discover/setenv.sh b/configs/stm3240g-eval/discover/setenv.sh
index d4b36738f74..71bb2e32c15 100755
--- a/configs/stm3240g-eval/discover/setenv.sh
+++ b/configs/stm3240g-eval/discover/setenv.sh
@@ -68,7 +68,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/stm3240g-eval/knxwm/setenv.sh b/configs/stm3240g-eval/knxwm/setenv.sh
index b0a0a8d0838..ce7c852735b 100755
--- a/configs/stm3240g-eval/knxwm/setenv.sh
+++ b/configs/stm3240g-eval/knxwm/setenv.sh
@@ -64,7 +64,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/stm3240g-eval/nettest/setenv.sh b/configs/stm3240g-eval/nettest/setenv.sh
index ad88168c772..3d0270f2826 100755
--- a/configs/stm3240g-eval/nettest/setenv.sh
+++ b/configs/stm3240g-eval/nettest/setenv.sh
@@ -68,7 +68,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/stm3240g-eval/nsh/setenv.sh b/configs/stm3240g-eval/nsh/setenv.sh
index aabe281680a..c6233ddd8f8 100755
--- a/configs/stm3240g-eval/nsh/setenv.sh
+++ b/configs/stm3240g-eval/nsh/setenv.sh
@@ -68,7 +68,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/stm3240g-eval/nsh2/setenv.sh b/configs/stm3240g-eval/nsh2/setenv.sh
index 8e9bb3f8536..2fe27a60d27 100755
--- a/configs/stm3240g-eval/nsh2/setenv.sh
+++ b/configs/stm3240g-eval/nsh2/setenv.sh
@@ -68,7 +68,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/stm3240g-eval/nxterm/setenv.sh b/configs/stm3240g-eval/nxterm/setenv.sh
index ea81897a907..1b9eb922086 100755
--- a/configs/stm3240g-eval/nxterm/setenv.sh
+++ b/configs/stm3240g-eval/nxterm/setenv.sh
@@ -68,7 +68,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/stm3240g-eval/nxwm/setenv.sh b/configs/stm3240g-eval/nxwm/setenv.sh
index 7fa2dd56983..db6e1e5d98e 100755
--- a/configs/stm3240g-eval/nxwm/setenv.sh
+++ b/configs/stm3240g-eval/nxwm/setenv.sh
@@ -64,7 +64,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/stm3240g-eval/telnetd/setenv.sh b/configs/stm3240g-eval/telnetd/setenv.sh
index 15d96b22394..7da487bd534 100755
--- a/configs/stm3240g-eval/telnetd/setenv.sh
+++ b/configs/stm3240g-eval/telnetd/setenv.sh
@@ -68,7 +68,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/stm3240g-eval/webserver/setenv.sh b/configs/stm3240g-eval/webserver/setenv.sh
index 4c6d27e3334..779605964e2 100644
--- a/configs/stm3240g-eval/webserver/setenv.sh
+++ b/configs/stm3240g-eval/webserver/setenv.sh
@@ -68,7 +68,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/stm3240g-eval/xmlrpc/setenv.sh b/configs/stm3240g-eval/xmlrpc/setenv.sh
index 00c8a6c4409..b73264106b2 100644
--- a/configs/stm3240g-eval/xmlrpc/setenv.sh
+++ b/configs/stm3240g-eval/xmlrpc/setenv.sh
@@ -68,7 +68,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/stm32_tiny/Kconfig b/configs/stm32_tiny/Kconfig
index ebb8bbfe467..e9f38478f41 100644
--- a/configs/stm32_tiny/Kconfig
+++ b/configs/stm32_tiny/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_STM32_TINY
diff --git a/configs/stm32_tiny/README.txt b/configs/stm32_tiny/README.txt
index 58c3075c923..b850777cbd0 100644
--- a/configs/stm32_tiny/README.txt
+++ b/configs/stm32_tiny/README.txt
@@ -541,7 +541,7 @@ Where is one of the following:
change this configuration using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
@@ -647,7 +647,7 @@ Where is one of the following:
change this configuration using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
diff --git a/configs/stm32_tiny/nsh/setenv.sh b/configs/stm32_tiny/nsh/setenv.sh
index 6a07a63ef80..2edc70b732d 100755
--- a/configs/stm32_tiny/nsh/setenv.sh
+++ b/configs/stm32_tiny/nsh/setenv.sh
@@ -41,7 +41,7 @@ if [ -z "${PATH_ORIG}" ]; then export PATH_ORIG="${PATH}"; fi
WD=`pwd`
export RIDE_BIN="/cygdrive/c/Program Files/Raisonance/Ride/arm-gcc/bin"
-export BUILDROOT_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export BUILDROOT_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
export PATH="${BUILDROOT_BIN}:${RIDE_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
echo "PATH : ${PATH}"
diff --git a/configs/stm32_tiny/usbnsh/setenv.sh b/configs/stm32_tiny/usbnsh/setenv.sh
index 0123f81d885..1fdbb9687ee 100755
--- a/configs/stm32_tiny/usbnsh/setenv.sh
+++ b/configs/stm32_tiny/usbnsh/setenv.sh
@@ -41,7 +41,7 @@ if [ -z "${PATH_ORIG}" ]; then export PATH_ORIG="${PATH}"; fi
WD=`pwd`
export RIDE_BIN="/cygdrive/c/Program Files/Raisonance/Ride/arm-gcc/bin"
-export BUILDROOT_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export BUILDROOT_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
export PATH="${BUILDROOT_BIN}:${RIDE_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
echo "PATH : ${PATH}"
diff --git a/configs/stm32f3discovery/Kconfig b/configs/stm32f3discovery/Kconfig
index 41e388491f5..de0d2da5f80 100644
--- a/configs/stm32f3discovery/Kconfig
+++ b/configs/stm32f3discovery/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_STM32F3_DISCOVERY
diff --git a/configs/stm32f3discovery/README.txt b/configs/stm32f3discovery/README.txt
index cf896581e98..0f91f313a65 100644
--- a/configs/stm32f3discovery/README.txt
+++ b/configs/stm32f3discovery/README.txt
@@ -661,7 +661,7 @@ Where is one of the following:
change this configuration using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
@@ -740,7 +740,7 @@ Where is one of the following:
change this configuration using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
diff --git a/configs/stm32f3discovery/nsh/setenv.sh b/configs/stm32f3discovery/nsh/setenv.sh
index 0a1e7172039..3612c96e85e 100755
--- a/configs/stm32f3discovery/nsh/setenv.sh
+++ b/configs/stm32f3discovery/nsh/setenv.sh
@@ -67,7 +67,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/stm32f3discovery/usbnsh/setenv.sh b/configs/stm32f3discovery/usbnsh/setenv.sh
index 52d93ed6edc..d1e4ab41af2 100755
--- a/configs/stm32f3discovery/usbnsh/setenv.sh
+++ b/configs/stm32f3discovery/usbnsh/setenv.sh
@@ -67,7 +67,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/stm32f429i-disco/Kconfig b/configs/stm32f429i-disco/Kconfig
index de4fb5c904d..e798358984f 100644
--- a/configs/stm32f429i-disco/Kconfig
+++ b/configs/stm32f429i-disco/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_STM32F429I_DISCO
diff --git a/configs/stm32f429i-disco/README.txt b/configs/stm32f429i-disco/README.txt
index aff044b270f..1a1960a0d24 100644
--- a/configs/stm32f429i-disco/README.txt
+++ b/configs/stm32f429i-disco/README.txt
@@ -616,7 +616,7 @@ Where is one of the following:
change this configuration using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
@@ -881,7 +881,7 @@ Where is one of the following:
change this configuration using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
diff --git a/configs/stm32f429i-disco/extflash/setenv.sh b/configs/stm32f429i-disco/extflash/setenv.sh
index 275653e1a77..7d116b560c0 100644
--- a/configs/stm32f429i-disco/extflash/setenv.sh
+++ b/configs/stm32f429i-disco/extflash/setenv.sh
@@ -69,7 +69,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/stm32f429i-disco/lcd/setenv.sh b/configs/stm32f429i-disco/lcd/setenv.sh
index 671a2f65e6f..8ead5e80acf 100755
--- a/configs/stm32f429i-disco/lcd/setenv.sh
+++ b/configs/stm32f429i-disco/lcd/setenv.sh
@@ -69,7 +69,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/stm32f429i-disco/ltdc/setenv.sh b/configs/stm32f429i-disco/ltdc/setenv.sh
index 09415b71a4d..6e88fbb729e 100755
--- a/configs/stm32f429i-disco/ltdc/setenv.sh
+++ b/configs/stm32f429i-disco/ltdc/setenv.sh
@@ -69,7 +69,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/stm32f429i-disco/nsh/setenv.sh b/configs/stm32f429i-disco/nsh/setenv.sh
index 275653e1a77..7d116b560c0 100644
--- a/configs/stm32f429i-disco/nsh/setenv.sh
+++ b/configs/stm32f429i-disco/nsh/setenv.sh
@@ -69,7 +69,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/stm32f429i-disco/usbmsc/setenv.sh b/configs/stm32f429i-disco/usbmsc/setenv.sh
index 275653e1a77..7d116b560c0 100644
--- a/configs/stm32f429i-disco/usbmsc/setenv.sh
+++ b/configs/stm32f429i-disco/usbmsc/setenv.sh
@@ -69,7 +69,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/stm32f429i-disco/usbnsh/setenv.sh b/configs/stm32f429i-disco/usbnsh/setenv.sh
index 275653e1a77..7d116b560c0 100644
--- a/configs/stm32f429i-disco/usbnsh/setenv.sh
+++ b/configs/stm32f429i-disco/usbnsh/setenv.sh
@@ -69,7 +69,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/stm32f4discovery/Kconfig b/configs/stm32f4discovery/Kconfig
index 661367965eb..3c84095efce 100644
--- a/configs/stm32f4discovery/Kconfig
+++ b/configs/stm32f4discovery/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_STM32F4_DISCOVERY
diff --git a/configs/stm32f4discovery/README.txt b/configs/stm32f4discovery/README.txt
index e1432b8e54d..f9b33dcffe9 100644
--- a/configs/stm32f4discovery/README.txt
+++ b/configs/stm32f4discovery/README.txt
@@ -1172,15 +1172,15 @@ Where is one of the following:
NOTES:
1. Before you can use this example, you must first install the uClibc++
- C++ library. This is located outside of the NuttX source tree at
- misc/uClibc++ in GIT. See the README.txt file for instructions on
- how to install uClibc++
+ C++ library. This is located outside of the NuttX source tree in the
+ NuttX uClibc++ GIT repository. See the README.txt file there for
+ instructions on how to install uClibc++
2. This configuration uses the mconf-based configuration tool. To
change this configuration using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
@@ -1228,7 +1228,7 @@ Where is one of the following:
change this configuration using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
@@ -1361,7 +1361,7 @@ Where is one of the following:
change this configuration using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
@@ -1490,7 +1490,7 @@ Where is one of the following:
change this configuration using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
@@ -1754,7 +1754,7 @@ Where is one of the following:
change this configuration using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
@@ -1818,7 +1818,7 @@ Where is one of the following:
change this configuration using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
@@ -1878,7 +1878,7 @@ Where is one of the following:
change this configuration using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
@@ -1906,7 +1906,7 @@ Where is one of the following:
change this configuration using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
diff --git a/configs/stm32f4discovery/cxxtest/setenv.sh b/configs/stm32f4discovery/cxxtest/setenv.sh
index 8994a713c39..f50573e0952 100755
--- a/configs/stm32f4discovery/cxxtest/setenv.sh
+++ b/configs/stm32f4discovery/cxxtest/setenv.sh
@@ -69,7 +69,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/stm32f4discovery/elf/setenv.sh b/configs/stm32f4discovery/elf/setenv.sh
index 9213529709c..e66cc161402 100755
--- a/configs/stm32f4discovery/elf/setenv.sh
+++ b/configs/stm32f4discovery/elf/setenv.sh
@@ -68,11 +68,11 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# This the Cygwin path to the location where I built genromfs. If you use
# the buildroot toolchain, then genromfs can probably be found in TOOLCHAIN_DIR
-export GENROMFS_PATH="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export GENROMFS_PATH="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:${GENROMFS_PATH}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/stm32f4discovery/ipv6/setenv.sh b/configs/stm32f4discovery/ipv6/setenv.sh
index 1cb577a8505..44b4996e3a7 100755
--- a/configs/stm32f4discovery/ipv6/setenv.sh
+++ b/configs/stm32f4discovery/ipv6/setenv.sh
@@ -69,7 +69,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/stm32f4discovery/kostest/setenv.sh b/configs/stm32f4discovery/kostest/setenv.sh
index 6ced112dd6a..1a231c51771 100755
--- a/configs/stm32f4discovery/kostest/setenv.sh
+++ b/configs/stm32f4discovery/kostest/setenv.sh
@@ -68,7 +68,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/stm32f4discovery/netnsh/setenv.sh b/configs/stm32f4discovery/netnsh/setenv.sh
index b4b8a7e355c..054a780d8e1 100755
--- a/configs/stm32f4discovery/netnsh/setenv.sh
+++ b/configs/stm32f4discovery/netnsh/setenv.sh
@@ -69,7 +69,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/stm32f4discovery/nsh/setenv.sh b/configs/stm32f4discovery/nsh/setenv.sh
index 61b52ad1e65..3c8e2e52d28 100755
--- a/configs/stm32f4discovery/nsh/setenv.sh
+++ b/configs/stm32f4discovery/nsh/setenv.sh
@@ -68,7 +68,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH variable
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/stm32f4discovery/nxlines/setenv.sh b/configs/stm32f4discovery/nxlines/setenv.sh
index 033d1aece0d..d0853a4afff 100755
--- a/configs/stm32f4discovery/nxlines/setenv.sh
+++ b/configs/stm32f4discovery/nxlines/setenv.sh
@@ -68,7 +68,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/stm32f4discovery/pm/setenv.sh b/configs/stm32f4discovery/pm/setenv.sh
index 7874baa7888..dd50bc19619 100644
--- a/configs/stm32f4discovery/pm/setenv.sh
+++ b/configs/stm32f4discovery/pm/setenv.sh
@@ -68,7 +68,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/stm32f4discovery/posix_spawn/setenv.sh b/configs/stm32f4discovery/posix_spawn/setenv.sh
index ffc4c4fe298..a85a96cb75e 100755
--- a/configs/stm32f4discovery/posix_spawn/setenv.sh
+++ b/configs/stm32f4discovery/posix_spawn/setenv.sh
@@ -68,11 +68,11 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# This the Cygwin path to the location where I built genromfs. If you use
# the buildroot toolchain, then genromfs can probably be found in TOOLCHAIN_DIR
-export GENROMFS_PATH="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export GENROMFS_PATH="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:${GENROMFS_PATH}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/stm32f4discovery/usbnsh/setenv.sh b/configs/stm32f4discovery/usbnsh/setenv.sh
index 5cc70c6ff73..eb43676567d 100755
--- a/configs/stm32f4discovery/usbnsh/setenv.sh
+++ b/configs/stm32f4discovery/usbnsh/setenv.sh
@@ -68,7 +68,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/stm32ldiscovery/Kconfig b/configs/stm32ldiscovery/Kconfig
index 1440cc9ca66..2d37b4e88db 100644
--- a/configs/stm32ldiscovery/Kconfig
+++ b/configs/stm32ldiscovery/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_STM32FL_DISCOVERY
diff --git a/configs/stm32ldiscovery/README.txt b/configs/stm32ldiscovery/README.txt
index b42b2bd8f43..5d1dcd0e213 100644
--- a/configs/stm32ldiscovery/README.txt
+++ b/configs/stm32ldiscovery/README.txt
@@ -746,7 +746,7 @@ Configurations
change any of these configurations using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
diff --git a/configs/stm32ldiscovery/nsh/setenv.sh b/configs/stm32ldiscovery/nsh/setenv.sh
index 41d0f760655..523dbd44554 100755
--- a/configs/stm32ldiscovery/nsh/setenv.sh
+++ b/configs/stm32ldiscovery/nsh/setenv.sh
@@ -67,7 +67,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/stm32vldiscovery/Kconfig b/configs/stm32vldiscovery/Kconfig
index 7ce1fb23bb7..68d3a72d69d 100644
--- a/configs/stm32vldiscovery/Kconfig
+++ b/configs/stm32vldiscovery/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_STM32VL_DISCOVERY
diff --git a/configs/stm32vldiscovery/nsh/setenv.sh b/configs/stm32vldiscovery/nsh/setenv.sh
index 2dd229f0196..4b3abe66f61 100644
--- a/configs/stm32vldiscovery/nsh/setenv.sh
+++ b/configs/stm32vldiscovery/nsh/setenv.sh
@@ -68,7 +68,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/sure-pic32mx/Kconfig b/configs/sure-pic32mx/Kconfig
index e8c5dda4c4b..c6ae0e09458 100644
--- a/configs/sure-pic32mx/Kconfig
+++ b/configs/sure-pic32mx/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_SUREPIC32MX
diff --git a/configs/sure-pic32mx/README.txt b/configs/sure-pic32mx/README.txt
index cd58fff987e..515857e69a6 100644
--- a/configs/sure-pic32mx/README.txt
+++ b/configs/sure-pic32mx/README.txt
@@ -649,7 +649,7 @@ Configurations
change any of these configurations using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
diff --git a/configs/teensy-2.0/Kconfig b/configs/teensy-2.0/Kconfig
index d36ad8acdac..03fe9950b43 100644
--- a/configs/teensy-2.0/Kconfig
+++ b/configs/teensy-2.0/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_TEENSY_20
diff --git a/configs/teensy-2.0/README.txt b/configs/teensy-2.0/README.txt
index 0ddc8870026..3af7776a586 100644
--- a/configs/teensy-2.0/README.txt
+++ b/configs/teensy-2.0/README.txt
@@ -216,7 +216,7 @@ Buildroot:
following section for details on building this toolchain.
It is assumed in some places that buildroot toolchain is available
- at ../misc/buildroot/build_avr. Edit the setenv.sh file if
+ at ../buildroot/build_avr. Edit the setenv.sh file if
this is not the case.
After configuring NuttX, make sure that CONFIG_AVR_BUILDROOT=y is set in your
@@ -535,7 +535,7 @@ Common Configuration Notes
change a configurations using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
diff --git a/configs/teensy-2.0/hello/setenv.sh b/configs/teensy-2.0/hello/setenv.sh
index ccf008940d5..e57fad08d44 100755
--- a/configs/teensy-2.0/hello/setenv.sh
+++ b/configs/teensy-2.0/hello/setenv.sh
@@ -55,7 +55,7 @@ fi
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_avr/staging_dir/bin"
+export TOOLCHAIN_BIN="${WD}/../buildroot/build_avr/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/teensy-2.0/nsh/setenv.sh b/configs/teensy-2.0/nsh/setenv.sh
index 8d95b9c786e..e5ed23b0e82 100755
--- a/configs/teensy-2.0/nsh/setenv.sh
+++ b/configs/teensy-2.0/nsh/setenv.sh
@@ -55,7 +55,7 @@ fi
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_avr/staging_dir/bin"
+export TOOLCHAIN_BIN="${WD}/../buildroot/build_avr/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/teensy-2.0/usbmsc/setenv.sh b/configs/teensy-2.0/usbmsc/setenv.sh
index 0d295221e61..f4e2f1febdf 100755
--- a/configs/teensy-2.0/usbmsc/setenv.sh
+++ b/configs/teensy-2.0/usbmsc/setenv.sh
@@ -55,7 +55,7 @@ fi
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_avr/staging_dir/bin"
+export TOOLCHAIN_BIN="${WD}/../buildroot/build_avr/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/teensy-3.x/Kconfig b/configs/teensy-3.x/Kconfig
index 9f4275d6906..eefa7e2afd2 100644
--- a/configs/teensy-3.x/Kconfig
+++ b/configs/teensy-3.x/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_TEENSY_3X
diff --git a/configs/teensy-3.x/README.txt b/configs/teensy-3.x/README.txt
index 622fd16aa4c..a43a0c08339 100644
--- a/configs/teensy-3.x/README.txt
+++ b/configs/teensy-3.x/README.txt
@@ -255,7 +255,7 @@ NOTES:
change any of these configurations using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
@@ -304,7 +304,7 @@ NOTES:
change this configuration using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
diff --git a/configs/teensy-3.x/nsh/setenv.sh b/configs/teensy-3.x/nsh/setenv.sh
index c9fa4636cb1..30c82ed0d63 100755
--- a/configs/teensy-3.x/nsh/setenv.sh
+++ b/configs/teensy-3.x/nsh/setenv.sh
@@ -72,7 +72,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/GNU Tools ARM Embedded/4.9
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH variable
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/teensy-lc/Kconfig b/configs/teensy-lc/Kconfig
index f6fd957e57c..2679d39b098 100644
--- a/configs/teensy-lc/Kconfig
+++ b/configs/teensy-lc/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_TEENSY_LC
diff --git a/configs/teensy-lc/nsh/setenv.sh b/configs/teensy-lc/nsh/setenv.sh
index 32d77b666c1..152c25b9640 100755
--- a/configs/teensy-lc/nsh/setenv.sh
+++ b/configs/teensy-lc/nsh/setenv.sh
@@ -67,7 +67,7 @@ fi
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/tm4c123g-launchpad/Kconfig b/configs/tm4c123g-launchpad/Kconfig
index 5c1f6ce9c44..7a135ff15b8 100644
--- a/configs/tm4c123g-launchpad/Kconfig
+++ b/configs/tm4c123g-launchpad/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_TM4C123G_LAUNCHPAD
diff --git a/configs/tm4c123g-launchpad/README.txt b/configs/tm4c123g-launchpad/README.txt
index 8dcb31aa00c..5e58d7c8343 100644
--- a/configs/tm4c123g-launchpad/README.txt
+++ b/configs/tm4c123g-launchpad/README.txt
@@ -790,7 +790,7 @@ Where is one of the following:
change this configuration using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
diff --git a/configs/tm4c123g-launchpad/nsh/setenv.sh b/configs/tm4c123g-launchpad/nsh/setenv.sh
index f8bbaf65d8c..9c63cd8cc0c 100755
--- a/configs/tm4c123g-launchpad/nsh/setenv.sh
+++ b/configs/tm4c123g-launchpad/nsh/setenv.sh
@@ -64,7 +64,7 @@ fi
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# The tm4c123g-launchpad/tools directory
export TOOL_DIR="${WD}/configs/tm4c123g-launchpad/tools"
diff --git a/configs/tm4c1294-launchpad/Kconfig b/configs/tm4c1294-launchpad/Kconfig
index 5237d3b6bdc..ec8c2464faa 100644
--- a/configs/tm4c1294-launchpad/Kconfig
+++ b/configs/tm4c1294-launchpad/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_TM4C1294_LAUNCHPAD
diff --git a/configs/tm4c1294-launchpad/README.txt b/configs/tm4c1294-launchpad/README.txt
index 00e0150e77c..7ac475d2c34 100644
--- a/configs/tm4c1294-launchpad/README.txt
+++ b/configs/tm4c1294-launchpad/README.txt
@@ -45,7 +45,7 @@ Where is one of the following:
change this configuration using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
diff --git a/configs/tm4c1294-launchpad/ipv6/setenv.sh b/configs/tm4c1294-launchpad/ipv6/setenv.sh
index 392fe161f74..286ff59eaae 100755
--- a/configs/tm4c1294-launchpad/ipv6/setenv.sh
+++ b/configs/tm4c1294-launchpad/ipv6/setenv.sh
@@ -64,7 +64,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-# export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+# export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# The tm4c1294-launchpad/tools directory
export TOOL_DIR="${WD}/configs/tm4c1294-launchpad/tools"
diff --git a/configs/tm4c1294-launchpad/nsh/setenv.sh b/configs/tm4c1294-launchpad/nsh/setenv.sh
index 5e22b317c22..91a85fca7d1 100755
--- a/configs/tm4c1294-launchpad/nsh/setenv.sh
+++ b/configs/tm4c1294-launchpad/nsh/setenv.sh
@@ -64,7 +64,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-# export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+# export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# The tm4c1294-launchpad/tools directory
export TOOL_DIR="${WD}/configs/tm4c1294-launchpad/tools"
diff --git a/configs/twr-k60n512/Kconfig b/configs/twr-k60n512/Kconfig
index 94e6b725a48..0636ec5e340 100644
--- a/configs/twr-k60n512/Kconfig
+++ b/configs/twr-k60n512/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_TWR_K60N512
diff --git a/configs/twr-k60n512/README.txt b/configs/twr-k60n512/README.txt
index 8302b042aed..9a8ae58fcee 100644
--- a/configs/twr-k60n512/README.txt
+++ b/configs/twr-k60n512/README.txt
@@ -666,7 +666,7 @@ Where is one of the following:
change this configuration using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
diff --git a/configs/twr-k60n512/nsh/setenv.sh b/configs/twr-k60n512/nsh/setenv.sh
index f87012126a8..b2dde26fc2b 100644
--- a/configs/twr-k60n512/nsh/setenv.sh
+++ b/configs/twr-k60n512/nsh/setenv.sh
@@ -54,7 +54,7 @@ fi
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/ubw32/Kconfig b/configs/ubw32/Kconfig
index 83ed53225b0..5f906fe2333 100644
--- a/configs/ubw32/Kconfig
+++ b/configs/ubw32/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_UBW32
diff --git a/configs/ubw32/README.txt b/configs/ubw32/README.txt
index 8d80c46d1ec..dba48901c41 100644
--- a/configs/ubw32/README.txt
+++ b/configs/ubw32/README.txt
@@ -590,7 +590,7 @@ Where is one of the following:
change this configurations using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
diff --git a/configs/us7032evb1/Kconfig b/configs/us7032evb1/Kconfig
index 94e6b725a48..0636ec5e340 100644
--- a/configs/us7032evb1/Kconfig
+++ b/configs/us7032evb1/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_TWR_K60N512
diff --git a/configs/us7032evb1/README.txt b/configs/us7032evb1/README.txt
index 16a9cecb44b..ba72f0edde1 100644
--- a/configs/us7032evb1/README.txt
+++ b/configs/us7032evb1/README.txt
@@ -73,7 +73,7 @@ Common Configuration Notes
change a configurations using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
diff --git a/configs/us7032evb1/nsh/setenv.sh b/configs/us7032evb1/nsh/setenv.sh
index fabcfb1de9e..d2313361286 100755
--- a/configs/us7032evb1/nsh/setenv.sh
+++ b/configs/us7032evb1/nsh/setenv.sh
@@ -40,7 +40,7 @@ fi
if [ -z ${PATH_ORIG} ]; then export PATH_ORIG=${PATH}; fi
WD=`pwd`
-export BUILDROOT_BIN=${WD}/../misc/buildroot/build_sh/staging_dir/bin
+export BUILDROOT_BIN=${WD}/../buildroot/build_sh/staging_dir/bin
export SH1BINARIES=$WD/configs/us7032evb1/bin
export PATH=${BUILDROOT_BIN}:${SH1BINARIES}:/sbin:/usr/sbin:${PATH_ORIG}
diff --git a/configs/us7032evb1/ostest/setenv.sh b/configs/us7032evb1/ostest/setenv.sh
index 6a923c95921..ac37e9150f6 100755
--- a/configs/us7032evb1/ostest/setenv.sh
+++ b/configs/us7032evb1/ostest/setenv.sh
@@ -40,7 +40,7 @@ fi
if [ -z ${PATH_ORIG} ]; then export PATH_ORIG=${PATH}; fi
WD=`pwd`
-export BUILDROOT_BIN=${WD}/../misc/buildroot/build_sh/staging_dir/bin
+export BUILDROOT_BIN=${WD}/../buildroot/build_sh/staging_dir/bin
export SH1BINARIES=$WD/configs/us7032evb1/bin
export PATH=${BUILDROOT_BIN}:${SH1BINARIES}:/sbin:/usr/sbin:${PATH_ORIG}
diff --git a/configs/viewtool-stm32f107/Kconfig b/configs/viewtool-stm32f107/Kconfig
index 82ffaf1d266..512d58630b6 100644
--- a/configs/viewtool-stm32f107/Kconfig
+++ b/configs/viewtool-stm32f107/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_VIEWTOOL_STM32F107
diff --git a/configs/viewtool-stm32f107/README.txt b/configs/viewtool-stm32f107/README.txt
index c1b1b9bca32..753851414cc 100644
--- a/configs/viewtool-stm32f107/README.txt
+++ b/configs/viewtool-stm32f107/README.txt
@@ -563,7 +563,7 @@ Configurations
change any of these configurations using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
diff --git a/configs/viewtool-stm32f107/highpri/setenv.sh b/configs/viewtool-stm32f107/highpri/setenv.sh
index 534c7212fff..a593715add3 100755
--- a/configs/viewtool-stm32f107/highpri/setenv.sh
+++ b/configs/viewtool-stm32f107/highpri/setenv.sh
@@ -69,7 +69,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/viewtool-stm32f107/netnsh/setenv.sh b/configs/viewtool-stm32f107/netnsh/setenv.sh
index 73ce4f40294..c799e1203bb 100755
--- a/configs/viewtool-stm32f107/netnsh/setenv.sh
+++ b/configs/viewtool-stm32f107/netnsh/setenv.sh
@@ -69,7 +69,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/viewtool-stm32f107/nsh/setenv.sh b/configs/viewtool-stm32f107/nsh/setenv.sh
index 7383585fab0..8b5188cf969 100755
--- a/configs/viewtool-stm32f107/nsh/setenv.sh
+++ b/configs/viewtool-stm32f107/nsh/setenv.sh
@@ -70,7 +70,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
diff --git a/configs/vsn/Kconfig b/configs/vsn/Kconfig
index ae2bf31307d..f72f3c094ce 100644
--- a/configs/vsn/Kconfig
+++ b/configs/vsn/Kconfig
@@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
diff --git a/configs/vsn/README.txt b/configs/vsn/README.txt
index c0f6430ea1c..b4e5ba73c4f 100644
--- a/configs/vsn/README.txt
+++ b/configs/vsn/README.txt
@@ -308,7 +308,7 @@ Where is one of the following:
change this configurations using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
diff --git a/configs/vsn/nsh/setenv.sh b/configs/vsn/nsh/setenv.sh
index a01a604c0cc..3b9f7f8967a 100755
--- a/configs/vsn/nsh/setenv.sh
+++ b/configs/vsn/nsh/setenv.sh
@@ -40,7 +40,7 @@ fi
if [ -z "${PATH_ORIG}" ]; then export PATH_ORIG="${PATH}"; fi
WD=`pwd`
-export BUILDROOT_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export BUILDROOT_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
export PATH="${BUILDROOT_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
echo "PATH : ${PATH}"
diff --git a/configs/xtrs/Kconfig b/configs/xtrs/Kconfig
index ae2bf31307d..f72f3c094ce 100644
--- a/configs/xtrs/Kconfig
+++ b/configs/xtrs/Kconfig
@@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
diff --git a/configs/xtrs/README.txt b/configs/xtrs/README.txt
index 73319108c45..a1dc4e6b03d 100644
--- a/configs/xtrs/README.txt
+++ b/configs/xtrs/README.txt
@@ -166,7 +166,7 @@ These configurations all use the kconfig-frontends, mconf-based configuration
tool. To change this configuration using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt and
- misc/tools/README.txt
+ additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration
process.
diff --git a/configs/z16f2800100zcog/Kconfig b/configs/z16f2800100zcog/Kconfig
index ae2bf31307d..f72f3c094ce 100644
--- a/configs/z16f2800100zcog/Kconfig
+++ b/configs/z16f2800100zcog/Kconfig
@@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
diff --git a/configs/z16f2800100zcog/README.txt b/configs/z16f2800100zcog/README.txt
index d5d77725f0f..02f7f84bfde 100644
--- a/configs/z16f2800100zcog/README.txt
+++ b/configs/z16f2800100zcog/README.txt
@@ -168,7 +168,7 @@ nsh
change this configuration using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
@@ -216,7 +216,7 @@ ostest
change this configuration using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
@@ -262,7 +262,7 @@ pashello
change this configuration using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
diff --git a/configs/z80sim/Kconfig b/configs/z80sim/Kconfig
index ae2bf31307d..f72f3c094ce 100644
--- a/configs/z80sim/Kconfig
+++ b/configs/z80sim/Kconfig
@@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
diff --git a/configs/z80sim/README.txt b/configs/z80sim/README.txt
index ad14eaf9c95..2599a618ee5 100644
--- a/configs/z80sim/README.txt
+++ b/configs/z80sim/README.txt
@@ -2,8 +2,7 @@ z80sim README
^^^^^^^^^^^^^
This port uses a primitive, emulated Z80 and the SDCC toolchain.
-The instruction set emulator can be found in the NuttX GIT at
-https://bitbucket.org/patacongo/nuttx/src/master/misc/sims/z80sim
+This port uses an instructino set simulator called z80sim.
The SDCC toolchain is available from http://sdcc.sourceforge.net/. All
testing has been performed using version 2.6.0 of the SDCC toolchain.
@@ -113,7 +112,7 @@ These configurations all use the kconfig-frontends, mconf-based configuration
tool. To change this configuration using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt and
- misc/tools/README.txt
+ additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration
process.
diff --git a/configs/z8encore000zco/Kconfig b/configs/z8encore000zco/Kconfig
index ae2bf31307d..f72f3c094ce 100644
--- a/configs/z8encore000zco/Kconfig
+++ b/configs/z8encore000zco/Kconfig
@@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
diff --git a/configs/z8encore000zco/README.txt b/configs/z8encore000zco/README.txt
index 23eb6fc5262..85cb56f52c2 100644
--- a/configs/z8encore000zco/README.txt
+++ b/configs/z8encore000zco/README.txt
@@ -74,7 +74,7 @@ available:
change this configuration using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
diff --git a/configs/z8f64200100kit/Kconfig b/configs/z8f64200100kit/Kconfig
index ae2bf31307d..f72f3c094ce 100644
--- a/configs/z8f64200100kit/Kconfig
+++ b/configs/z8f64200100kit/Kconfig
@@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
diff --git a/configs/z8f64200100kit/README.txt b/configs/z8f64200100kit/README.txt
index f9fe1499480..142ea785e15 100644
--- a/configs/z8f64200100kit/README.txt
+++ b/configs/z8f64200100kit/README.txt
@@ -74,7 +74,7 @@ available:
change this configuration using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
diff --git a/configs/zkit-arm-1769/Kconfig b/configs/zkit-arm-1769/Kconfig
index ab80e40dd87..1f5a2bb3e44 100644
--- a/configs/zkit-arm-1769/Kconfig
+++ b/configs/zkit-arm-1769/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_ZKITARM
diff --git a/configs/zkit-arm-1769/README.txt b/configs/zkit-arm-1769/README.txt
index 3c0a33a03e8..d81f9029aa4 100644
--- a/configs/zkit-arm-1769/README.txt
+++ b/configs/zkit-arm-1769/README.txt
@@ -548,7 +548,7 @@ Where is one of the following:
change this configuration using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
@@ -568,7 +568,7 @@ Where is one of the following:
change this configuration using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
diff --git a/configs/zkit-arm-1769/hello/setenv.sh b/configs/zkit-arm-1769/hello/setenv.sh
index f49bfe5ef73..c8a29943935 100644
--- a/configs/zkit-arm-1769/hello/setenv.sh
+++ b/configs/zkit-arm-1769/hello/setenv.sh
@@ -55,7 +55,7 @@ fi
# This is where the buildroot might reside on a Linux or Cygwin system
# A minimal buildroot version with the NXFLAT tools is always required
# for this configuration in order to buildthe THTTPD CGI programs
-export BUILDROOT_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export BUILDROOT_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# This is the default install location for Code Red on Linux
#export TOOLCHAIN_BIN="/usr/local/LPCXpresso/tools/bin"
diff --git a/configs/zkit-arm-1769/nsh/setenv.sh b/configs/zkit-arm-1769/nsh/setenv.sh
index 3ffb1760aef..d9797a48ba5 100644
--- a/configs/zkit-arm-1769/nsh/setenv.sh
+++ b/configs/zkit-arm-1769/nsh/setenv.sh
@@ -55,7 +55,7 @@ fi
# This is where the buildroot might reside on a Linux or Cygwin system
# A minimal buildroot version with the NXFLAT tools is always required
# for this configuration in order to buildthe THTTPD CGI programs
-export BUILDROOT_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export BUILDROOT_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# This is the default install location for Code Red on Linux
#export TOOLCHAIN_BIN="/usr/local/LPCXpresso/tools/bin"
diff --git a/configs/zkit-arm-1769/nxhello/setenv.sh b/configs/zkit-arm-1769/nxhello/setenv.sh
index 81e38fce38f..1f8edd0d1d7 100755
--- a/configs/zkit-arm-1769/nxhello/setenv.sh
+++ b/configs/zkit-arm-1769/nxhello/setenv.sh
@@ -55,7 +55,7 @@ fi
# This is where the buildroot might reside on a Linux or Cygwin system
# A minimal buildroot version with the NXFLAT tools is always required
# for this configuration in order to buildthe THTTPD CGI programs
-export BUILDROOT_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export BUILDROOT_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# This is the default install location for Code Red on Linux
#export TOOLCHAIN_BIN="/usr/local/LPCXpresso/tools/bin"
diff --git a/configs/zkit-arm-1769/thttpd/setenv.sh b/configs/zkit-arm-1769/thttpd/setenv.sh
index afbb1f9c685..6d93498a7b4 100644
--- a/configs/zkit-arm-1769/thttpd/setenv.sh
+++ b/configs/zkit-arm-1769/thttpd/setenv.sh
@@ -55,7 +55,7 @@ fi
# This is where the buildroot might reside on a Linux or Cygwin system
# A minimal buildroot version with the NXFLAT tools is always required
# for this configuration in order to buildthe THTTPD CGI programs
-export BUILDROOT_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export BUILDROOT_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# This is the default install location for Code Red on Linux
#export TOOLCHAIN_BIN="/usr/local/LPCXpresso/tools/bin"
diff --git a/configs/zp214xpa/Kconfig b/configs/zp214xpa/Kconfig
index d8d04ca5cf2..1b6ac79fa5e 100644
--- a/configs/zp214xpa/Kconfig
+++ b/configs/zp214xpa/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_ZP214XPA
diff --git a/configs/zp214xpa/README.txt b/configs/zp214xpa/README.txt
index f4bc381854f..471d648e049 100644
--- a/configs/zp214xpa/README.txt
+++ b/configs/zp214xpa/README.txt
@@ -304,7 +304,7 @@ Configurations:
change this configuration using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
@@ -328,7 +328,7 @@ Configurations:
change this configuration using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
+ see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.
diff --git a/configs/zp214xpa/nsh/setenv.sh b/configs/zp214xpa/nsh/setenv.sh
index 724dab70643..a35d34aa56d 100755
--- a/configs/zp214xpa/nsh/setenv.sh
+++ b/configs/zp214xpa/nsh/setenv.sh
@@ -54,7 +54,7 @@ fi
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# The zp214xpa/tools directory
export LPCTOOL_DIR="${WD}/configs/zp214xpa/tools"
diff --git a/configs/zp214xpa/nxlines/setenv.sh b/configs/zp214xpa/nxlines/setenv.sh
index 77f1425e585..b2872cdc52d 100755
--- a/configs/zp214xpa/nxlines/setenv.sh
+++ b/configs/zp214xpa/nxlines/setenv.sh
@@ -54,7 +54,7 @@ fi
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# The zp214xpa/tools directory
export LPCTOOL_DIR="${WD}/configs/zp214xpa/tools"
diff --git a/crypto/Kconfig b/crypto/Kconfig
index 81531cc802b..b23d23f56f0 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
config CRYPTO
diff --git a/drivers/Kconfig b/drivers/Kconfig
index 0a6ca7a3bdd..fb626f87e63 100644
--- a/drivers/Kconfig
+++ b/drivers/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
config DISABLE_POLL
diff --git a/drivers/analog/Kconfig b/drivers/analog/Kconfig
index 5a401957164..5d785dc504a 100644
--- a/drivers/analog/Kconfig
+++ b/drivers/analog/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
config ADC
diff --git a/drivers/audio/Kconfig b/drivers/audio/Kconfig
index e0fdf4e2b44..81c247a6420 100644
--- a/drivers/audio/Kconfig
+++ b/drivers/audio/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
config AUDIO_I2SCHAR
diff --git a/drivers/bch/Kconfig b/drivers/bch/Kconfig
index 060b9d6e880..4667cd93043 100644
--- a/drivers/bch/Kconfig
+++ b/drivers/bch/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
config BCH_ENCRYPTION
diff --git a/drivers/eeprom/Kconfig b/drivers/eeprom/Kconfig
index 9d3adc01613..f2ea39ce1b1 100644
--- a/drivers/eeprom/Kconfig
+++ b/drivers/eeprom/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if EEPROM
diff --git a/drivers/input/Kconfig b/drivers/input/Kconfig
index 2a58768f474..cd2a096a813 100644
--- a/drivers/input/Kconfig
+++ b/drivers/input/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
config MOUSE
diff --git a/drivers/lcd/Kconfig b/drivers/lcd/Kconfig
index 4fdef82dee5..efd09c897ea 100644
--- a/drivers/lcd/Kconfig
+++ b/drivers/lcd/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
comment "Common LCD Settings"
diff --git a/drivers/mmcsd/Kconfig b/drivers/mmcsd/Kconfig
index 88dd4fe791d..cae2887799a 100755
--- a/drivers/mmcsd/Kconfig
+++ b/drivers/mmcsd/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
config MMCSD_NSLOTS
diff --git a/drivers/mtd/Kconfig b/drivers/mtd/Kconfig
index 507238a234c..cf912b3ca53 100644
--- a/drivers/mtd/Kconfig
+++ b/drivers/mtd/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
comment "MTD Configuration"
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 14b7b926352..5ad4334cfa6 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
comment "General Ethernet MAC Driver Options"
diff --git a/drivers/pipes/Kconfig b/drivers/pipes/Kconfig
index ae2bf31307d..f72f3c094ce 100644
--- a/drivers/pipes/Kconfig
+++ b/drivers/pipes/Kconfig
@@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
diff --git a/drivers/power/Kconfig b/drivers/power/Kconfig
index ac76331b6bb..46456b60f58 100644
--- a/drivers/power/Kconfig
+++ b/drivers/power/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
config BATTERY
bool "Battery support"
diff --git a/drivers/sensors/Kconfig b/drivers/sensors/Kconfig
index f27d52baf9d..bddc85e421b 100644
--- a/drivers/sensors/Kconfig
+++ b/drivers/sensors/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
config LIS331DL
diff --git a/drivers/sercomm/Kconfig b/drivers/sercomm/Kconfig
index ae2bf31307d..f72f3c094ce 100644
--- a/drivers/sercomm/Kconfig
+++ b/drivers/sercomm/Kconfig
@@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig
index 1a7c77dfb12..3bee8adda86 100644
--- a/drivers/serial/Kconfig
+++ b/drivers/serial/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
config DEV_LOWCONSOLE
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index 8ac009ce338..6bef9b56948 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if SPI
diff --git a/drivers/syslog/Kconfig b/drivers/syslog/Kconfig
index 8264f786eb9..e450d52de11 100644
--- a/drivers/syslog/Kconfig
+++ b/drivers/syslog/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
comment "System Logging"
diff --git a/drivers/timers/Kconfig b/drivers/timers/Kconfig
index 30ccc14b7e7..c8579a8fea4 100644
--- a/drivers/timers/Kconfig
+++ b/drivers/timers/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
menu "Timer Driver Support"
diff --git a/drivers/usbdev/Kconfig b/drivers/usbdev/Kconfig
index 912cb266d3e..a284917ee60 100644
--- a/drivers/usbdev/Kconfig
+++ b/drivers/usbdev/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
comment "USB Device Controller Driver Options"
diff --git a/drivers/usbhost/Kconfig b/drivers/usbhost/Kconfig
index 2b34e8dce0f..4e9c024c615 100644
--- a/drivers/usbhost/Kconfig
+++ b/drivers/usbhost/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
config USBHOST_NPREALLOC
diff --git a/drivers/usbhost/Make.defs b/drivers/usbhost/Make.defs
index 9058b0eb075..0391dd33390 100644
--- a/drivers/usbhost/Make.defs
+++ b/drivers/usbhost/Make.defs
@@ -72,7 +72,8 @@ CSRCS += usbhost_trace.c
endif
endif
-# Include add-on USB host driver logic if present and selected (see misc/drivers)
+# Include add-on USB host driver logic if present and selected (availabel in
+# the NuttX drivers GIT repository)
ifeq ($(CONFIG_USBHOST_RTL8187),y)
RTL8187_CSRC := ${shell if [ -f usbhost$(DELIM)rtl8187x.c ]; then echo "rtl8187x.c"; fi}
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index 4e09d32e0e0..523971c748e 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
config VIDEO_OV2640
diff --git a/drivers/wireless/Kconfig b/drivers/wireless/Kconfig
index 1413c8d341d..194cdd05f82 100644
--- a/drivers/wireless/Kconfig
+++ b/drivers/wireless/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
config WL_CC1101
diff --git a/drivers/wireless/cc3000/Kconfig b/drivers/wireless/cc3000/Kconfig
index c16c8bc934d..038fd348f21 100644
--- a/drivers/wireless/cc3000/Kconfig
+++ b/drivers/wireless/cc3000/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
config WL_CC3000
diff --git a/fs/Kconfig b/fs/Kconfig
index a2c22a18607..a03a7445a4d 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
comment "File system configuration"
diff --git a/fs/aio/Kconfig b/fs/aio/Kconfig
index b11e6c49fd3..0a8bfab461c 100644
--- a/fs/aio/Kconfig
+++ b/fs/aio/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
config FS_AIO
diff --git a/fs/binfs/Kconfig b/fs/binfs/Kconfig
index 6ec155f9375..8e5da6a76ce 100644
--- a/fs/binfs/Kconfig
+++ b/fs/binfs/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
config FS_BINFS
diff --git a/fs/fat/Kconfig b/fs/fat/Kconfig
index 175ddf20d4e..d9bd865c3aa 100644
--- a/fs/fat/Kconfig
+++ b/fs/fat/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
config FS_FAT
diff --git a/fs/mmap/Kconfig b/fs/mmap/Kconfig
index 03482e2d810..bdbd44f3792 100644
--- a/fs/mmap/Kconfig
+++ b/fs/mmap/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
config FS_RAMMAP
diff --git a/fs/mqueue/Kconfig b/fs/mqueue/Kconfig
index c09b09a4959..9406a7e464d 100644
--- a/fs/mqueue/Kconfig
+++ b/fs/mqueue/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if !DISABLE_MQUEUE
diff --git a/fs/nfs/Kconfig b/fs/nfs/Kconfig
index 9d2aa288dca..ce51a543173 100644
--- a/fs/nfs/Kconfig
+++ b/fs/nfs/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
config NFS
diff --git a/fs/nxffs/Kconfig b/fs/nxffs/Kconfig
index 6cc45906a1a..3618b2cf642 100644
--- a/fs/nxffs/Kconfig
+++ b/fs/nxffs/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
config FS_NXFFS
diff --git a/fs/procfs/Kconfig b/fs/procfs/Kconfig
index 633aef4204f..9b6b433b107 100644
--- a/fs/procfs/Kconfig
+++ b/fs/procfs/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
config FS_PROCFS
diff --git a/fs/romfs/Kconfig b/fs/romfs/Kconfig
index d7dd7963941..4014cf6d1d1 100644
--- a/fs/romfs/Kconfig
+++ b/fs/romfs/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
config FS_ROMFS
diff --git a/fs/semaphore/Kconfig b/fs/semaphore/Kconfig
index 84f9da86812..a045ac5cfed 100644
--- a/fs/semaphore/Kconfig
+++ b/fs/semaphore/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
config FS_NAMED_SEMAPHORES
diff --git a/fs/shm/Kconfig b/fs/shm/Kconfig
index 6007d46fecc..ddca66e8e08 100644
--- a/fs/shm/Kconfig
+++ b/fs/shm/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
config FS_SHM
diff --git a/fs/smartfs/Kconfig b/fs/smartfs/Kconfig
index 4ee7a37eb13..0ddffd23ff7 100644
--- a/fs/smartfs/Kconfig
+++ b/fs/smartfs/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
config FS_SMARTFS
diff --git a/fs/unionfs/Kconfig b/fs/unionfs/Kconfig
index 9d98a1381eb..cafd6ac8683 100644
--- a/fs/unionfs/Kconfig
+++ b/fs/unionfs/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
config FS_UNIONFS
diff --git a/graphics/Kconfig b/graphics/Kconfig
index dec4ce5d644..2a59b0f3567 100644
--- a/graphics/Kconfig
+++ b/graphics/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
config NX
diff --git a/libc/Kconfig b/libc/Kconfig
index 08cbfc09046..013c28eb63a 100644
--- a/libc/Kconfig
+++ b/libc/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
comment "Standard C Library Options"
diff --git a/libc/math/Kconfig b/libc/math/Kconfig
index 7a322d7602d..6fb14ec2724 100644
--- a/libc/math/Kconfig
+++ b/libc/math/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
config LIBM
diff --git a/libc/termios/Make.defs b/libc/termios/Make.defs
index e5a913d6e31..91a4c4a6b6f 100644
--- a/libc/termios/Make.defs
+++ b/libc/termios/Make.defs
@@ -1,5 +1,5 @@
############################################################################
-# libc/misc/Make.defs
+# libc/termios/Make.defs
#
# Copyright (C) 2011-2012, 2014 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt
diff --git a/libxx/Kconfig b/libxx/Kconfig
index 3593939cb1a..4707bb87150 100644
--- a/libxx/Kconfig
+++ b/libxx/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
comment "Basic CXX Support"
@@ -45,8 +45,8 @@ config UCLIBCXX
default n
---help---
If you have installed uClibc++ into the NuttX source try, then it can
- be built by selecting this option. See misc/uClibc++/README.txt for
- information on installing uClibc++.
+ be built by selecting this option. See the README.txt file in the
+ uClibc++ packet for information on installing uClibc++.
if UCLIBCXX
diff --git a/libxx/Makefile b/libxx/Makefile
index 40292aa0bc4..5c5be9c41cd 100644
--- a/libxx/Makefile
+++ b/libxx/Makefile
@@ -69,8 +69,8 @@ VPATH = .
#
# Note that an error will occur if you select CONFIG_LIBXX_UCLIBCXX
# without installing the uClibc++ package. This is intentional to let
-# you know about the configuration problem. Refer to misc/uClibc++/README.txt
-# for more information
+# you know about the configuration problem. Refer to the README.txt file
+# in the NuttX uClibc++ GIT repository for more information
ifeq ($(CONFIG_UCLIBCXX),y)
include uClibc++/Make.defs
diff --git a/libxx/README.txt b/libxx/README.txt
index 59ea8d818f2..7b92bc24b0d 100644
--- a/libxx/README.txt
+++ b/libxx/README.txt
@@ -1,20 +1,19 @@
libxx/README.txt
^^^^^^^^^^^^^^^^
-This directory contains a fragmentary C++ library that will allow
-to build only the simplest of C++ applications. In the deeply
-embedded world, that is probably all that is necessary. If you
-have a need for more extensive C++ support, the following libraries
-are recommended:
+This directory contains a fragmentary C++ library that will allow to build
+only the simplest of C++ applications. In the deeply embedded world, that
+is probably all that is necessary. If you have a need for more extensive
+C++ support, the following libraries are recommended:
- libstdc++ (part of GCC)
- STLport http://www.stlport.org/
- uClibc++ http://cxx.uclibc.org/
- uSTL http://ustl.sourceforge.net/
-There is a version of uClibc++ that is customized for NuttX that can
-be found here: misc/uClibc++. See misc/uClibc++ for installation
-instructions.
+There is a version of uClibc++ that has been customized for use with NuttX.
+That version that can be found in the NuttX uClibc++ GIT repository. Refer
+to the top-level uClibc++ README.txt file for installation instructions.
At present, only the following are supported here:
diff --git a/mm/Kconfig b/mm/Kconfig
index 135023ff598..1f0a79f0de7 100644
--- a/mm/Kconfig
+++ b/mm/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
config MM_KERNEL_HEAP
diff --git a/net/Kconfig b/net/Kconfig
index ea9e98c836b..5e7f5756b94 100644
--- a/net/Kconfig
+++ b/net/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
config ARCH_HAVE_NET
diff --git a/net/arp/Kconfig b/net/arp/Kconfig
index 00a72f39300..df228db6b71 100644
--- a/net/arp/Kconfig
+++ b/net/arp/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
menu "ARP Configuration"
diff --git a/net/icmp/Kconfig b/net/icmp/Kconfig
index 872fa48c0f3..7eb504267f3 100644
--- a/net/icmp/Kconfig
+++ b/net/icmp/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if NET_IPv4
diff --git a/net/icmpv6/Kconfig b/net/icmpv6/Kconfig
index 848b6546f14..d75172713dc 100644
--- a/net/icmpv6/Kconfig
+++ b/net/icmpv6/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if NET_IPv6
diff --git a/net/igmp/Kconfig b/net/igmp/Kconfig
index 2b24980b752..59787fe0df0 100644
--- a/net/igmp/Kconfig
+++ b/net/igmp/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
menu "IGMPv2 Client Support"
diff --git a/net/iob/Kconfig b/net/iob/Kconfig
index 7b34185abc9..e6018d64263 100644
--- a/net/iob/Kconfig
+++ b/net/iob/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
menu "Network I/O Buffer Support"
diff --git a/net/local/Kconfig b/net/local/Kconfig
index 88527c27686..144844a6375 100644
--- a/net/local/Kconfig
+++ b/net/local/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
menu "Unix Domain Socket Support"
diff --git a/net/neighbor/Kconfig b/net/neighbor/Kconfig
index 88cea4a1a69..6792e0846d3 100644
--- a/net/neighbor/Kconfig
+++ b/net/neighbor/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
if NET_IPv6
diff --git a/net/netdev/Kconfig b/net/netdev/Kconfig
index 355794690a7..fb441f0d26a 100644
--- a/net/netdev/Kconfig
+++ b/net/netdev/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
menu "Network Device Operations"
diff --git a/net/pkt/Kconfig b/net/pkt/Kconfig
index c20273a45b3..2fc26442dd3 100644
--- a/net/pkt/Kconfig
+++ b/net/pkt/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
menu "Raw Socket Support"
diff --git a/net/route/Kconfig b/net/route/Kconfig
index 07b61d92ddb..abdc5761464 100644
--- a/net/route/Kconfig
+++ b/net/route/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
menu "Routing Table Configuration"
diff --git a/net/socket/Kconfig b/net/socket/Kconfig
index 7b6f32d3c82..6ac78f0765f 100644
--- a/net/socket/Kconfig
+++ b/net/socket/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
menu "Socket Support"
diff --git a/net/tcp/Kconfig b/net/tcp/Kconfig
index 2f513654d43..fccfba8feab 100644
--- a/net/tcp/Kconfig
+++ b/net/tcp/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
menu "TCP/IP Networking"
diff --git a/net/udp/Kconfig b/net/udp/Kconfig
index b387b402d05..a32f34534db 100644
--- a/net/udp/Kconfig
+++ b/net/udp/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
menu "UDP Networking"
diff --git a/net/utils/Kconfig b/net/utils/Kconfig
index c6700624b24..771bb2b0d86 100644
--- a/net/utils/Kconfig
+++ b/net/utils/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
config NET_ARCH_INCR32
diff --git a/sched/Kconfig b/sched/Kconfig
index a6df4fedaba..9899fc03874 100644
--- a/sched/Kconfig
+++ b/sched/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
menuconfig DISABLE_OS_API
diff --git a/syscall/Kconfig b/syscall/Kconfig
index 3606426c99c..b54b90906f0 100644
--- a/syscall/Kconfig
+++ b/syscall/Kconfig
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
-# see misc/tools/kconfig-language.txt.
+# see the file kconfig-language.txt in the NuttX tools repository.
#
menuconfig LIB_SYSCALL