diff --git a/configs/Kconfig b/configs/Kconfig index a74b9bbac1..1ff387c426 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 512c99ff04..a555757cf6 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 ae2bf31307..f72f3c094c 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 b80d872f95..5d5d845be4 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 9b350a2c4e..dc97e70b62 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 7fdfd6f361..00c4c1bbce 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 45fe21cc8a..1c49abe96b 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 22cf17ce76..d35b22620e 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 3312fdfd45..1337201975 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 a8d536c605..45cd07dd31 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 cadb1d12a1..c9532532f1 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 96b17b8c65..3dd4d8ce06 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 8a0197ab4b..aef64269b7 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 a56e7a7259..ed696a72e8 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 95d2af46e7..ccf5d8fa33 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 019cd50b99..dd58cd4117 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 92934b4762..3a1e376dcc 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 a98bcae4c0..7008de2c6d 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 0897fdd211..ff34426776 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 6d341313e2..143201e3bd 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 ae2bf31307..f72f3c094c 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 69ace4c73a..3828a56504 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 ae2bf31307..f72f3c094c 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 d5be870e63..0693ede0ac 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 66bfd6bb4d..e7d03fb148 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 7fb51cd533..646cdcf59c 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 edb38527ce..16a2fe30fa 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 edb38527ce..16a2fe30fa 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 3f685365b3..b18dd36204 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 b544bdceb0..99863356e3 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 b78b638a30..8f47650ca5 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 27e1b933cd..82dfdc0d66 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 58829309bb..8a251291bc 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 ff33ae9437..602357a5ad 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 5352abbd9d..0d2841b39c 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 6db78472b1..d46e750fc1 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 f50b1d1f54..2a8c518240 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 0206c686e9..d40da9a3c9 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 17afa39df9..5d23d67189 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 01a5dde2a3..23d9bb74ad 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 38108f9240..62ca586247 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 d65858918e..1e4c5b3abf 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 8f4df43057..171058d4b4 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 b5edc6abc2..9742bec9cf 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 ede9c27690..a22e3372ec 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 5d12d78cfc..71c2c259ad 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 cd87105032..decabe3812 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 b75bdf15dc..5ccd842093 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 93fc9f7986..cd25820658 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 8f6559c91c..610f66f55d 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 7999d248c8..3f569bcd81 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 bf73cc9af1..22032bba65 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 7dea480abf..8dc5ea132c 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 15bc1b549c..c554259255 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 bf73cc9af1..22032bba65 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 25af26f3c6..f7c0e12473 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 a9564a3e7d..281a71aa38 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 ae2bf31307..f72f3c094c 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 fa62008101..d40ac43037 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 ae2bf31307..f72f3c094c 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 10d3a93113..ef71dc4ec1 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 c731f97cc9..e423f8a2c2 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 25afca04c7..072fae772c 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 c605a0a0dc..915e26edc4 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 a88c9d36d0..042dfcf2ca 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 69e5d42d91..2541df62fd 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 edcf820cab..346e6c2a52 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 ce1bd6f282..a2ec3c6e06 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 d534536482..f0a3ac4d9b 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 11b8eabb38..755c02b4b6 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 03cc130da0..1b867bb765 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 8d60c1cb83..5debd4e33a 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 beae9acae5..6d16ea5646 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 b62f59c96f..df0dba3180 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 6298970589..a0371cdce4 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 97d7c79936..0f98a6e5e1 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 6298970589..a0371cdce4 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 da89056518..e80939b3ca 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 a334f1c3c5..6b324148d2 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 5172da5e7e..f57a1421ed 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 2d599381b6..c6dd2fed4a 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 f158b7f7cc..790030b1fd 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 113d41d7fd..95493a732a 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 df821c5f6b..a7eb5f94e8 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 5cb87132d5..7bf097d2ad 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 3422ad2113..dafbb40187 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 c4becc2655..3addc3b1f0 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 f970a89c29..83ebb96025 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 5abb6085a2..3cd011f121 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 d956f4733b..d5a229d814 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 343d50d381..fa3af8aee8 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 479dc95e42..9153b0edf2 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 3ab4215126..02af3f7685 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 f92abb9f59..07ccdeecd1 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 3c20172413..dd1d739b5a 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 dd9739f99a..7505fb1ebf 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 4812e9ac59..77ab094ceb 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 e9aa7ca32c..2452b3302f 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 c716ddf5ef..9909d8963a 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 0e53e40234..2586ae63bd 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 9c7e88bb2d..bdd3fab3dc 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 4b63eb0000..c66b7edffb 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 82597636d9..b382072392 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 8b1a0fb3ec..0aed73b44e 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 c5ce2099bc..fd946191dd 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 e78ffab26e..b4a0c84cd1 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 6f9c2b4432..b703c4cebc 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 911a0a2da8..c40d55a27b 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 f1e54d99c9..dc265e8246 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 8c0ca8f1f1..5620bd0d2d 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 9eeeb48982..b759188d38 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 c8595cc94a..feaa4e84ac 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 e0504027c7..fba3ae0dc1 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 20d3358590..a10a0365de 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 8fd20167a6..03641fd612 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 8ef0628058..46d5b3261f 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 565c16b98f..2f04a8ac6d 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 e6aded0f4b..7156a371dd 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 c0cc98f49e..15c27bf48f 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 54d8bf631e..ba53be6c88 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 53d8c6c212..e370717862 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 1ff93c1c42..6ede0014ee 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 19e37d1369..ca144ce26c 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 8dcdd6bd71..c24c1b78d5 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 5ef86f3b55..7a17db160b 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 e512b5da52..8926f66bd2 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 8c14957c89..c3ca070e33 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 f591fafb19..f29d975892 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 f5582e0e8b..f8de989edc 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 eff638b64d..ecee154964 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 a81cb395b4..841f9c05a1 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 256bf973f6..bfd6a39cf2 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 bb60debcca..13be2d1feb 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 92ac154356..ebcf4db510 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 ae2bf31307..f72f3c094c 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 ad4c3b2d47..f3a92e8c7f 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 076ab237e6..1a5f762a3e 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 1b936cc4f5..836f13cf2b 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 0c901d5417..076be5b227 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 ff7cf40e20..93dbf8d8cd 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 c2fc061204..47142dcd6d 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 d7466b84a9..331b1bef38 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 ff7cf40e20..93dbf8d8cd 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 ff7cf40e20..93dbf8d8cd 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 ff7cf40e20..93dbf8d8cd 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 ff7cf40e20..93dbf8d8cd 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 7fc487119b..7fdc5a4a78 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 80723b82f0..11673a674c 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 ae2bf31307..f72f3c094c 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 6cf9330db6..9c3c03b1de 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 42f7ca44b2..c61b40113a 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 ee47389b9d..b4da5bd2ca 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 4a1c145177..df88256d45 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 f0fce21ea2..83b69294e3 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 a6fb5b02ac..e73858fc76 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 44fb67fdf4..0ee9a8ca19 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 f47d43b639..bdbd596fc3 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 c4d6800ed5..c5aa591b49 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 326f73f6c7..37166f87e5 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 4c9be3cbd3..1ef7daae63 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 4d8e2c36e0..0f5dd758ba 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 e44839b96c..5bc5f24ff6 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 d1125e80ea..844983c75f 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 cefb299efb..a93654aeab 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 9af3c4dc6a..53c94895d1 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 11a5c8c874..07374f60b6 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 bdd5b9c3c5..6449f5b673 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 23b00cab48..b360fc7586 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 4608ee3d4e..67f257ad6c 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 e102562e27..f4ab9bca9b 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 457b6bb86c..0ad7a4136a 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 d8ab8e3014..bb37f1071b 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 977e0d474c..ffdc74e9b9 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 05943f6356..30d3e55bef 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 cbd2e8d81c..9333b3a2f5 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 416063f7d4..56738d856f 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 bd50c706ea..6327558711 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 49edb7f308..f026535006 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 f75593c220..836315ffca 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 9611a9ab16..9309a03976 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 a772e5ac44..2a2238f783 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 d48cc4bb68..41e81a5441 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 a8ed3e0068..d45e1c9ccb 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 27914f77f9..2bfe99b74a 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 a5f1fd294f..e057ff0aa4 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 51127aecff..a3b9f14df4 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 6f57a92c1e..5e21d73dc0 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 b2efd42686..7ebb4ddee2 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 4bcc750e19..bb617ff32d 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 6ae5c14c40..06d4574f16 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 fc0b58ce14..4d5efee2ba 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 501212e88a..d811266370 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 5784980b5a..bb91fb0337 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 8061953c4f..507092b681 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 7a59c2cff4..95d6284609 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 0476bba8c3..2f2bc2d8d8 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 daff8d61d9..90049ced75 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 611dbfdb92..341ef38d6f 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 f479970f01..1e8c84c283 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 e32bba679e..6e87533e70 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 4bf1af1e31..40b1e933cd 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 1dbadcbe16..d2ff212df6 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 b0b8a29d6c..3a14e35d2f 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 3cd9e20b7c..8916f538cc 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 9471a992f7..92269e5df7 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 44b8ac37dd..ad8fd4e1e9 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 9771aba6df..0b1a75fb90 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 edcef76847..bd9feeb242 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 1741d94abe..e30820e826 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 f6d22c1ec0..6724741f69 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 ad0852faf4..24daede78e 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 fa84356552..37424c0666 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 64defa1986..91a97b5559 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 b9eff1c0e3..8b76b2b4c8 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 bbf51a1e9a..f113b7302f 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 92cc374851..b4356d47cc 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 08df7b38d5..e5910efdac 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 1ad7fc5e2c..7d46f0e5cd 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 e8afd7c917..4418984233 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 362a73b6c7..84c8100e1b 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 e402858b0d..c454f6ee30 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 ae2bf31307..f72f3c094c 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 ae2bf31307..f72f3c094c 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 5bcf291198..afc9b0bdc5 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 6e7846341e..1bf5ca671c 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 4a0e27583d..b3c26c6267 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 ba038d3362..4877f86e81 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 5537bcf16c..73433a1e47 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 c3ee13c4b0..1622c20560 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 f83241651d..8b68012f7d 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 935060054d..35a89033e8 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 d637320bcb..7b556af38c 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 2f4b327d36..4166a4728f 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 ae2bf31307..f72f3c094c 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 6170ee7278..8f1be27903 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 4f7d27abe5..56d2c4cf94 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 ae2bf31307..f72f3c094c 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 e730128cdc..c91270f568 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 5542bc4e21..25ae59d71b 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 a3c68d7974..f9c3bdec8d 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 1480d0df11..ba62632ecb 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 f4daa81fe3..27611b6f8b 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 765a862325..31dbfab064 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 9755bc2854..844c14ebf4 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 7f9b452be5..0bbec9cdf0 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 87a085b98e..60df5e7f15 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 cca744eedd..75bbc22895 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 51e0b30d37..8b2c167394 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 3563f85081..e82e046a11 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 7e771626a1..eb0b7a2e66 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 0415491bb8..b227abda1a 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 6fec77b4fd..19f255a6c5 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 8de3ca320b..cf92c5238e 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 dd363865d9..edab641fd4 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 56dd91ccf2..46f9aec12e 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 e867199956..b669f8f659 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 3c34545888..63783073b1 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 f0cd5dedc1..b5c9eba437 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 76aa30c149..bc94c5a6f6 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 32d35e793e..edd70e94c9 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 0e97bb38b7..00fd3c9171 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 c2aa29c9d0..46087605ad 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 7dae0da60d..782da0f525 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 7ccc219d59..fb6fe50e33 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 08046c7fa8..99d755d8e5 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 261b632d5c..a4ec696250 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 3407855c3f..29f5a9067c 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 fbcebf3187..6a0cb44297 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 ce9d0e3b57..28f2a0dc6e 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 31b3e6459d..77b6f71064 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 c8224f478c..0e95851bd2 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 03b70b036f..c0685defc4 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 1a61ac0a50..722fb349da 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 b7eb85c19c..b1b4082aae 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 a173cf63ca..edbf185a00 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 86aa56f2f9..d204951b04 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 54de1e7c17..d4412377d9 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 b4c8312f8b..46b09fdf03 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 dbf7ccf6b8..6e79738d83 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 18c06ac9d3..5134c0db47 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 686f106c9a..8fb6aed56c 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 1baedecb7f..c8799c3199 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 7e1fc1a06e..cc959079d2 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 683adc8078..20d23074da 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 c033856fc9..24da498910 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 fc87a5f52b..9cab6f5a10 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 badd668d3d..591aaa21a0 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 21e7e7ea0e..c6ec0e3bf6 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 cb61ecf66f..ef8ac510c8 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 ccee7c9921..a6ed51dd4f 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 0264e5e676..1d36946eed 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 3861301033..0998294d3e 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 a5b97499f2..a567ae7851 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 60fcd55a93..7ba8b112c1 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 273bbb704d..52de65f90a 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 acc968c196..9443237666 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 19307b485f..c079c9598d 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 56aa1eb833..8fabf551cd 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 678fc95588..913f3d7579 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 9c084a1959..a1a24651fd 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 52e5da0147..1bfa217e16 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 bfd67abdfb..560ffea7e8 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 7a67727888..5cbf9073db 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 96fe2dd347..79f9579706 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 eb2c424f4f..01edb1d57e 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 8b4a7969df..8cc31a4e01 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 74ca8c1fad..76ac06d756 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 f1c25bc5bc..136d071711 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 7a1044c5e1..94a66e760d 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 f51fe241a3..b3a4c5e8b1 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 72c16064b9..a74258fb84 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 21769120e7..cb73361c18 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 4209a071d8..cda83fd1a9 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 b63e8b913e..66aa9427f5 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 fd754caf52..ce036735e4 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 f4f011510e..993cd659c4 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 d903d7c3d6..ba280ce1ff 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 19224f1e8a..b5666cd757 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 801060b98b..8a07b4cb8f 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 0afc622fba..2bdf536742 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 620f842bdc..742f508dde 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 84b8a40bfb..6fa000ee1f 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 1fa193a577..e90b81c767 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 f021449439..bc83a0b334 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 0777732c22..a5e76a5113 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 d73f69a2f4..dacfc95863 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 ff9a4bf8ae..ee33a8d21d 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 43495b5142..046a7f5acf 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 300788c9bc..be0b0993e3 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 059a7ba790..c7d649a89e 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 47c4e45ba1..931d4d1cad 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 9586cfd4c0..a870dec990 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 fcec398eb3..489322177a 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 af7403656f..1e2f87b403 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 7326fad478..913968e2a5 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 7e0ca9edc1..d96f6fa63f 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 501e73a9ab..2316635c06 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 e827152f01..7df4a19686 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 d3767714af..ebf0963f1f 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 d4b36738f7..71bb2e32c1 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 b0a0a8d083..ce7c852735 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 ad88168c77..3d0270f282 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 aabe281680..c6233ddd8f 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 8e9bb3f853..2fe27a60d2 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 ea81897a90..1b9eb92208 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 7fa2dd5698..db6e1e5d98 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 15d96b2239..7da487bd53 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 4c6d27e333..779605964e 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 00c8a6c440..b73264106b 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 ebb8bbfe46..e9f38478f4 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 58c3075c92..b850777cbd 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 6a07a63ef8..2edc70b732 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 0123f81d88..1fdbb9687e 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 41e388491f..de0d2da5f8 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 cf896581e9..0f91f313a6 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 0a1e717203..3612c96e85 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 52d93ed6ed..d1e4ab41af 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 de4fb5c904..e798358984 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 aff044b270..1a1960a0d2 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 275653e1a7..7d116b560c 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 671a2f65e6..8ead5e80ac 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 09415b71a4..6e88fbb729 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 275653e1a7..7d116b560c 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 275653e1a7..7d116b560c 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 275653e1a7..7d116b560c 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 661367965e..3c84095efc 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 e1432b8e54..f9b33dcffe 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 8994a713c3..f50573e095 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 9213529709..e66cc16140 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 1cb577a850..44b4996e3a 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 6ced112dd6..1a231c5177 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 b4b8a7e355..054a780d8e 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 61b52ad1e6..3c8e2e52d2 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 033d1aece0..d0853a4aff 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 7874baa788..dd50bc1961 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 ffc4c4fe29..a85a96cb75 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 5cc70c6ff7..eb43676567 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 1440cc9ca6..2d37b4e88d 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 b42b2bd8f4..5d1dcd0e21 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 41d0f76065..523dbd4455 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 7ce1fb23bb..68d3a72d69 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 2dd229f019..4b3abe66f6 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 e8c5dda4c4..c6ae0e0945 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 cd58fff987..515857e69a 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 d36ad8acda..03fe9950b4 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 0ddc887002..3af7776a58 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 ccf008940d..e57fad08d4 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 8d95b9c786..e5ed23b0e8 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 0d295221e6..f4e2f1febd 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 9f4275d690..eefa7e2afd 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 622fd16aa4..a43a0c0833 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 c9fa4636cb..30c82ed0d6 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 f6fd957e57..2679d39b09 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 32d77b666c..152c25b964 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 5c1f6ce9c4..7a135ff15b 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 8dcb31aa00..5e58d7c834 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 f8bbaf65d8..9c63cd8cc0 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 5237d3b6bd..ec8c2464fa 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 00e0150e77..7ac475d2c3 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 392fe161f7..286ff59eaa 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 5e22b317c2..91a85fca7d 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 94e6b725a4..0636ec5e34 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 8302b042ae..9a8ae58fce 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 f87012126a..b2dde26fc2 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 83ed53225b..5f906fe233 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 8d80c46d1e..dba48901c4 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 94e6b725a4..0636ec5e34 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 16a9cecb44..ba72f0edde 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 fabcfb1de9..d231336128 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 6a923c9592..ac37e9150f 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 82ffaf1d26..512d58630b 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 c1b1b9bca3..753851414c 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 534c7212ff..a593715add 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 73ce4f4029..c799e1203b 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 7383585fab..8b5188cf96 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 ae2bf31307..f72f3c094c 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 c0f6430ea1..b4e5ba73c4 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 a01a604c0c..3b9f7f8967 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 ae2bf31307..f72f3c094c 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 73319108c4..a1dc4e6b03 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 ae2bf31307..f72f3c094c 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 d5d77725f0..02f7f84bfd 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 ae2bf31307..f72f3c094c 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 ad14eaf9c9..2599a618ee 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 ae2bf31307..f72f3c094c 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 23eb6fc526..85cb56f52c 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 ae2bf31307..f72f3c094c 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 f9fe149948..142ea785e1 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 ab80e40dd8..1f5a2bb3e4 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 3c0a33a03e..d81f9029aa 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 f49bfe5ef7..c8a2994393 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 3ffb1760ae..d9797a48ba 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 81e38fce38..1f8edd0d1d 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 afbb1f9c68..6d93498a7b 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 d8d04ca5cf..1b6ac79fa5 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 f4bc381854..471d648e04 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 724dab7064..a35d34aa56 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 77f1425e58..b2872cdc52 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"