diff --git a/configs/Kconfig b/configs/Kconfig index a74b9bbac12..1ff387c4267 100644 --- a/configs/Kconfig +++ b/configs/Kconfig @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # choice @@ -1053,11 +1053,9 @@ config ARCH_BOARD_Z80SIM depends on ARCH_CHIP_Z80 select ARCH_HAVE_UART ---help--- - z80 Microcontroller. This port uses a Z80 instruction set simulator. - That simulator can be found in the NuttX GIT at - https://bitbucket.org/patacongo/nuttx/src/master/misc/sims/z80sim. - This port also uses the SDCC toolchain (http://sdcc.sourceforge.net/") - (verified with version 2.6.0). + z80 Microcontroller. This port uses a Z80 instruction set simulator + called z80sim. This port also uses the SDCC toolchain + (http://sdcc.sourceforge.net/") (verified with version 2.6.0). config ARCH_BOARD_Z8ENCORE000ZCO bool "ZiLOG Z8ENCORE000ZCO Development Kit" diff --git a/configs/README.txt b/configs/README.txt index 512c99ff04a..a555757cf60 100644 --- a/configs/README.txt +++ b/configs/README.txt @@ -681,11 +681,9 @@ configs/z16f2800100zcog development environment is Cygwin under WinXP. configs/z80sim - z80 Microcontroller. This port uses a Z80 instruction set simulator. - That simulator can be found in the NuttX GIT at - https://bitbucket.org/patacongo/nuttx/src/master/misc/sims/z80sim. - This port also uses the SDCC toolchain (http://sdcc.sourceforge.net/") - (verified with version 2.6.0). + z80 Microcontroller. This port uses a Z80 instruction set simulator + called z80sim. This port also uses the SDCC toolchain + (http://sdcc.sourceforge.net/") (verified with version 2.6.0). configs/z8encore000zco z8Encore! Microcontroller. This port use the Zilog z8encore000zco diff --git a/configs/amber/Kconfig b/configs/amber/Kconfig index ae2bf31307d..f72f3c094ce 100644 --- a/configs/amber/Kconfig +++ b/configs/amber/Kconfig @@ -1,4 +1,4 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # diff --git a/configs/amber/README.txt b/configs/amber/README.txt index b80d872f95a..5d5d845be46 100644 --- a/configs/amber/README.txt +++ b/configs/amber/README.txt @@ -200,7 +200,7 @@ Buildroot: following section for details on building this toolchain. It is assumed in some places that buildroot toolchain is available - at ../misc/buildroot/build_avr. Edit the setenv.sh file if + at ../buildroot/build_avr. Edit the setenv.sh file if this is not the case. After configuring NuttX, make sure that CONFIG_AVR_BUILDROOT=y is set in your @@ -512,7 +512,7 @@ Common Configuration Notes change a configurations using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. diff --git a/configs/amber/hello/setenv.sh b/configs/amber/hello/setenv.sh index 9b350a2c4eb..dc97e70b62a 100755 --- a/configs/amber/hello/setenv.sh +++ b/configs/amber/hello/setenv.sh @@ -55,7 +55,7 @@ fi # This is the Cygwin path to the location where I build the buildroot # toolchain. -export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_avr/staging_dir/bin" +export TOOLCHAIN_BIN="${WD}/../buildroot/build_avr/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/arduino-due/Kconfig b/configs/arduino-due/Kconfig index 7fdfd6f361b..00c4c1bbce9 100644 --- a/configs/arduino-due/Kconfig +++ b/configs/arduino-due/Kconfig @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # if ARCH_BOARD_ARDUINO_DUE diff --git a/configs/arduino-due/README.txt b/configs/arduino-due/README.txt index 45fe21cc8a8..1c49abe96b3 100644 --- a/configs/arduino-due/README.txt +++ b/configs/arduino-due/README.txt @@ -875,7 +875,7 @@ Configurations change any of these configurations using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. diff --git a/configs/arduino-due/nsh/setenv.sh b/configs/arduino-due/nsh/setenv.sh index 22cf17ce763..d35b22620e1 100755 --- a/configs/arduino-due/nsh/setenv.sh +++ b/configs/arduino-due/nsh/setenv.sh @@ -67,7 +67,7 @@ fi # This is the Cygwin path to the location where I build the buildroot # toolchain. -export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # This is the Cygwin path to the location where I have the Arduino BOSSA program export BOSSA_BIN="/cygdrive/c/Program Files (x86)/Arduino/arduino-1.5.2/hardware/tools" diff --git a/configs/avr32dev1/Kconfig b/configs/avr32dev1/Kconfig index 3312fdfd459..1337201975a 100644 --- a/configs/avr32dev1/Kconfig +++ b/configs/avr32dev1/Kconfig @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # if ARCH_BOARD_AVR32DEV1 diff --git a/configs/avr32dev1/README.txt b/configs/avr32dev1/README.txt index a8d536c6052..45cd07dd313 100644 --- a/configs/avr32dev1/README.txt +++ b/configs/avr32dev1/README.txt @@ -447,7 +447,7 @@ Common Configuration Notes change a configurations using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. diff --git a/configs/c5471evm/Kconfig b/configs/c5471evm/Kconfig index cadb1d12a14..c9532532f1b 100644 --- a/configs/c5471evm/Kconfig +++ b/configs/c5471evm/Kconfig @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # if ARCH_BOARD_C5471EVM diff --git a/configs/c5471evm/README.txt b/configs/c5471evm/README.txt index 96b17b8c658..3dd4d8ce069 100644 --- a/configs/c5471evm/README.txt +++ b/configs/c5471evm/README.txt @@ -142,7 +142,7 @@ Common Configuration Notes change a configurations using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. diff --git a/configs/c5471evm/httpd/setenv.sh b/configs/c5471evm/httpd/setenv.sh index 8a0197ab4b9..aef64269b77 100755 --- a/configs/c5471evm/httpd/setenv.sh +++ b/configs/c5471evm/httpd/setenv.sh @@ -65,7 +65,7 @@ fi # This is the Cygwin path to the location where I build the buildroot # toolchain. -export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/c5471evm/nettest/setenv.sh b/configs/c5471evm/nettest/setenv.sh index a56e7a72596..ed696a72e8a 100755 --- a/configs/c5471evm/nettest/setenv.sh +++ b/configs/c5471evm/nettest/setenv.sh @@ -65,7 +65,7 @@ fi # This is the Cygwin path to the location where I build the buildroot # toolchain. -export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/c5471evm/nsh/setenv.sh b/configs/c5471evm/nsh/setenv.sh index 95d2af46e70..ccf5d8fa336 100755 --- a/configs/c5471evm/nsh/setenv.sh +++ b/configs/c5471evm/nsh/setenv.sh @@ -65,7 +65,7 @@ fi # This is the Cygwin path to the location where I build the buildroot # toolchain. -export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/cc3200-launchpad/Kconfig b/configs/cc3200-launchpad/Kconfig index 019cd50b991..dd58cd41178 100644 --- a/configs/cc3200-launchpad/Kconfig +++ b/configs/cc3200-launchpad/Kconfig @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # if ARCH_BOARD_CC3200_LAUNCHPAD diff --git a/configs/cc3200-launchpad/nsh/setenv.sh b/configs/cc3200-launchpad/nsh/setenv.sh index 92934b47624..3a1e376dccf 100644 --- a/configs/cc3200-launchpad/nsh/setenv.sh +++ b/configs/cc3200-launchpad/nsh/setenv.sh @@ -64,7 +64,7 @@ fi # This is the Cygwin path to the location where I build the buildroot # toolchain. -export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # The cc3200-launchpad/tools directory export TOOL_DIR="${WD}/configs/cc3200-launchpad/tools" diff --git a/configs/cloudctrl/Kconfig b/configs/cloudctrl/Kconfig index a98bcae4c0a..7008de2c6de 100644 --- a/configs/cloudctrl/Kconfig +++ b/configs/cloudctrl/Kconfig @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # if ARCH_BOARD_CLOUDCTRL diff --git a/configs/cloudctrl/README.txt b/configs/cloudctrl/README.txt index 0897fdd211a..ff34426776c 100644 --- a/configs/cloudctrl/README.txt +++ b/configs/cloudctrl/README.txt @@ -352,8 +352,8 @@ NuttX EABI buildroot Toolchain -export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++ Lite/bin" +#export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++ Lite/bin" - -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" - +export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" + -#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" + +export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" See the file configs/README.txt in the buildroot source tree. That has more detailed PLUS some special instructions that you will need to follow if you are diff --git a/configs/cloudctrl/nsh/setenv.sh b/configs/cloudctrl/nsh/setenv.sh index 6d341313e2f..143201e3bd9 100644 --- a/configs/cloudctrl/nsh/setenv.sh +++ b/configs/cloudctrl/nsh/setenv.sh @@ -67,7 +67,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++ # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # This is the path to the tools/ subdirectory export TOOLS_DIR="${WD}/configs/shenzhou/tools" diff --git a/configs/compal_e86/Kconfig b/configs/compal_e86/Kconfig index ae2bf31307d..f72f3c094ce 100644 --- a/configs/compal_e86/Kconfig +++ b/configs/compal_e86/Kconfig @@ -1,4 +1,4 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # diff --git a/configs/compal_e86/nsh_highram/setenv.sh b/configs/compal_e86/nsh_highram/setenv.sh index 69ace4c73ab..3828a56504e 100644 --- a/configs/compal_e86/nsh_highram/setenv.sh +++ b/configs/compal_e86/nsh_highram/setenv.sh @@ -66,7 +66,7 @@ fi # This is the Cygwin path to the location where I build the buildroot # toolchain. -export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/compal_e88/Kconfig b/configs/compal_e88/Kconfig index ae2bf31307d..f72f3c094ce 100644 --- a/configs/compal_e88/Kconfig +++ b/configs/compal_e88/Kconfig @@ -1,4 +1,4 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # diff --git a/configs/compal_e88/nsh_highram/setenv.sh b/configs/compal_e88/nsh_highram/setenv.sh index d5be870e636..0693ede0ac2 100644 --- a/configs/compal_e88/nsh_highram/setenv.sh +++ b/configs/compal_e88/nsh_highram/setenv.sh @@ -40,7 +40,7 @@ fi if [ -z ${PATH_ORIG} ]; then export PATH_ORIG=${PATH}; fi WD=`pwd` -export BUILDROOT_BIN=${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin +export BUILDROOT_BIN=${WD}/../buildroot/build_arm_nofpu/staging_dir/bin export PATH=${BUILDROOT_BIN}:/sbin:/usr/sbin:${PATH_ORIG} echo "PATH : ${PATH}" diff --git a/configs/compal_e99/Kconfig b/configs/compal_e99/Kconfig index 66bfd6bb4da..e7d03fb148d 100644 --- a/configs/compal_e99/Kconfig +++ b/configs/compal_e99/Kconfig @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # if ARCH_BOARD_COMPALE99 diff --git a/configs/compal_e99/README.txt b/configs/compal_e99/README.txt index 7fb51cd5331..646cdcf59cb 100644 --- a/configs/compal_e99/README.txt +++ b/configs/compal_e99/README.txt @@ -68,7 +68,7 @@ Configurations change a configurations using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. diff --git a/configs/compal_e99/nsh_compalram/setenv.sh b/configs/compal_e99/nsh_compalram/setenv.sh index edb38527ce8..16a2fe30fa8 100644 --- a/configs/compal_e99/nsh_compalram/setenv.sh +++ b/configs/compal_e99/nsh_compalram/setenv.sh @@ -55,7 +55,7 @@ fi # This is the Cygwin path to the location where I build the buildroot # toolchain. -export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/compal_e99/nsh_highram/setenv.sh b/configs/compal_e99/nsh_highram/setenv.sh index edb38527ce8..16a2fe30fa8 100644 --- a/configs/compal_e99/nsh_highram/setenv.sh +++ b/configs/compal_e99/nsh_highram/setenv.sh @@ -55,7 +55,7 @@ fi # This is the Cygwin path to the location where I build the buildroot # toolchain. -export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/demo9s12ne64/Kconfig b/configs/demo9s12ne64/Kconfig index 3f685365b3b..b18dd362043 100644 --- a/configs/demo9s12ne64/Kconfig +++ b/configs/demo9s12ne64/Kconfig @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # if ARCH_BOARD_DEMOS92S12NEC64 diff --git a/configs/demo9s12ne64/README.txt b/configs/demo9s12ne64/README.txt index b544bdceb0a..99863356e31 100644 --- a/configs/demo9s12ne64/README.txt +++ b/configs/demo9s12ne64/README.txt @@ -376,7 +376,7 @@ Common Configuration Notes change a configurations using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. diff --git a/configs/demo9s12ne64/ostest/setenv.sh b/configs/demo9s12ne64/ostest/setenv.sh index b78b638a30f..8f47650ca5e 100755 --- a/configs/demo9s12ne64/ostest/setenv.sh +++ b/configs/demo9s12ne64/ostest/setenv.sh @@ -40,7 +40,7 @@ fi if [ -z "${PATH_ORIG}" ]; then export PATH_ORIG="${PATH}"; fi WD=`pwd` -export BUILDROOT_BIN="${WD}/../misc/buildroot/build_m9s12x/staging_dir/bin" +export BUILDROOT_BIN="${WD}/../buildroot/build_m9s12x/staging_dir/bin" export PATH="${BUILDROOT_BIN}:${RIDE_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" echo "PATH : ${PATH}" diff --git a/configs/dk-tm4c129x/Kconfig b/configs/dk-tm4c129x/Kconfig index 27e1b933cdb..82dfdc0d664 100644 --- a/configs/dk-tm4c129x/Kconfig +++ b/configs/dk-tm4c129x/Kconfig @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # if ARCH_BOARD_DK_TM4C129X diff --git a/configs/dk-tm4c129x/README.txt b/configs/dk-tm4c129x/README.txt index 58829309bb5..8a251291bc0 100644 --- a/configs/dk-tm4c129x/README.txt +++ b/configs/dk-tm4c129x/README.txt @@ -679,7 +679,7 @@ Where is one of the following: change this configuration using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. diff --git a/configs/dk-tm4c129x/ipv6/setenv.sh b/configs/dk-tm4c129x/ipv6/setenv.sh index ff33ae94378..602357a5ad4 100755 --- a/configs/dk-tm4c129x/ipv6/setenv.sh +++ b/configs/dk-tm4c129x/ipv6/setenv.sh @@ -64,7 +64,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code # This is the Cygwin path to the location where I build the buildroot # toolchain. -# export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +# export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # The dk-tm4c129x/tools directory export TOOL_DIR="${WD}/configs/dk-tm4c129x/tools" diff --git a/configs/dk-tm4c129x/nsh/setenv.sh b/configs/dk-tm4c129x/nsh/setenv.sh index 5352abbd9d6..0d2841b39cf 100755 --- a/configs/dk-tm4c129x/nsh/setenv.sh +++ b/configs/dk-tm4c129x/nsh/setenv.sh @@ -64,7 +64,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code # This is the Cygwin path to the location where I build the buildroot # toolchain. -# export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +# export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # The dk-tm4c129x/tools directory export TOOL_DIR="${WD}/configs/dk-tm4c129x/tools" diff --git a/configs/ea3131/Kconfig b/configs/ea3131/Kconfig index 6db78472b19..d46e750fc1b 100644 --- a/configs/ea3131/Kconfig +++ b/configs/ea3131/Kconfig @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # if ARCH_BOARD_EA3131 diff --git a/configs/ea3131/README.txt b/configs/ea3131/README.txt index f50b1d1f542..2a8c518240e 100644 --- a/configs/ea3131/README.txt +++ b/configs/ea3131/README.txt @@ -618,7 +618,7 @@ Common Configuration Notes change a configurations using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. diff --git a/configs/ea3131/nsh/setenv.sh b/configs/ea3131/nsh/setenv.sh index 0206c686e93..d40da9a3c91 100755 --- a/configs/ea3131/nsh/setenv.sh +++ b/configs/ea3131/nsh/setenv.sh @@ -54,7 +54,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++ # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # This is the path to the tools subdirectory diff --git a/configs/ea3131/pgnsh/setenv.sh b/configs/ea3131/pgnsh/setenv.sh index 17afa39df94..5d23d671899 100755 --- a/configs/ea3131/pgnsh/setenv.sh +++ b/configs/ea3131/pgnsh/setenv.sh @@ -54,7 +54,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++ # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # This is the path to the tools subdirectory diff --git a/configs/ea3131/usbserial/setenv.sh b/configs/ea3131/usbserial/setenv.sh index 01a5dde2a35..23d9bb74ade 100755 --- a/configs/ea3131/usbserial/setenv.sh +++ b/configs/ea3131/usbserial/setenv.sh @@ -54,7 +54,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++ # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # This is the path to the tools subdirectory diff --git a/configs/ea3152/Kconfig b/configs/ea3152/Kconfig index 38108f9240a..62ca586247b 100644 --- a/configs/ea3152/Kconfig +++ b/configs/ea3152/Kconfig @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # if ARCH_BOARD_EA3152 diff --git a/configs/ea3152/ostest/setenv.sh b/configs/ea3152/ostest/setenv.sh index d65858918e0..1e4c5b3abf7 100755 --- a/configs/ea3152/ostest/setenv.sh +++ b/configs/ea3152/ostest/setenv.sh @@ -54,7 +54,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++ # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # This is the path to the tools subdirectory diff --git a/configs/eagle100/Kconfig b/configs/eagle100/Kconfig index 8f4df430573..171058d4b46 100644 --- a/configs/eagle100/Kconfig +++ b/configs/eagle100/Kconfig @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # if ARCH_BOARD_EAGLE100 diff --git a/configs/eagle100/README.txt b/configs/eagle100/README.txt index b5edc6abc20..9742bec9cfd 100644 --- a/configs/eagle100/README.txt +++ b/configs/eagle100/README.txt @@ -360,7 +360,7 @@ Common Configuration Notes change a configurations using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. diff --git a/configs/eagle100/httpd/setenv.sh b/configs/eagle100/httpd/setenv.sh index ede9c276900..a22e3372ecd 100755 --- a/configs/eagle100/httpd/setenv.sh +++ b/configs/eagle100/httpd/setenv.sh @@ -68,7 +68,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/eagle100/nettest/setenv.sh b/configs/eagle100/nettest/setenv.sh index 5d12d78cfc6..71c2c259adc 100755 --- a/configs/eagle100/nettest/setenv.sh +++ b/configs/eagle100/nettest/setenv.sh @@ -55,7 +55,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/eagle100/nsh/setenv.sh b/configs/eagle100/nsh/setenv.sh index cd871050320..decabe3812c 100755 --- a/configs/eagle100/nsh/setenv.sh +++ b/configs/eagle100/nsh/setenv.sh @@ -54,7 +54,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++ # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/eagle100/nxflat/setenv.sh b/configs/eagle100/nxflat/setenv.sh index b75bdf15dca..5ccd8420935 100755 --- a/configs/eagle100/nxflat/setenv.sh +++ b/configs/eagle100/nxflat/setenv.sh @@ -68,7 +68,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/eagle100/thttpd/setenv.sh b/configs/eagle100/thttpd/setenv.sh index 93fc9f79865..cd258206581 100755 --- a/configs/eagle100/thttpd/setenv.sh +++ b/configs/eagle100/thttpd/setenv.sh @@ -68,7 +68,7 @@ fi # This is the Cygwin path to the location where I build the buildroot # toolchain. -export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/efm32-g8xx-stk/Kconfig b/configs/efm32-g8xx-stk/Kconfig index 8f6559c91cc..610f66f55d5 100644 --- a/configs/efm32-g8xx-stk/Kconfig +++ b/configs/efm32-g8xx-stk/Kconfig @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # if ARCH_BOARD_EFM32G8XXSTK diff --git a/configs/efm32-g8xx-stk/README.txt b/configs/efm32-g8xx-stk/README.txt index 7999d248c8b..3f569bcd81e 100644 --- a/configs/efm32-g8xx-stk/README.txt +++ b/configs/efm32-g8xx-stk/README.txt @@ -254,7 +254,7 @@ CONFIGURATIONS change this configuration using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. diff --git a/configs/efm32-g8xx-stk/nsh/setenv.sh b/configs/efm32-g8xx-stk/nsh/setenv.sh index bf73cc9af11..22032bba658 100755 --- a/configs/efm32-g8xx-stk/nsh/setenv.sh +++ b/configs/efm32-g8xx-stk/nsh/setenv.sh @@ -55,7 +55,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++ # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/efm32gg-stk3700/Kconfig b/configs/efm32gg-stk3700/Kconfig index 7dea480abf1..8dc5ea132c7 100644 --- a/configs/efm32gg-stk3700/Kconfig +++ b/configs/efm32gg-stk3700/Kconfig @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # if ARCH_BOARD_EFM32GG_STK3700 diff --git a/configs/efm32gg-stk3700/README.txt b/configs/efm32gg-stk3700/README.txt index 15bc1b549c5..c554259255f 100644 --- a/configs/efm32gg-stk3700/README.txt +++ b/configs/efm32gg-stk3700/README.txt @@ -205,7 +205,7 @@ Configurations change this configuration using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. diff --git a/configs/efm32gg-stk3700/nsh/setenv.sh b/configs/efm32gg-stk3700/nsh/setenv.sh index bf73cc9af11..22032bba658 100755 --- a/configs/efm32gg-stk3700/nsh/setenv.sh +++ b/configs/efm32gg-stk3700/nsh/setenv.sh @@ -55,7 +55,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++ # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/ekk-lm3s9b96/Kconfig b/configs/ekk-lm3s9b96/Kconfig index 25af26f3c6e..f7c0e124732 100644 --- a/configs/ekk-lm3s9b96/Kconfig +++ b/configs/ekk-lm3s9b96/Kconfig @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # if ARCH_BOARD_EKKLM3S9B96 diff --git a/configs/ekk-lm3s9b96/nsh/setenv.sh b/configs/ekk-lm3s9b96/nsh/setenv.sh index a9564a3e7db..281a71aa38e 100755 --- a/configs/ekk-lm3s9b96/nsh/setenv.sh +++ b/configs/ekk-lm3s9b96/nsh/setenv.sh @@ -56,7 +56,7 @@ fi # This is the Cygwin path to the location where I build the buildroot # toolchain. -export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/ez80f910200kitg/Kconfig b/configs/ez80f910200kitg/Kconfig index ae2bf31307d..f72f3c094ce 100644 --- a/configs/ez80f910200kitg/Kconfig +++ b/configs/ez80f910200kitg/Kconfig @@ -1,4 +1,4 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # diff --git a/configs/ez80f910200kitg/README.txt b/configs/ez80f910200kitg/README.txt index fa620081012..d40ac430376 100644 --- a/configs/ez80f910200kitg/README.txt +++ b/configs/ez80f910200kitg/README.txt @@ -89,7 +89,7 @@ available: change this configuration using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. diff --git a/configs/ez80f910200zco/Kconfig b/configs/ez80f910200zco/Kconfig index ae2bf31307d..f72f3c094ce 100644 --- a/configs/ez80f910200zco/Kconfig +++ b/configs/ez80f910200zco/Kconfig @@ -1,4 +1,4 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # diff --git a/configs/ez80f910200zco/README.txt b/configs/ez80f910200zco/README.txt index 10d3a931138..ef71dc4ec14 100644 --- a/configs/ez80f910200zco/README.txt +++ b/configs/ez80f910200zco/README.txt @@ -90,7 +90,7 @@ Common Configuration Notes change this configurations using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. diff --git a/configs/fire-stm32v2/Kconfig b/configs/fire-stm32v2/Kconfig index c731f97cc9d..e423f8a2c2b 100644 --- a/configs/fire-stm32v2/Kconfig +++ b/configs/fire-stm32v2/Kconfig @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # comment "M3 Wildfire Configuration" diff --git a/configs/fire-stm32v2/nsh/setenv.sh b/configs/fire-stm32v2/nsh/setenv.sh index 25afca04c72..072fae772c9 100755 --- a/configs/fire-stm32v2/nsh/setenv.sh +++ b/configs/fire-stm32v2/nsh/setenv.sh @@ -67,7 +67,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++ # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # This is the path to the tools/ subdirectory export TOOLS_DIR="${WD}/configs/fire-stm32v2/tools" diff --git a/configs/freedom-kl25z/Kconfig b/configs/freedom-kl25z/Kconfig index c605a0a0dc3..915e26edc45 100644 --- a/configs/freedom-kl25z/Kconfig +++ b/configs/freedom-kl25z/Kconfig @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # if ARCH_BOARD_FREEDOM_KL25Z diff --git a/configs/freedom-kl25z/README.txt b/configs/freedom-kl25z/README.txt index a88c9d36d0d..042dfcf2caa 100644 --- a/configs/freedom-kl25z/README.txt +++ b/configs/freedom-kl25z/README.txt @@ -313,7 +313,7 @@ Where is one of the following: change this configuration using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. diff --git a/configs/freedom-kl25z/minnsh/setenv.sh b/configs/freedom-kl25z/minnsh/setenv.sh index 69e5d42d91e..2541df62fdf 100644 --- a/configs/freedom-kl25z/minnsh/setenv.sh +++ b/configs/freedom-kl25z/minnsh/setenv.sh @@ -67,7 +67,7 @@ fi # This is the Cygwin path to the location where I build the buildroot # toolchain. -export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/freedom-kl25z/nsh/setenv.sh b/configs/freedom-kl25z/nsh/setenv.sh index edcf820cab1..346e6c2a522 100644 --- a/configs/freedom-kl25z/nsh/setenv.sh +++ b/configs/freedom-kl25z/nsh/setenv.sh @@ -67,7 +67,7 @@ fi # This is the Cygwin path to the location where I build the buildroot # toolchain. -export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/freedom-kl26z/Kconfig b/configs/freedom-kl26z/Kconfig index ce1bd6f282f..a2ec3c6e066 100644 --- a/configs/freedom-kl26z/Kconfig +++ b/configs/freedom-kl26z/Kconfig @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # if ARCH_BOARD_FREEDOM_KL26Z diff --git a/configs/freedom-kl26z/README.txt b/configs/freedom-kl26z/README.txt index d5345364825..f0a3ac4d9b8 100644 --- a/configs/freedom-kl26z/README.txt +++ b/configs/freedom-kl26z/README.txt @@ -291,7 +291,7 @@ Where is one of the following: change this configuration using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. diff --git a/configs/freedom-kl26z/minnsh/setenv.sh b/configs/freedom-kl26z/minnsh/setenv.sh index 11b8eabb381..755c02b4b6b 100644 --- a/configs/freedom-kl26z/minnsh/setenv.sh +++ b/configs/freedom-kl26z/minnsh/setenv.sh @@ -63,7 +63,7 @@ fi # This is the Cygwin path to the location where I build the buildroot # toolchain. -export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/freedom-kl26z/nsh/setenv.sh b/configs/freedom-kl26z/nsh/setenv.sh index 03cc130da08..1b867bb765c 100755 --- a/configs/freedom-kl26z/nsh/setenv.sh +++ b/configs/freedom-kl26z/nsh/setenv.sh @@ -63,7 +63,7 @@ fi # This is the Cygwin path to the location where I build the buildroot # toolchain. -export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/hymini-stm32v/Kconfig b/configs/hymini-stm32v/Kconfig index 8d60c1cb83f..5debd4e33ad 100644 --- a/configs/hymini-stm32v/Kconfig +++ b/configs/hymini-stm32v/Kconfig @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # if ARCH_BOARD_HYMINI_STM32V diff --git a/configs/hymini-stm32v/README.txt b/configs/hymini-stm32v/README.txt index beae9acae58..6d16ea56466 100644 --- a/configs/hymini-stm32v/README.txt +++ b/configs/hymini-stm32v/README.txt @@ -546,7 +546,7 @@ NOTES: should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. diff --git a/configs/hymini-stm32v/buttons/setenv.sh b/configs/hymini-stm32v/buttons/setenv.sh index b62f59c96fb..df0dba31803 100755 --- a/configs/hymini-stm32v/buttons/setenv.sh +++ b/configs/hymini-stm32v/buttons/setenv.sh @@ -41,7 +41,7 @@ if [ -z "${PATH_ORIG}" ]; then export PATH_ORIG="${PATH}"; fi WD=`pwd` export RIDE_BIN="/cygdrive/c/Program Files/Raisonance/Ride/arm-gcc/bin" -export BUILDROOT_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export BUILDROOT_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" export PATH="${BUILDROOT_BIN}:${RIDE_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" echo "PATH : ${PATH}" diff --git a/configs/hymini-stm32v/nsh/setenv.sh b/configs/hymini-stm32v/nsh/setenv.sh index 6298970589b..a0371cdce40 100755 --- a/configs/hymini-stm32v/nsh/setenv.sh +++ b/configs/hymini-stm32v/nsh/setenv.sh @@ -41,7 +41,7 @@ if [ -z "${PATH_ORIG}" ]; then export PATH_ORIG="${PATH}"; fi WD=`pwd` export RIDE_BIN="/cygdrive/c/Program Files/Raisonance/Ride/arm-gcc/bin" -export BUILDROOT_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export BUILDROOT_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" export PATH="${BUILDROOT_BIN}:${RIDE_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" echo "PATH : ${PATH}" diff --git a/configs/hymini-stm32v/nsh2/setenv.sh b/configs/hymini-stm32v/nsh2/setenv.sh index 97d7c799366..0f98a6e5e12 100755 --- a/configs/hymini-stm32v/nsh2/setenv.sh +++ b/configs/hymini-stm32v/nsh2/setenv.sh @@ -59,7 +59,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++ # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/hymini-stm32v/usbmsc/setenv.sh b/configs/hymini-stm32v/usbmsc/setenv.sh index 6298970589b..a0371cdce40 100755 --- a/configs/hymini-stm32v/usbmsc/setenv.sh +++ b/configs/hymini-stm32v/usbmsc/setenv.sh @@ -41,7 +41,7 @@ if [ -z "${PATH_ORIG}" ]; then export PATH_ORIG="${PATH}"; fi WD=`pwd` export RIDE_BIN="/cygdrive/c/Program Files/Raisonance/Ride/arm-gcc/bin" -export BUILDROOT_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export BUILDROOT_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" export PATH="${BUILDROOT_BIN}:${RIDE_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" echo "PATH : ${PATH}" diff --git a/configs/hymini-stm32v/usbnsh/setenv.sh b/configs/hymini-stm32v/usbnsh/setenv.sh index da890565180..e80939b3cab 100644 --- a/configs/hymini-stm32v/usbnsh/setenv.sh +++ b/configs/hymini-stm32v/usbnsh/setenv.sh @@ -41,7 +41,7 @@ if [ -z "${PATH_ORIG}" ]; then export PATH_ORIG="${PATH}"; fi WD=`pwd` export RIDE_BIN="/cygdrive/c/Program Files/Raisonance/Ride/arm-gcc/bin" -export BUILDROOT_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export BUILDROOT_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" export PATH="${BUILDROOT_BIN}:${RIDE_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" echo "PATH : ${PATH}" diff --git a/configs/hymini-stm32v/usbserial/setenv.sh b/configs/hymini-stm32v/usbserial/setenv.sh index a334f1c3c5c..6b324148d26 100755 --- a/configs/hymini-stm32v/usbserial/setenv.sh +++ b/configs/hymini-stm32v/usbserial/setenv.sh @@ -41,7 +41,7 @@ if [ -z "${PATH_ORIG}" ]; then export PATH_ORIG="${PATH}"; fi WD=`pwd` export RIDE_BIN="/cygdrive/c/Program Files/Raisonance/Ride/arm-gcc/bin" -export BUILDROOT_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export BUILDROOT_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" export PATH="${BUILDROOT_BIN}:${RIDE_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" echo "PATH : ${PATH}" diff --git a/configs/kwikstik-k40/Kconfig b/configs/kwikstik-k40/Kconfig index 5172da5e7e5..f57a1421edc 100644 --- a/configs/kwikstik-k40/Kconfig +++ b/configs/kwikstik-k40/Kconfig @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # if ARCH_BOARD_KWIKSTIK_K40 diff --git a/configs/kwikstik-k40/README.txt b/configs/kwikstik-k40/README.txt index 2d599381b6f..c6dd2fed4a1 100644 --- a/configs/kwikstik-k40/README.txt +++ b/configs/kwikstik-k40/README.txt @@ -528,7 +528,7 @@ Where is one of the following: change this configuration using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. diff --git a/configs/kwikstik-k40/ostest/setenv.sh b/configs/kwikstik-k40/ostest/setenv.sh index f158b7f7cca..790030b1fd4 100755 --- a/configs/kwikstik-k40/ostest/setenv.sh +++ b/configs/kwikstik-k40/ostest/setenv.sh @@ -54,7 +54,7 @@ fi # This is the Cygwin path to the location where I build the buildroot # toolchain. -export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/lincoln60/Kconfig b/configs/lincoln60/Kconfig index 113d41d7fda..95493a732ae 100644 --- a/configs/lincoln60/Kconfig +++ b/configs/lincoln60/Kconfig @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # if ARCH_BOARD_LINCOLN60 diff --git a/configs/lincoln60/README.txt b/configs/lincoln60/README.txt index df821c5f6b6..a7eb5f94e8a 100644 --- a/configs/lincoln60/README.txt +++ b/configs/lincoln60/README.txt @@ -494,7 +494,7 @@ Where is one of the following: change this configurations using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. @@ -528,7 +528,7 @@ Where is one of the following: change this configurations using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. diff --git a/configs/lincoln60/netnsh/setenv.sh b/configs/lincoln60/netnsh/setenv.sh index 5cb87132d52..7bf097d2ad7 100755 --- a/configs/lincoln60/netnsh/setenv.sh +++ b/configs/lincoln60/netnsh/setenv.sh @@ -65,7 +65,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Users/MyName/MentorGraphics/Sourcery_CodeBench # This is the Cygwin path to the location where I build the buildroot # toolchain. -# export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +# export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/lincoln60/nsh/setenv.sh b/configs/lincoln60/nsh/setenv.sh index 3422ad2113a..dafbb40187c 100755 --- a/configs/lincoln60/nsh/setenv.sh +++ b/configs/lincoln60/nsh/setenv.sh @@ -65,7 +65,7 @@ fi # This is the Cygwin path to the location where I build the buildroot # toolchain. -export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/lincoln60/thttpd-binfs/setenv.sh b/configs/lincoln60/thttpd-binfs/setenv.sh index c4becc26556..3addc3b1f06 100755 --- a/configs/lincoln60/thttpd-binfs/setenv.sh +++ b/configs/lincoln60/thttpd-binfs/setenv.sh @@ -65,7 +65,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Users/MyName/MentorGraphics/Sourcery_CodeBench # This is the Cygwin path to the location where I build the buildroot # toolchain. -# export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +# export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/lm3s6432-s2e/Kconfig b/configs/lm3s6432-s2e/Kconfig index f970a89c296..83ebb96025e 100644 --- a/configs/lm3s6432-s2e/Kconfig +++ b/configs/lm3s6432-s2e/Kconfig @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # if ARCH_BOARD_LM3S6432S2E diff --git a/configs/lm3s6432-s2e/nsh/setenv.sh b/configs/lm3s6432-s2e/nsh/setenv.sh index 5abb6085a2d..3cd011f121e 100644 --- a/configs/lm3s6432-s2e/nsh/setenv.sh +++ b/configs/lm3s6432-s2e/nsh/setenv.sh @@ -40,7 +40,7 @@ fi if [ -z "${PATH_ORIG}" ]; then export PATH_ORIG="${PATH}"; fi WD=`pwd` -export BUILDROOT_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export BUILDROOT_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" export PATH="${BUILDROOT_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" echo "PATH : ${PATH}" diff --git a/configs/lm3s6965-ek/Kconfig b/configs/lm3s6965-ek/Kconfig index d956f4733bc..d5a229d814c 100644 --- a/configs/lm3s6965-ek/Kconfig +++ b/configs/lm3s6965-ek/Kconfig @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # if ARCH_BOARD_LM3S6965EK diff --git a/configs/lm3s6965-ek/README.txt b/configs/lm3s6965-ek/README.txt index 343d50d3814..fa3af8aee88 100644 --- a/configs/lm3s6965-ek/README.txt +++ b/configs/lm3s6965-ek/README.txt @@ -559,7 +559,7 @@ Where is one of the following: change this configuration using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. @@ -585,7 +585,7 @@ Where is one of the following: change this configuration using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. @@ -616,7 +616,7 @@ Where is one of the following: change this configuration using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. @@ -637,7 +637,7 @@ Where is one of the following: change this configuration using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. diff --git a/configs/lm3s6965-ek/discover/setenv.sh b/configs/lm3s6965-ek/discover/setenv.sh index 479dc95e42b..9153b0edf2a 100644 --- a/configs/lm3s6965-ek/discover/setenv.sh +++ b/configs/lm3s6965-ek/discover/setenv.sh @@ -57,7 +57,7 @@ fi # This is the Cygwin path to the location where I build the buildroot # toolchain. -export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # This is the path to the LM3S6995-EK tools directory diff --git a/configs/lm3s6965-ek/nsh/setenv.sh b/configs/lm3s6965-ek/nsh/setenv.sh index 3ab4215126a..02af3f76858 100755 --- a/configs/lm3s6965-ek/nsh/setenv.sh +++ b/configs/lm3s6965-ek/nsh/setenv.sh @@ -57,7 +57,7 @@ fi # This is the Cygwin path to the location where I build the buildroot # toolchain. -export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # This is the path to the LM3S6995-EK tools directory diff --git a/configs/lm3s6965-ek/nx/setenv.sh b/configs/lm3s6965-ek/nx/setenv.sh index f92abb9f597..07ccdeecd1e 100755 --- a/configs/lm3s6965-ek/nx/setenv.sh +++ b/configs/lm3s6965-ek/nx/setenv.sh @@ -57,7 +57,7 @@ fi # This is the Cygwin path to the location where I build the buildroot # toolchain. -export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # This is the path to the LM3S6995-EK tools directory diff --git a/configs/lm3s6965-ek/tcpecho/setenv.sh b/configs/lm3s6965-ek/tcpecho/setenv.sh index 3c201724139..dd1d739b5a1 100644 --- a/configs/lm3s6965-ek/tcpecho/setenv.sh +++ b/configs/lm3s6965-ek/tcpecho/setenv.sh @@ -57,7 +57,7 @@ fi # This is the Cygwin path to the location where I build the buildroot # toolchain. -export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # This is the path to the LM3S6995-EK tools directory diff --git a/configs/lm3s8962-ek/Kconfig b/configs/lm3s8962-ek/Kconfig index dd9739f99aa..7505fb1ebf5 100644 --- a/configs/lm3s8962-ek/Kconfig +++ b/configs/lm3s8962-ek/Kconfig @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # if ARCH_BOARD_LM3S8962EK diff --git a/configs/lm3s8962-ek/README.txt b/configs/lm3s8962-ek/README.txt index 4812e9ac599..77ab094ceb5 100644 --- a/configs/lm3s8962-ek/README.txt +++ b/configs/lm3s8962-ek/README.txt @@ -463,7 +463,7 @@ Where is one of the following: change this configurations using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. @@ -493,7 +493,7 @@ Where is one of the following: change this configurations using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. diff --git a/configs/lm3s8962-ek/nsh/setenv.sh b/configs/lm3s8962-ek/nsh/setenv.sh index e9aa7ca32c0..2452b3302f5 100755 --- a/configs/lm3s8962-ek/nsh/setenv.sh +++ b/configs/lm3s8962-ek/nsh/setenv.sh @@ -55,7 +55,7 @@ fi # This is the Cygwin path to the location where I build the buildroot # toolchain. -export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/lm3s8962-ek/nx/setenv.sh b/configs/lm3s8962-ek/nx/setenv.sh index c716ddf5ef6..9909d8963a3 100755 --- a/configs/lm3s8962-ek/nx/setenv.sh +++ b/configs/lm3s8962-ek/nx/setenv.sh @@ -54,7 +54,7 @@ fi # This is the Cygwin path to the location where I build the buildroot # toolchain. -export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/lm4f120-launchpad/Kconfig b/configs/lm4f120-launchpad/Kconfig index 0e53e40234a..2586ae63bdb 100644 --- a/configs/lm4f120-launchpad/Kconfig +++ b/configs/lm4f120-launchpad/Kconfig @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # if ARCH_BOARD_LM4F120_LAUNCHPAD diff --git a/configs/lm4f120-launchpad/README.txt b/configs/lm4f120-launchpad/README.txt index 9c7e88bb2d9..bdd3fab3dc3 100644 --- a/configs/lm4f120-launchpad/README.txt +++ b/configs/lm4f120-launchpad/README.txt @@ -694,7 +694,7 @@ Where is one of the following: change this configuration using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. diff --git a/configs/lm4f120-launchpad/nsh/setenv.sh b/configs/lm4f120-launchpad/nsh/setenv.sh index 4b63eb00002..c66b7edffb2 100755 --- a/configs/lm4f120-launchpad/nsh/setenv.sh +++ b/configs/lm4f120-launchpad/nsh/setenv.sh @@ -63,7 +63,7 @@ fi # This is the Cygwin path to the location where I build the buildroot # toolchain. -export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # The lm4f120-launchpad/tools directory export TOOL_DIR="${WD}/configs/lm4f120-launchpad/tools" diff --git a/configs/lpc4330-xplorer/Kconfig b/configs/lpc4330-xplorer/Kconfig index 82597636d9c..b382072392a 100644 --- a/configs/lpc4330-xplorer/Kconfig +++ b/configs/lpc4330-xplorer/Kconfig @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # if ARCH_BOARD_LPC4330_XPLORER diff --git a/configs/lpc4330-xplorer/README.txt b/configs/lpc4330-xplorer/README.txt index 8b1a0fb3ec8..0aed73b44e7 100644 --- a/configs/lpc4330-xplorer/README.txt +++ b/configs/lpc4330-xplorer/README.txt @@ -889,7 +889,7 @@ Where is one of the following: change this configurations using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. diff --git a/configs/lpc4330-xplorer/nsh/setenv.sh b/configs/lpc4330-xplorer/nsh/setenv.sh index c5ce2099bc9..fd946191dd4 100755 --- a/configs/lpc4330-xplorer/nsh/setenv.sh +++ b/configs/lpc4330-xplorer/nsh/setenv.sh @@ -72,7 +72,7 @@ export SCRIPT_BIN="/cygdrive/c/nxp/LPCXpresso_4.2.3_292/lpcxpresso/bin" # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" #export SCRIPT_BIN= # And add the selected toolchain path[s] to the PATH variable diff --git a/configs/lpc4357-evb/Kconfig b/configs/lpc4357-evb/Kconfig index e78ffab26e5..b4a0c84cd13 100644 --- a/configs/lpc4357-evb/Kconfig +++ b/configs/lpc4357-evb/Kconfig @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # if ARCH_BOARD_LPC4357_EVB diff --git a/configs/lpc4357-evb/README.txt b/configs/lpc4357-evb/README.txt index 6f9c2b44326..b703c4cebc6 100644 --- a/configs/lpc4357-evb/README.txt +++ b/configs/lpc4357-evb/README.txt @@ -925,7 +925,7 @@ Where is one of the following: change this configurations using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. diff --git a/configs/lpc4357-evb/nsh/setenv.sh b/configs/lpc4357-evb/nsh/setenv.sh index 911a0a2da87..c40d55a27bb 100755 --- a/configs/lpc4357-evb/nsh/setenv.sh +++ b/configs/lpc4357-evb/nsh/setenv.sh @@ -73,7 +73,7 @@ export SCRIPT_BIN="/cygdrive/c/nxp/LPCXpresso_4.2.3_292/lpcxpresso/bin" # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" #export SCRIPT_BIN= # And add the selected toolchain path[s] to the PATH variable diff --git a/configs/lpcxpresso-lpc1115/Kconfig b/configs/lpcxpresso-lpc1115/Kconfig index f1e54d99c94..dc265e82468 100644 --- a/configs/lpcxpresso-lpc1115/Kconfig +++ b/configs/lpcxpresso-lpc1115/Kconfig @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # if ARCH_BOARD_LPCXPRESSO_LPC1115 diff --git a/configs/lpcxpresso-lpc1115/README.txt b/configs/lpcxpresso-lpc1115/README.txt index 8c0ca8f1f1a..5620bd0d2d5 100644 --- a/configs/lpcxpresso-lpc1115/README.txt +++ b/configs/lpcxpresso-lpc1115/README.txt @@ -756,7 +756,7 @@ Where is one of the following: change this configurations using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. diff --git a/configs/lpcxpresso-lpc1115/minnsh/setenv.sh b/configs/lpcxpresso-lpc1115/minnsh/setenv.sh index 9eeeb489829..b759188d38f 100644 --- a/configs/lpcxpresso-lpc1115/minnsh/setenv.sh +++ b/configs/lpcxpresso-lpc1115/minnsh/setenv.sh @@ -64,7 +64,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/GNU Tools ARM Embedded/4.9 # This is the Cygwin path to the location where I build the buildroot # toolchain. -# export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +# export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/lpcxpresso-lpc1115/nsh/setenv.sh b/configs/lpcxpresso-lpc1115/nsh/setenv.sh index c8595cc94a5..feaa4e84ac9 100644 --- a/configs/lpcxpresso-lpc1115/nsh/setenv.sh +++ b/configs/lpcxpresso-lpc1115/nsh/setenv.sh @@ -64,7 +64,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/GNU Tools ARM Embedded/4.9 # This is the Cygwin path to the location where I build the buildroot # toolchain. -# export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +# export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/lpcxpresso-lpc1768/Kconfig b/configs/lpcxpresso-lpc1768/Kconfig index e0504027c72..fba3ae0dc14 100644 --- a/configs/lpcxpresso-lpc1768/Kconfig +++ b/configs/lpcxpresso-lpc1768/Kconfig @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # if ARCH_BOARD_LPCXPRESSO diff --git a/configs/lpcxpresso-lpc1768/README.txt b/configs/lpcxpresso-lpc1768/README.txt index 20d33585901..a10a0365de4 100644 --- a/configs/lpcxpresso-lpc1768/README.txt +++ b/configs/lpcxpresso-lpc1768/README.txt @@ -749,7 +749,7 @@ Where is one of the following: change this configurations using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. @@ -767,7 +767,7 @@ Where is one of the following: change this configurations using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. @@ -793,7 +793,7 @@ Where is one of the following: change this configurations using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. @@ -817,7 +817,7 @@ Where is one of the following: change this configurations using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. @@ -844,7 +844,7 @@ Where is one of the following: change this configurations using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. diff --git a/configs/lpcxpresso-lpc1768/dhcpd/setenv.sh b/configs/lpcxpresso-lpc1768/dhcpd/setenv.sh index 8fd20167a63..03641fd6122 100755 --- a/configs/lpcxpresso-lpc1768/dhcpd/setenv.sh +++ b/configs/lpcxpresso-lpc1768/dhcpd/setenv.sh @@ -42,7 +42,7 @@ if [ -z "${PATH_ORIG}" ]; then export PATH_ORIG="${PATH}"; fi WD=`pwd` # This is where the buildroot might reside on a Linux or Cygwin system -# export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +# export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # This is the default install location for Code Red on Linux export TOOLCHAIN_BIN="/usr/local/LPCXpresso/tools/bin" diff --git a/configs/lpcxpresso-lpc1768/nsh/setenv.sh b/configs/lpcxpresso-lpc1768/nsh/setenv.sh index 8ef0628058d..46d5b3261fd 100755 --- a/configs/lpcxpresso-lpc1768/nsh/setenv.sh +++ b/configs/lpcxpresso-lpc1768/nsh/setenv.sh @@ -42,7 +42,7 @@ if [ -z "${PATH_ORIG}" ]; then export PATH_ORIG="${PATH}"; fi WD=`pwd` # This is where the buildroot might reside on a Linux or Cygwin system -# export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +# export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # This is the default install location for Code Red on Linux export TOOLCHAIN_BIN="/usr/local/LPCXpresso/tools/bin" diff --git a/configs/lpcxpresso-lpc1768/nx/setenv.sh b/configs/lpcxpresso-lpc1768/nx/setenv.sh index 565c16b98f6..2f04a8ac6d1 100755 --- a/configs/lpcxpresso-lpc1768/nx/setenv.sh +++ b/configs/lpcxpresso-lpc1768/nx/setenv.sh @@ -42,7 +42,7 @@ if [ -z "${PATH_ORIG}" ]; then export PATH_ORIG="${PATH}"; fi WD=`pwd` # This is where the buildroot might reside on a Linux or Cygwin system -# export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +# export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # This is the default install location for Code Red on Linux export TOOLCHAIN_BIN="/usr/local/LPCXpresso/tools/bin" diff --git a/configs/lpcxpresso-lpc1768/thttpd/setenv.sh b/configs/lpcxpresso-lpc1768/thttpd/setenv.sh index e6aded0f4b0..7156a371dde 100755 --- a/configs/lpcxpresso-lpc1768/thttpd/setenv.sh +++ b/configs/lpcxpresso-lpc1768/thttpd/setenv.sh @@ -44,7 +44,7 @@ WD=`pwd` # This is where the buildroot might reside on a Linux or Cygwin system # A minimal buildroot version with the NXFLAT tools is always required # for this configuration in order to buildthe THTTPD CGI programs -export BUILDROOT_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export BUILDROOT_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # This is the default install location for Code Red on Linux export TOOLCHAIN_BIN="/usr/local/LPCXpresso/tools/bin" diff --git a/configs/lpcxpresso-lpc1768/usbmsc/setenv.sh b/configs/lpcxpresso-lpc1768/usbmsc/setenv.sh index c0cc98f49ef..15c27bf48f9 100755 --- a/configs/lpcxpresso-lpc1768/usbmsc/setenv.sh +++ b/configs/lpcxpresso-lpc1768/usbmsc/setenv.sh @@ -42,7 +42,7 @@ if [ -z "${PATH_ORIG}" ]; then export PATH_ORIG="${PATH}"; fi WD=`pwd` # This is where the buildroot might reside on a Linux or Cygwin system -# export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +# export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # This is the default install location for Code Red on Linux export TOOLCHAIN_BIN="/usr/local/LPCXpresso/tools/bin" diff --git a/configs/maple/Kconfig b/configs/maple/Kconfig index 54d8bf631e6..ba53be6c88c 100644 --- a/configs/maple/Kconfig +++ b/configs/maple/Kconfig @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # if ARCH_BOARD_MAPLE diff --git a/configs/maple/README.txt b/configs/maple/README.txt index 53d8c6c2129..e3707178621 100644 --- a/configs/maple/README.txt +++ b/configs/maple/README.txt @@ -131,7 +131,7 @@ Configurations change any of these configurations using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. diff --git a/configs/maple/nsh/setenv.sh b/configs/maple/nsh/setenv.sh index 1ff93c1c42a..6ede0014ee4 100644 --- a/configs/maple/nsh/setenv.sh +++ b/configs/maple/nsh/setenv.sh @@ -50,7 +50,7 @@ fi # This is the Cygwin path to the location where I build the buildroot # toolchain. -export BUILDROOT_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export BUILDROOT_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # This is the path to the Spark tools directory diff --git a/configs/maple/nx/setenv.sh b/configs/maple/nx/setenv.sh index 19e37d13694..ca144ce26ce 100644 --- a/configs/maple/nx/setenv.sh +++ b/configs/maple/nx/setenv.sh @@ -50,7 +50,7 @@ fi # This is the Cygwin path to the location where I build the buildroot # toolchain. -export BUILDROOT_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export BUILDROOT_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # This is the path to the Spark tools directory diff --git a/configs/maple/usbnsh/setenv.sh b/configs/maple/usbnsh/setenv.sh index 8dcdd6bd71b..c24c1b78d59 100644 --- a/configs/maple/usbnsh/setenv.sh +++ b/configs/maple/usbnsh/setenv.sh @@ -50,7 +50,7 @@ fi # This is the Cygwin path to the location where I build the buildroot # toolchain. -export BUILDROOT_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export BUILDROOT_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # This is the path to the Spark tools directory diff --git a/configs/mbed/Kconfig b/configs/mbed/Kconfig index 5ef86f3b554..7a17db160bb 100644 --- a/configs/mbed/Kconfig +++ b/configs/mbed/Kconfig @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # if ARCH_BOARD_MBED diff --git a/configs/mbed/README.txt b/configs/mbed/README.txt index e512b5da529..8926f66bd2a 100644 --- a/configs/mbed/README.txt +++ b/configs/mbed/README.txt @@ -464,7 +464,7 @@ Configurations change any of these configurations using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. diff --git a/configs/mbed/hidkbd/setenv.sh b/configs/mbed/hidkbd/setenv.sh index 8c14957c894..c3ca070e338 100644 --- a/configs/mbed/hidkbd/setenv.sh +++ b/configs/mbed/hidkbd/setenv.sh @@ -41,7 +41,7 @@ if [ -z "${PATH_ORIG}" ]; then export PATH_ORIG="${PATH}"; fi WD=`pwd` export LPCTOOL_DIR="${WD}/configs/mbed/tools" -export BUILDROOT_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export BUILDROOT_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" export PATH="${BUILDROOT_BIN}:${LPCTOOL_DIR}:/sbin:/usr/sbin:${PATH_ORIG}" echo "PATH : ${PATH}" diff --git a/configs/mbed/nsh/setenv.sh b/configs/mbed/nsh/setenv.sh index f591fafb190..f29d9758923 100755 --- a/configs/mbed/nsh/setenv.sh +++ b/configs/mbed/nsh/setenv.sh @@ -41,7 +41,7 @@ if [ -z "${PATH_ORIG}" ]; then export PATH_ORIG="${PATH}"; fi WD=`pwd` export LPCTOOL_DIR="${WD}/configs/mbed/tools" -export BUILDROOT_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export BUILDROOT_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" export PATH="${BUILDROOT_BIN}:${LPCTOOL_DIR}:/sbin:/usr/sbin:${PATH_ORIG}" echo "PATH : ${PATH}" diff --git a/configs/mcu123-lpc214x/Kconfig b/configs/mcu123-lpc214x/Kconfig index f5582e0e8b5..f8de989edc1 100644 --- a/configs/mcu123-lpc214x/Kconfig +++ b/configs/mcu123-lpc214x/Kconfig @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # if ARCH_BOARD_MCU123 diff --git a/configs/mcu123-lpc214x/README.txt b/configs/mcu123-lpc214x/README.txt index eff638b64dc..ecee1549641 100644 --- a/configs/mcu123-lpc214x/README.txt +++ b/configs/mcu123-lpc214x/README.txt @@ -335,7 +335,7 @@ Configurations change a configurations using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. diff --git a/configs/mcu123-lpc214x/composite/setenv.sh b/configs/mcu123-lpc214x/composite/setenv.sh index a81cb395b48..841f9c05a12 100755 --- a/configs/mcu123-lpc214x/composite/setenv.sh +++ b/configs/mcu123-lpc214x/composite/setenv.sh @@ -54,7 +54,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++ # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # This is the Cygwin path to the configuration scripts directory diff --git a/configs/mcu123-lpc214x/nsh/setenv.sh b/configs/mcu123-lpc214x/nsh/setenv.sh index 256bf973f67..bfd6a39cf26 100755 --- a/configs/mcu123-lpc214x/nsh/setenv.sh +++ b/configs/mcu123-lpc214x/nsh/setenv.sh @@ -65,7 +65,7 @@ fi # This is the Cygwin path to the location where I build the buildroot # toolchain. -export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/mcu123-lpc214x/usbmsc/setenv.sh b/configs/mcu123-lpc214x/usbmsc/setenv.sh index bb60debccab..13be2d1feb2 100755 --- a/configs/mcu123-lpc214x/usbmsc/setenv.sh +++ b/configs/mcu123-lpc214x/usbmsc/setenv.sh @@ -65,7 +65,7 @@ fi # This is the Cygwin path to the location where I build the buildroot # toolchain. -export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/mcu123-lpc214x/usbserial/setenv.sh b/configs/mcu123-lpc214x/usbserial/setenv.sh index 92ac154356e..ebcf4db510f 100755 --- a/configs/mcu123-lpc214x/usbserial/setenv.sh +++ b/configs/mcu123-lpc214x/usbserial/setenv.sh @@ -65,7 +65,7 @@ fi # This is the Cygwin path to the location where I build the buildroot # toolchain. -export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/micropendous3/Kconfig b/configs/micropendous3/Kconfig index ae2bf31307d..f72f3c094ce 100644 --- a/configs/micropendous3/Kconfig +++ b/configs/micropendous3/Kconfig @@ -1,4 +1,4 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # diff --git a/configs/micropendous3/README.txt b/configs/micropendous3/README.txt index ad4c3b2d47a..f3a92e8c7f9 100644 --- a/configs/micropendous3/README.txt +++ b/configs/micropendous3/README.txt @@ -213,7 +213,7 @@ Buildroot: following section for details on building this toolchain. It is assumed in some places that buildroot toolchain is available - at ../misc/buildroot/build_avr. Edit the setenv.sh file if + at ../buildroot/build_avr. Edit the setenv.sh file if this is not the case. After configuring NuttX, make sure that CONFIG_AVR_BUILDROOT=y is set in your @@ -532,7 +532,7 @@ Common Configuration Notes change a configurations using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. diff --git a/configs/micropendous3/hello/setenv.sh b/configs/micropendous3/hello/setenv.sh index 076ab237e66..1a5f762a3e8 100755 --- a/configs/micropendous3/hello/setenv.sh +++ b/configs/micropendous3/hello/setenv.sh @@ -55,7 +55,7 @@ fi # This is the Cygwin path to the location where I build the buildroot # toolchain. -export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_avr/staging_dir/bin" +export TOOLCHAIN_BIN="${WD}/../buildroot/build_avr/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/mikroe-stm32f4/Kconfig b/configs/mikroe-stm32f4/Kconfig index 1b936cc4f56..836f13cf2b1 100644 --- a/configs/mikroe-stm32f4/Kconfig +++ b/configs/mikroe-stm32f4/Kconfig @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # if ARCH_BOARD_MIKROE_STM32F4 diff --git a/configs/mikroe-stm32f4/README.txt b/configs/mikroe-stm32f4/README.txt index 0c901d54174..076be5b227c 100644 --- a/configs/mikroe-stm32f4/README.txt +++ b/configs/mikroe-stm32f4/README.txt @@ -765,7 +765,7 @@ Where is one of the following: change this configuration using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. @@ -898,7 +898,7 @@ Where is one of the following: change this configuration using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. diff --git a/configs/mikroe-stm32f4/fulldemo/setenv.sh b/configs/mikroe-stm32f4/fulldemo/setenv.sh index ff7cf40e206..93dbf8d8cd1 100755 --- a/configs/mikroe-stm32f4/fulldemo/setenv.sh +++ b/configs/mikroe-stm32f4/fulldemo/setenv.sh @@ -68,7 +68,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/mikroe-stm32f4/kostest/setenv.sh b/configs/mikroe-stm32f4/kostest/setenv.sh index c2fc0612049..47142dcd6da 100644 --- a/configs/mikroe-stm32f4/kostest/setenv.sh +++ b/configs/mikroe-stm32f4/kostest/setenv.sh @@ -68,7 +68,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/mikroe-stm32f4/nsh/setenv.sh b/configs/mikroe-stm32f4/nsh/setenv.sh index d7466b84a95..331b1bef385 100755 --- a/configs/mikroe-stm32f4/nsh/setenv.sh +++ b/configs/mikroe-stm32f4/nsh/setenv.sh @@ -67,7 +67,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++ # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/mikroe-stm32f4/nx/setenv.sh b/configs/mikroe-stm32f4/nx/setenv.sh index ff7cf40e206..93dbf8d8cd1 100755 --- a/configs/mikroe-stm32f4/nx/setenv.sh +++ b/configs/mikroe-stm32f4/nx/setenv.sh @@ -68,7 +68,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/mikroe-stm32f4/nxlines/setenv.sh b/configs/mikroe-stm32f4/nxlines/setenv.sh index ff7cf40e206..93dbf8d8cd1 100755 --- a/configs/mikroe-stm32f4/nxlines/setenv.sh +++ b/configs/mikroe-stm32f4/nxlines/setenv.sh @@ -68,7 +68,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/mikroe-stm32f4/nxtext/setenv.sh b/configs/mikroe-stm32f4/nxtext/setenv.sh index ff7cf40e206..93dbf8d8cd1 100755 --- a/configs/mikroe-stm32f4/nxtext/setenv.sh +++ b/configs/mikroe-stm32f4/nxtext/setenv.sh @@ -68,7 +68,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/mikroe-stm32f4/usbnsh/setenv.sh b/configs/mikroe-stm32f4/usbnsh/setenv.sh index ff7cf40e206..93dbf8d8cd1 100755 --- a/configs/mikroe-stm32f4/usbnsh/setenv.sh +++ b/configs/mikroe-stm32f4/usbnsh/setenv.sh @@ -68,7 +68,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/mirtoo/Kconfig b/configs/mirtoo/Kconfig index 7fc487119b9..7fdc5a4a789 100644 --- a/configs/mirtoo/Kconfig +++ b/configs/mirtoo/Kconfig @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # if ARCH_BOARD_MIRTOO diff --git a/configs/mirtoo/README.txt b/configs/mirtoo/README.txt index 80723b82f06..11673a674c7 100644 --- a/configs/mirtoo/README.txt +++ b/configs/mirtoo/README.txt @@ -870,7 +870,7 @@ Where is one of the following: change this configurations using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. @@ -913,7 +913,7 @@ Where is one of the following: change this configurations using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. diff --git a/configs/moteino-mega/Kconfig b/configs/moteino-mega/Kconfig index ae2bf31307d..f72f3c094ce 100644 --- a/configs/moteino-mega/Kconfig +++ b/configs/moteino-mega/Kconfig @@ -1,4 +1,4 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # diff --git a/configs/moteino-mega/README.txt b/configs/moteino-mega/README.txt index 6cf9330db6c..9c3c03b1de9 100644 --- a/configs/moteino-mega/README.txt +++ b/configs/moteino-mega/README.txt @@ -260,7 +260,7 @@ Common Configuration Notes change a configurations using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. diff --git a/configs/moteino-mega/hello/setenv.sh b/configs/moteino-mega/hello/setenv.sh index 42f7ca44b2f..c61b40113a4 100755 --- a/configs/moteino-mega/hello/setenv.sh +++ b/configs/moteino-mega/hello/setenv.sh @@ -55,7 +55,7 @@ fi # This is the Cygwin path to the location where I build the buildroot # toolchain. -export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_avr/staging_dir/bin" +export TOOLCHAIN_BIN="${WD}/../buildroot/build_avr/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/moteino-mega/nsh/setenv.sh b/configs/moteino-mega/nsh/setenv.sh index ee47389b9d2..b4da5bd2ca6 100755 --- a/configs/moteino-mega/nsh/setenv.sh +++ b/configs/moteino-mega/nsh/setenv.sh @@ -55,7 +55,7 @@ fi # This is the Cygwin path to the location where I build the buildroot # toolchain. -export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_avr/staging_dir/bin" +export TOOLCHAIN_BIN="${WD}/../buildroot/build_avr/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/mx1ads/Kconfig b/configs/mx1ads/Kconfig index 4a1c145177b..df88256d45d 100644 --- a/configs/mx1ads/Kconfig +++ b/configs/mx1ads/Kconfig @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # if ARCH_BOARD_MX1ADS diff --git a/configs/mx1ads/README.txt b/configs/mx1ads/README.txt index f0fce21ea24..83b69294e3c 100644 --- a/configs/mx1ads/README.txt +++ b/configs/mx1ads/README.txt @@ -155,7 +155,7 @@ Common Configuration Notes change a configurations using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. diff --git a/configs/mx1ads/ostest/setenv.sh b/configs/mx1ads/ostest/setenv.sh index a6fb5b02ac0..e73858fc76e 100755 --- a/configs/mx1ads/ostest/setenv.sh +++ b/configs/mx1ads/ostest/setenv.sh @@ -40,7 +40,7 @@ fi if [ -z ${PATH_ORIG} ]; then export PATH_ORIG=${PATH}; fi WD=`pwd` -export BUILDROOT_BIN=${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin +export BUILDROOT_BIN=${WD}/../buildroot/build_arm_nofpu/staging_dir/bin export PATH=${BUILDROOT_BIN}:/sbin:/usr/sbin:${PATH_ORIG} echo "PATH : ${PATH}" diff --git a/configs/ne64badge/Kconfig b/configs/ne64badge/Kconfig index 44fb67fdf4d..0ee9a8ca19e 100644 --- a/configs/ne64badge/Kconfig +++ b/configs/ne64badge/Kconfig @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # if ARCH_BOARD_NE64BADGE diff --git a/configs/ne64badge/README.txt b/configs/ne64badge/README.txt index f47d43b639b..bdbd596fc3e 100644 --- a/configs/ne64badge/README.txt +++ b/configs/ne64badge/README.txt @@ -483,7 +483,7 @@ Common Configuration Notes change a configurations using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. diff --git a/configs/ne64badge/ostest/setenv.sh b/configs/ne64badge/ostest/setenv.sh index c4d6800ed54..c5aa591b494 100755 --- a/configs/ne64badge/ostest/setenv.sh +++ b/configs/ne64badge/ostest/setenv.sh @@ -40,7 +40,7 @@ fi if [ -z "${PATH_ORIG}" ]; then export PATH_ORIG="${PATH}"; fi WD=`pwd` -export BUILDROOT_BIN="${WD}/../misc/buildroot/build_m9s12x/staging_dir/bin" +export BUILDROOT_BIN="${WD}/../buildroot/build_m9s12x/staging_dir/bin" export PATH="${BUILDROOT_BIN}:${RIDE_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" echo "PATH : ${PATH}" diff --git a/configs/ntosd-dm320/Kconfig b/configs/ntosd-dm320/Kconfig index 326f73f6c7f..37166f87e5f 100644 --- a/configs/ntosd-dm320/Kconfig +++ b/configs/ntosd-dm320/Kconfig @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # if ARCH_BOARD_NTOSD_DM320 diff --git a/configs/ntosd-dm320/README.txt b/configs/ntosd-dm320/README.txt index 4c9be3cbd39..1ef7daae63a 100644 --- a/configs/ntosd-dm320/README.txt +++ b/configs/ntosd-dm320/README.txt @@ -300,7 +300,7 @@ Common Configuration Notes change a configurations using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. diff --git a/configs/ntosd-dm320/nettest/setenv.sh b/configs/ntosd-dm320/nettest/setenv.sh index 4d8e2c36e08..0f5dd758ba8 100755 --- a/configs/ntosd-dm320/nettest/setenv.sh +++ b/configs/ntosd-dm320/nettest/setenv.sh @@ -55,7 +55,7 @@ fi # This is the Cygwin path to the location where I build the buildroot # toolchain. -export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH variable export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/ntosd-dm320/nsh/setenv.sh b/configs/ntosd-dm320/nsh/setenv.sh index e44839b96c7..5bc5f24ff6e 100755 --- a/configs/ntosd-dm320/nsh/setenv.sh +++ b/configs/ntosd-dm320/nsh/setenv.sh @@ -55,7 +55,7 @@ fi # This is the Cygwin path to the location where I build the buildroot # toolchain. -export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH variable export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/ntosd-dm320/poll/setenv.sh b/configs/ntosd-dm320/poll/setenv.sh index d1125e80ea9..844983c75fe 100755 --- a/configs/ntosd-dm320/poll/setenv.sh +++ b/configs/ntosd-dm320/poll/setenv.sh @@ -55,7 +55,7 @@ fi # This is the Cygwin path to the location where I build the buildroot # toolchain. -export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH variable export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/ntosd-dm320/thttpd/setenv.sh b/configs/ntosd-dm320/thttpd/setenv.sh index cefb299efbe..a93654aeab7 100755 --- a/configs/ntosd-dm320/thttpd/setenv.sh +++ b/configs/ntosd-dm320/thttpd/setenv.sh @@ -55,7 +55,7 @@ fi # This is the Cygwin path to the location where I build the buildroot # toolchain. -export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH variable export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/ntosd-dm320/udp/setenv.sh b/configs/ntosd-dm320/udp/setenv.sh index 9af3c4dc6a6..53c94895d1c 100755 --- a/configs/ntosd-dm320/udp/setenv.sh +++ b/configs/ntosd-dm320/udp/setenv.sh @@ -55,7 +55,7 @@ fi # This is the Cygwin path to the location where I build the buildroot # toolchain. -export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH variable export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/ntosd-dm320/webserver/setenv.sh b/configs/ntosd-dm320/webserver/setenv.sh index 11a5c8c8749..07374f60b62 100755 --- a/configs/ntosd-dm320/webserver/setenv.sh +++ b/configs/ntosd-dm320/webserver/setenv.sh @@ -55,7 +55,7 @@ fi # This is the Cygwin path to the location where I build the buildroot # toolchain. -export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH variable export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/nucleo-f4x1re/Kconfig b/configs/nucleo-f4x1re/Kconfig index bdd5b9c3c56..6449f5b673c 100644 --- a/configs/nucleo-f4x1re/Kconfig +++ b/configs/nucleo-f4x1re/Kconfig @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # if ARCH_BOARD_NUCLEO_F401RE diff --git a/configs/nucleo-f4x1re/README.txt b/configs/nucleo-f4x1re/README.txt index 23b00cab48e..b360fc7586f 100644 --- a/configs/nucleo-f4x1re/README.txt +++ b/configs/nucleo-f4x1re/README.txt @@ -603,7 +603,7 @@ Configurations change this configuration using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. diff --git a/configs/nucleo-f4x1re/f401-nsh/setenv.sh b/configs/nucleo-f4x1re/f401-nsh/setenv.sh index 4608ee3d4e7..67f257ad6cc 100644 --- a/configs/nucleo-f4x1re/f401-nsh/setenv.sh +++ b/configs/nucleo-f4x1re/f401-nsh/setenv.sh @@ -56,7 +56,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code # This the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/nucleo-f4x1re/f411-nsh/setenv.sh b/configs/nucleo-f4x1re/f411-nsh/setenv.sh index e102562e27a..f4ab9bca9bf 100755 --- a/configs/nucleo-f4x1re/f411-nsh/setenv.sh +++ b/configs/nucleo-f4x1re/f411-nsh/setenv.sh @@ -56,7 +56,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code # This the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/nucleus2g/Kconfig b/configs/nucleus2g/Kconfig index 457b6bb86c0..0ad7a4136a9 100644 --- a/configs/nucleus2g/Kconfig +++ b/configs/nucleus2g/Kconfig @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # if ARCH_BOARD_NUCLEUS2G diff --git a/configs/nucleus2g/README.txt b/configs/nucleus2g/README.txt index d8ab8e30141..bb37f1071b7 100644 --- a/configs/nucleus2g/README.txt +++ b/configs/nucleus2g/README.txt @@ -533,7 +533,7 @@ Where is one of the following: change this configurations using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. @@ -554,7 +554,7 @@ Where is one of the following: change this configurations using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. diff --git a/configs/nucleus2g/nsh/setenv.sh b/configs/nucleus2g/nsh/setenv.sh index 977e0d474cf..ffdc74e9b90 100755 --- a/configs/nucleus2g/nsh/setenv.sh +++ b/configs/nucleus2g/nsh/setenv.sh @@ -41,7 +41,7 @@ if [ -z "${PATH_ORIG}" ]; then export PATH_ORIG="${PATH}"; fi WD=`pwd` export LPCTOOL_DIR="${WD}/configs/nucleus2g/tools" -export BUILDROOT_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export BUILDROOT_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" export PATH="${BUILDROOT_BIN}:${LPCTOOL_DIR}:/sbin:/usr/sbin:${PATH_ORIG}" echo "PATH : ${PATH}" diff --git a/configs/nucleus2g/usbmsc/setenv.sh b/configs/nucleus2g/usbmsc/setenv.sh index 05943f63563..30d3e55beff 100755 --- a/configs/nucleus2g/usbmsc/setenv.sh +++ b/configs/nucleus2g/usbmsc/setenv.sh @@ -41,7 +41,7 @@ if [ -z "${PATH_ORIG}" ]; then export PATH_ORIG="${PATH}"; fi WD=`pwd` export LPCTOOL_DIR="${WD}/configs/nucleus2g/tools" -export BUILDROOT_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export BUILDROOT_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" export PATH="${BUILDROOT_BIN}:${LPCTOOL_DIR}:/sbin:/usr/sbin:${PATH_ORIG}" echo "PATH : ${PATH}" diff --git a/configs/nucleus2g/usbserial/setenv.sh b/configs/nucleus2g/usbserial/setenv.sh index cbd2e8d81cc..9333b3a2f59 100755 --- a/configs/nucleus2g/usbserial/setenv.sh +++ b/configs/nucleus2g/usbserial/setenv.sh @@ -41,7 +41,7 @@ if [ -z "${PATH_ORIG}" ]; then export PATH_ORIG="${PATH}"; fi WD=`pwd` export LPCTOOL_DIR="${WD}/configs/nucleus2g/tools" -export BUILDROOT_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export BUILDROOT_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" export PATH="${BUILDROOT_BIN}:${LPCTOOL_DIR}:/sbin:/usr/sbin:${PATH_ORIG}" echo "PATH : ${PATH}" diff --git a/configs/nutiny-nuc120/Kconfig b/configs/nutiny-nuc120/Kconfig index 416063f7d4f..56738d856fe 100644 --- a/configs/nutiny-nuc120/Kconfig +++ b/configs/nutiny-nuc120/Kconfig @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # if ARCH_BOARD_NUTINY_NUC120 diff --git a/configs/nutiny-nuc120/README.txt b/configs/nutiny-nuc120/README.txt index bd50c706ead..6327558711a 100644 --- a/configs/nutiny-nuc120/README.txt +++ b/configs/nutiny-nuc120/README.txt @@ -292,7 +292,7 @@ Where is one of the following: change this configuration using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. diff --git a/configs/nutiny-nuc120/nsh/setenv.sh b/configs/nutiny-nuc120/nsh/setenv.sh index 49edb7f3086..f026535006b 100755 --- a/configs/nutiny-nuc120/nsh/setenv.sh +++ b/configs/nutiny-nuc120/nsh/setenv.sh @@ -67,7 +67,7 @@ fi # This is the Cygwin path to the location where I build the buildroot # toolchain. -export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/olimex-efm32g880f128-stk/Kconfig b/configs/olimex-efm32g880f128-stk/Kconfig index f75593c220c..836315ffcae 100644 --- a/configs/olimex-efm32g880f128-stk/Kconfig +++ b/configs/olimex-efm32g880f128-stk/Kconfig @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # if ARCH_BOARD_OLIMEX_EFM32G880F128_STK diff --git a/configs/olimex-efm32g880f128-stk/README.txt b/configs/olimex-efm32g880f128-stk/README.txt index 9611a9ab166..9309a039768 100644 --- a/configs/olimex-efm32g880f128-stk/README.txt +++ b/configs/olimex-efm32g880f128-stk/README.txt @@ -159,7 +159,7 @@ Configurations change this configuration using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. diff --git a/configs/olimex-efm32g880f128-stk/nsh/setenv.sh b/configs/olimex-efm32g880f128-stk/nsh/setenv.sh index a772e5ac44a..2a2238f783e 100755 --- a/configs/olimex-efm32g880f128-stk/nsh/setenv.sh +++ b/configs/olimex-efm32g880f128-stk/nsh/setenv.sh @@ -55,7 +55,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++ # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/olimex-lpc-h3131/Kconfig b/configs/olimex-lpc-h3131/Kconfig index d48cc4bb686..41e81a5441d 100644 --- a/configs/olimex-lpc-h3131/Kconfig +++ b/configs/olimex-lpc-h3131/Kconfig @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # if ARCH_BOARD_OLIMEX_LPC_H3131 diff --git a/configs/olimex-lpc-h3131/README.txt b/configs/olimex-lpc-h3131/README.txt index a8ed3e00681..d45e1c9ccb9 100644 --- a/configs/olimex-lpc-h3131/README.txt +++ b/configs/olimex-lpc-h3131/README.txt @@ -530,7 +530,7 @@ Configurations change any of these configurations using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. diff --git a/configs/olimex-lpc-h3131/nsh/setenv.sh b/configs/olimex-lpc-h3131/nsh/setenv.sh index 27914f77f9b..2bfe99b74ac 100755 --- a/configs/olimex-lpc-h3131/nsh/setenv.sh +++ b/configs/olimex-lpc-h3131/nsh/setenv.sh @@ -55,7 +55,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++ # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # This is the path to the tools subdirectory diff --git a/configs/olimex-lpc1766stk/Kconfig b/configs/olimex-lpc1766stk/Kconfig index a5f1fd294f6..e057ff0aa4f 100644 --- a/configs/olimex-lpc1766stk/Kconfig +++ b/configs/olimex-lpc1766stk/Kconfig @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # if ARCH_BOARD_LPC1766STK diff --git a/configs/olimex-lpc1766stk/README.txt b/configs/olimex-lpc1766stk/README.txt index 51127aecff6..a3b9f14df4f 100644 --- a/configs/olimex-lpc1766stk/README.txt +++ b/configs/olimex-lpc1766stk/README.txt @@ -887,7 +887,7 @@ Common Configuration Notes change a configuration using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. diff --git a/configs/olimex-lpc1766stk/ftpc/setenv.sh b/configs/olimex-lpc1766stk/ftpc/setenv.sh index 6f57a92c1e4..5e21d73dc06 100755 --- a/configs/olimex-lpc1766stk/ftpc/setenv.sh +++ b/configs/olimex-lpc1766stk/ftpc/setenv.sh @@ -64,7 +64,7 @@ fi # This is the Cygwin path to the location where I build the buildroot # toolchain. -export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # The Olimex-lpc1766stk/tools directory export LPCTOOL_DIR="${WD}/configs/olimex-lpc1766stk/tools" diff --git a/configs/olimex-lpc1766stk/hidkbd/setenv.sh b/configs/olimex-lpc1766stk/hidkbd/setenv.sh index b2efd42686f..7ebb4ddee2f 100755 --- a/configs/olimex-lpc1766stk/hidkbd/setenv.sh +++ b/configs/olimex-lpc1766stk/hidkbd/setenv.sh @@ -64,7 +64,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code # This is the Cygwin path to the location where I build the buildroot # toolchain. -# export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +# export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # The Olimex-lpc1766stk/tools directory export LPCTOOL_DIR="${WD}/configs/olimex-lpc1766stk/tools" diff --git a/configs/olimex-lpc1766stk/hidmouse/setenv.sh b/configs/olimex-lpc1766stk/hidmouse/setenv.sh index 4bcc750e19d..bb617ff32d5 100755 --- a/configs/olimex-lpc1766stk/hidmouse/setenv.sh +++ b/configs/olimex-lpc1766stk/hidmouse/setenv.sh @@ -56,7 +56,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # The Olimex-lpc1766stk/tools directory export LPCTOOL_DIR="${WD}/configs/olimex-lpc1766stk/tools" diff --git a/configs/olimex-lpc1766stk/nettest/setenv.sh b/configs/olimex-lpc1766stk/nettest/setenv.sh index 6ae5c14c405..06d4574f165 100755 --- a/configs/olimex-lpc1766stk/nettest/setenv.sh +++ b/configs/olimex-lpc1766stk/nettest/setenv.sh @@ -65,7 +65,7 @@ fi # This is the Cygwin path to the location where I build the buildroot # toolchain. -export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # The Olimex-lpc1766stk/tools directory export LPCTOOL_DIR="${WD}/configs/olimex-lpc1766stk/tools" diff --git a/configs/olimex-lpc1766stk/nsh/setenv.sh b/configs/olimex-lpc1766stk/nsh/setenv.sh index fc0b58ce14a..4d5efee2baf 100755 --- a/configs/olimex-lpc1766stk/nsh/setenv.sh +++ b/configs/olimex-lpc1766stk/nsh/setenv.sh @@ -64,7 +64,7 @@ fi # This is the Cygwin path to the location where I build the buildroot # toolchain. -export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # The Olimex-lpc1766stk/tools directory export LPCTOOL_DIR="${WD}/configs/olimex-lpc1766stk/tools" diff --git a/configs/olimex-lpc1766stk/nx/setenv.sh b/configs/olimex-lpc1766stk/nx/setenv.sh index 501212e88ac..d8112663705 100755 --- a/configs/olimex-lpc1766stk/nx/setenv.sh +++ b/configs/olimex-lpc1766stk/nx/setenv.sh @@ -64,7 +64,7 @@ fi # This is the Cygwin path to the location where I build the buildroot # toolchain. -export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # The Olimex-lpc1766stk/tools directory export LPCTOOL_DIR="${WD}/configs/olimex-lpc1766stk/tools" diff --git a/configs/olimex-lpc1766stk/slip-httpd/setenv.sh b/configs/olimex-lpc1766stk/slip-httpd/setenv.sh index 5784980b5a5..bb91fb0337d 100755 --- a/configs/olimex-lpc1766stk/slip-httpd/setenv.sh +++ b/configs/olimex-lpc1766stk/slip-httpd/setenv.sh @@ -64,7 +64,7 @@ fi # This is the Cygwin path to the location where I build the buildroot # toolchain. -export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # The Olimex-lpc1766stk/tools directory export LPCTOOL_DIR="${WD}/configs/olimex-lpc1766stk/tools" diff --git a/configs/olimex-lpc1766stk/thttpd-binfs/setenv.sh b/configs/olimex-lpc1766stk/thttpd-binfs/setenv.sh index 8061953c4f1..507092b6818 100755 --- a/configs/olimex-lpc1766stk/thttpd-binfs/setenv.sh +++ b/configs/olimex-lpc1766stk/thttpd-binfs/setenv.sh @@ -72,7 +72,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Users/MyName/MentorGraphics/Sourcery_CodeBench # This is the Cygwin path to the location where I build the buildroot # toolchain. -# export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +# export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # The Olimex-lpc1766stk/tools directory export LPCTOOL_DIR="${WD}/configs/olimex-lpc1766stk/tools" diff --git a/configs/olimex-lpc1766stk/thttpd-nxflat/setenv.sh b/configs/olimex-lpc1766stk/thttpd-nxflat/setenv.sh index 7a59c2cff4d..95d62846094 100755 --- a/configs/olimex-lpc1766stk/thttpd-nxflat/setenv.sh +++ b/configs/olimex-lpc1766stk/thttpd-nxflat/setenv.sh @@ -72,7 +72,7 @@ fi # This is the Cygwin path to the location where I build the buildroot # toolchain. -export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # The Olimex-lpc1766stk/tools directory export LPCTOOL_DIR="${WD}/configs/olimex-lpc1766stk/tools" diff --git a/configs/olimex-lpc1766stk/usbmsc/setenv.sh b/configs/olimex-lpc1766stk/usbmsc/setenv.sh index 0476bba8c34..2f2bc2d8d85 100755 --- a/configs/olimex-lpc1766stk/usbmsc/setenv.sh +++ b/configs/olimex-lpc1766stk/usbmsc/setenv.sh @@ -64,7 +64,7 @@ fi # This is the Cygwin path to the location where I build the buildroot # toolchain. -export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # The Olimex-lpc1766stk/tools directory export LPCTOOL_DIR="${WD}/configs/olimex-lpc1766stk/tools" diff --git a/configs/olimex-lpc1766stk/usbserial/setenv.sh b/configs/olimex-lpc1766stk/usbserial/setenv.sh index daff8d61d9f..90049ced75f 100755 --- a/configs/olimex-lpc1766stk/usbserial/setenv.sh +++ b/configs/olimex-lpc1766stk/usbserial/setenv.sh @@ -64,7 +64,7 @@ fi # This is the Cygwin path to the location where I build the buildroot # toolchain. -export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # The Olimex-lpc1766stk/tools directory export LPCTOOL_DIR="${WD}/configs/olimex-lpc1766stk/tools" diff --git a/configs/olimex-lpc1766stk/zmodem/setenv.sh b/configs/olimex-lpc1766stk/zmodem/setenv.sh index 611dbfdb92b..341ef38d6f6 100755 --- a/configs/olimex-lpc1766stk/zmodem/setenv.sh +++ b/configs/olimex-lpc1766stk/zmodem/setenv.sh @@ -64,7 +64,7 @@ fi # This is the Cygwin path to the location where I build the buildroot # toolchain. -export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # The Olimex-lpc1766stk/tools directory export LPCTOOL_DIR="${WD}/configs/olimex-lpc1766stk/tools" diff --git a/configs/olimex-lpc2378/Kconfig b/configs/olimex-lpc2378/Kconfig index f479970f012..1e8c84c2839 100644 --- a/configs/olimex-lpc2378/Kconfig +++ b/configs/olimex-lpc2378/Kconfig @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # # diff --git a/configs/olimex-lpc2378/nsh/setenv.sh b/configs/olimex-lpc2378/nsh/setenv.sh index e32bba679e6..6e87533e703 100755 --- a/configs/olimex-lpc2378/nsh/setenv.sh +++ b/configs/olimex-lpc2378/nsh/setenv.sh @@ -60,7 +60,7 @@ fi # This is the Cygwin path to the location where I build the buildroot # toolchain. -export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/olimex-stm32-h405/Kconfig b/configs/olimex-stm32-h405/Kconfig index 4bf1af1e31f..40b1e933cda 100644 --- a/configs/olimex-stm32-h405/Kconfig +++ b/configs/olimex-stm32-h405/Kconfig @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # if ARCH_BOARD_OLIMEX_STM32H405 diff --git a/configs/olimex-stm32-h405/nshusb/setenv.sh b/configs/olimex-stm32-h405/nshusb/setenv.sh index 1dbadcbe163..d2ff212df60 100644 --- a/configs/olimex-stm32-h405/nshusb/setenv.sh +++ b/configs/olimex-stm32-h405/nshusb/setenv.sh @@ -67,7 +67,7 @@ fi # This is the Cygwin path to the location where I build the buildroot # toolchain. -export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/olimex-stm32-p107/Kconfig b/configs/olimex-stm32-p107/Kconfig index b0b8a29d6c9..3a14e35d2f4 100644 --- a/configs/olimex-stm32-p107/Kconfig +++ b/configs/olimex-stm32-p107/Kconfig @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # if ARCH_BOARD_OLIMEX_STM32P107 diff --git a/configs/olimex-stm32-p107/nsh/setenv.sh b/configs/olimex-stm32-p107/nsh/setenv.sh index 3cd9e20b7cd..8916f538cc7 100755 --- a/configs/olimex-stm32-p107/nsh/setenv.sh +++ b/configs/olimex-stm32-p107/nsh/setenv.sh @@ -68,7 +68,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++ # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/olimex-stm32-p207/Kconfig b/configs/olimex-stm32-p207/Kconfig index 9471a992f72..92269e5df74 100644 --- a/configs/olimex-stm32-p207/Kconfig +++ b/configs/olimex-stm32-p207/Kconfig @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # if ARCH_BOARD_OLIMEX_STM32P207 diff --git a/configs/olimex-stm32-p207/nsh/setenv.sh b/configs/olimex-stm32-p207/nsh/setenv.sh index 44b8ac37dd1..ad8fd4e1e97 100644 --- a/configs/olimex-stm32-p207/nsh/setenv.sh +++ b/configs/olimex-stm32-p207/nsh/setenv.sh @@ -67,7 +67,7 @@ fi # This is the Cygwin path to the location where I build the buildroot # toolchain. -export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/olimex-strp711/Kconfig b/configs/olimex-strp711/Kconfig index 9771aba6df9..0b1a75fb901 100644 --- a/configs/olimex-strp711/Kconfig +++ b/configs/olimex-strp711/Kconfig @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # if ARCH_BOARD_OLIMEX_STRP711 diff --git a/configs/olimex-strp711/README.txt b/configs/olimex-strp711/README.txt index edcef768473..bd9feeb2420 100644 --- a/configs/olimex-strp711/README.txt +++ b/configs/olimex-strp711/README.txt @@ -390,7 +390,7 @@ Common Configuration Notes: change a configurations using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. diff --git a/configs/olimex-strp711/nettest/setenv.sh b/configs/olimex-strp711/nettest/setenv.sh index 1741d94abec..e30820e8262 100755 --- a/configs/olimex-strp711/nettest/setenv.sh +++ b/configs/olimex-strp711/nettest/setenv.sh @@ -64,7 +64,7 @@ fi # This is the Cygwin path to the location where I build the buildroot # toolchain. -export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/olimex-strp711/nsh/setenv.sh b/configs/olimex-strp711/nsh/setenv.sh index f6d22c1ec01..6724741f697 100755 --- a/configs/olimex-strp711/nsh/setenv.sh +++ b/configs/olimex-strp711/nsh/setenv.sh @@ -40,7 +40,7 @@ fi if [ -z "${PATH_ORIG}" ]; then export PATH_ORIG="${PATH}"; fi WD=`pwd` -export BUILDROOT_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export BUILDROOT_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" export STR41XSCRIPTS="$WD/configs/olimex-strp711/scripts" export PATH="${BUILDROOT_BIN}:${STR41XSCRIPTS}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/olimexino-stm32/Kconfig b/configs/olimexino-stm32/Kconfig index ad0852faf41..24daede78e8 100644 --- a/configs/olimexino-stm32/Kconfig +++ b/configs/olimexino-stm32/Kconfig @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # if ARCH_BOARD_OLIMEXINO_STM32 diff --git a/configs/olimexino-stm32/can/setenv.sh b/configs/olimexino-stm32/can/setenv.sh index fa843565525..37424c06663 100755 --- a/configs/olimexino-stm32/can/setenv.sh +++ b/configs/olimexino-stm32/can/setenv.sh @@ -72,7 +72,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++ # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/olimexino-stm32/composite/setenv.sh b/configs/olimexino-stm32/composite/setenv.sh index 64defa1986a..91a97b55590 100755 --- a/configs/olimexino-stm32/composite/setenv.sh +++ b/configs/olimexino-stm32/composite/setenv.sh @@ -72,7 +72,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++ # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/olimexino-stm32/nsh/setenv.sh b/configs/olimexino-stm32/nsh/setenv.sh index b9eff1c0e3d..8b76b2b4c81 100755 --- a/configs/olimexino-stm32/nsh/setenv.sh +++ b/configs/olimexino-stm32/nsh/setenv.sh @@ -72,7 +72,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++ # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/olimexino-stm32/smallnsh/setenv.sh b/configs/olimexino-stm32/smallnsh/setenv.sh index bbf51a1e9af..f113b7302f0 100755 --- a/configs/olimexino-stm32/smallnsh/setenv.sh +++ b/configs/olimexino-stm32/smallnsh/setenv.sh @@ -72,7 +72,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++ # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/olimexino-stm32/tiny/setenv.sh b/configs/olimexino-stm32/tiny/setenv.sh index 92cc3748513..b4356d47cc3 100755 --- a/configs/olimexino-stm32/tiny/setenv.sh +++ b/configs/olimexino-stm32/tiny/setenv.sh @@ -72,7 +72,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++ # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/open1788/Kconfig b/configs/open1788/Kconfig index 08df7b38d58..e5910efdac0 100644 --- a/configs/open1788/Kconfig +++ b/configs/open1788/Kconfig @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # if ARCH_BOARD_OPEN1788 diff --git a/configs/open1788/README.txt b/configs/open1788/README.txt index 1ad7fc5e2c7..7d46f0e5cdf 100644 --- a/configs/open1788/README.txt +++ b/configs/open1788/README.txt @@ -267,7 +267,7 @@ CONFIGURATION change this configuration using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. @@ -365,7 +365,7 @@ CONFIGURATION change this configuration using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools//README.txt. + see additional README.txt files in the NuttX tools repository./README.txt. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. @@ -506,7 +506,7 @@ CONFIGURATION change this configuration using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools//README.txt. + see additional README.txt files in the NuttX tools repository./README.txt. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. diff --git a/configs/open1788/knsh/setenv.sh b/configs/open1788/knsh/setenv.sh index e8afd7c9175..4418984233c 100755 --- a/configs/open1788/knsh/setenv.sh +++ b/configs/open1788/knsh/setenv.sh @@ -62,7 +62,7 @@ fi # This is the Cygwin path to the location where I build the buildroot # toolchain. -export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # The Olimex-lpc1766stk/tools directory export LPCTOOL_DIR="${WD}/configs/open1788/tools" diff --git a/configs/open1788/nsh/setenv.sh b/configs/open1788/nsh/setenv.sh index 362a73b6c77..84c8100e1b2 100755 --- a/configs/open1788/nsh/setenv.sh +++ b/configs/open1788/nsh/setenv.sh @@ -62,7 +62,7 @@ fi # This is the Cygwin path to the location where I build the buildroot # toolchain. -export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # The open1788/tools directory export LPCTOOL_DIR="${WD}/configs/open1788/tools" diff --git a/configs/open1788/nxlines/setenv.sh b/configs/open1788/nxlines/setenv.sh index e402858b0d7..c454f6ee30b 100755 --- a/configs/open1788/nxlines/setenv.sh +++ b/configs/open1788/nxlines/setenv.sh @@ -62,7 +62,7 @@ fi # This is the Cygwin path to the location where I build the buildroot # toolchain. -export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # The open1788/tools directory export LPCTOOL_DIR="${WD}/configs/open1788/tools" diff --git a/configs/p112/Kconfig b/configs/p112/Kconfig index ae2bf31307d..f72f3c094ce 100644 --- a/configs/p112/Kconfig +++ b/configs/p112/Kconfig @@ -1,4 +1,4 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # diff --git a/configs/pcblogic-pic32mx/Kconfig b/configs/pcblogic-pic32mx/Kconfig index ae2bf31307d..f72f3c094ce 100644 --- a/configs/pcblogic-pic32mx/Kconfig +++ b/configs/pcblogic-pic32mx/Kconfig @@ -1,4 +1,4 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # diff --git a/configs/pcblogic-pic32mx/README.txt b/configs/pcblogic-pic32mx/README.txt index 5bcf2911986..afc9b0bdc5b 100644 --- a/configs/pcblogic-pic32mx/README.txt +++ b/configs/pcblogic-pic32mx/README.txt @@ -568,7 +568,7 @@ Configurations change any of these configurations using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. diff --git a/configs/pcduino-a10/Kconfig b/configs/pcduino-a10/Kconfig index 6e7846341ed..1bf5ca671c2 100644 --- a/configs/pcduino-a10/Kconfig +++ b/configs/pcduino-a10/Kconfig @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # if ARCH_BOARD_PCDUINO_A10 diff --git a/configs/pcduino-a10/README.txt b/configs/pcduino-a10/README.txt index 4a0e27583d7..b3c26c6267a 100644 --- a/configs/pcduino-a10/README.txt +++ b/configs/pcduino-a10/README.txt @@ -349,7 +349,7 @@ Configurations change any of these configurations using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. diff --git a/configs/pcduino-a10/nsh/setenv.sh b/configs/pcduino-a10/nsh/setenv.sh index ba038d33624..4877f86e81b 100755 --- a/configs/pcduino-a10/nsh/setenv.sh +++ b/configs/pcduino-a10/nsh/setenv.sh @@ -69,7 +69,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/pic32mx-starterkit/Kconfig b/configs/pic32mx-starterkit/Kconfig index 5537bcf16c2..73433a1e477 100644 --- a/configs/pic32mx-starterkit/Kconfig +++ b/configs/pic32mx-starterkit/Kconfig @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # if ARCH_BOARD_PIC32MX_STARTERKIT diff --git a/configs/pic32mx-starterkit/README.txt b/configs/pic32mx-starterkit/README.txt index c3ee13c4b02..1622c20560a 100644 --- a/configs/pic32mx-starterkit/README.txt +++ b/configs/pic32mx-starterkit/README.txt @@ -1040,7 +1040,7 @@ Where is one of the following: change this configurations using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. diff --git a/configs/pic32mx7mmb/Kconfig b/configs/pic32mx7mmb/Kconfig index f83241651d8..8b68012f7d1 100644 --- a/configs/pic32mx7mmb/Kconfig +++ b/configs/pic32mx7mmb/Kconfig @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # if ARCH_BOARD_PIC32_PIC32MX7MMB diff --git a/configs/pic32mx7mmb/README.txt b/configs/pic32mx7mmb/README.txt index 935060054d8..35a89033e86 100644 --- a/configs/pic32mx7mmb/README.txt +++ b/configs/pic32mx7mmb/README.txt @@ -618,7 +618,7 @@ Where is one of the following: change this configurations using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. diff --git a/configs/pic32mz-starterkit/Kconfig b/configs/pic32mz-starterkit/Kconfig index d637320bcb8..7b556af38c0 100644 --- a/configs/pic32mz-starterkit/Kconfig +++ b/configs/pic32mz-starterkit/Kconfig @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # if ARCH_BOARD_PIC32MZ_STARTERKIT diff --git a/configs/pic32mz-starterkit/README.txt b/configs/pic32mz-starterkit/README.txt index 2f4b327d363..4166a4728f6 100644 --- a/configs/pic32mz-starterkit/README.txt +++ b/configs/pic32mz-starterkit/README.txt @@ -379,7 +379,7 @@ Where is one of the following: change this configurations using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. diff --git a/configs/pirelli_dpl10/Kconfig b/configs/pirelli_dpl10/Kconfig index ae2bf31307d..f72f3c094ce 100644 --- a/configs/pirelli_dpl10/Kconfig +++ b/configs/pirelli_dpl10/Kconfig @@ -1,4 +1,4 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # diff --git a/configs/pirelli_dpl10/README.txt b/configs/pirelli_dpl10/README.txt index 6170ee7278b..8f1be279031 100644 --- a/configs/pirelli_dpl10/README.txt +++ b/configs/pirelli_dpl10/README.txt @@ -336,7 +336,7 @@ Configurations change this configuration using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. diff --git a/configs/pirelli_dpl10/nsh_highram/setenv.sh b/configs/pirelli_dpl10/nsh_highram/setenv.sh index 4f7d27abe54..56d2c4cf94e 100755 --- a/configs/pirelli_dpl10/nsh_highram/setenv.sh +++ b/configs/pirelli_dpl10/nsh_highram/setenv.sh @@ -54,7 +54,7 @@ fi # This is the Cygwin path to the location where I build the buildroot # toolchain. -export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/qemu-i486/Kconfig b/configs/qemu-i486/Kconfig index ae2bf31307d..f72f3c094ce 100644 --- a/configs/qemu-i486/Kconfig +++ b/configs/qemu-i486/Kconfig @@ -1,4 +1,4 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # diff --git a/configs/qemu-i486/README.txt b/configs/qemu-i486/README.txt index e730128cdc6..c91270f5689 100644 --- a/configs/qemu-i486/README.txt +++ b/configs/qemu-i486/README.txt @@ -174,7 +174,7 @@ Common Configuration Notes change a configurations using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. diff --git a/configs/qemu-i486/nsh/setenv.sh b/configs/qemu-i486/nsh/setenv.sh index 5542bc4e210..25ae59d71bd 100755 --- a/configs/qemu-i486/nsh/setenv.sh +++ b/configs/qemu-i486/nsh/setenv.sh @@ -42,7 +42,7 @@ if [ -z ${PATH_ORIG} ]; then export PATH_ORIG=${PATH}; fi # Uncomment and modify the following if you are using anything other # than the system GCC # WD=`pwd` -# export BUILDROOT_BIN="${WD}/../../../misc/buildroot/build_i486/staging_dir/bin" +# export BUILDROOT_BIN="${WD}/../../../buildroot/build_i486/staging_dir/bin" # export PATH="${BUILDROOT_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" echo "PATH : ${PATH}" diff --git a/configs/qemu-i486/ostest/setenv.sh b/configs/qemu-i486/ostest/setenv.sh index a3c68d79747..f9c3bdec8d6 100755 --- a/configs/qemu-i486/ostest/setenv.sh +++ b/configs/qemu-i486/ostest/setenv.sh @@ -42,7 +42,7 @@ if [ -z ${PATH_ORIG} ]; then export PATH_ORIG=${PATH}; fi # Uncomment and modify the following if you are using anything other # than the system GCC # WD=`pwd` -# export BUILDROOT_BIN="${WD}/../../../misc/buildroot/build_i486/staging_dir/bin" +# export BUILDROOT_BIN="${WD}/../../../buildroot/build_i486/staging_dir/bin" # export PATH="${BUILDROOT_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" echo "PATH : ${PATH}" diff --git a/configs/rgmp/Kconfig b/configs/rgmp/Kconfig index 1480d0df118..ba62632ecbe 100644 --- a/configs/rgmp/Kconfig +++ b/configs/rgmp/Kconfig @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # if ARCH_BOARD_RGMP diff --git a/configs/sam3u-ek/Kconfig b/configs/sam3u-ek/Kconfig index f4daa81fe3c..27611b6f8bd 100644 --- a/configs/sam3u-ek/Kconfig +++ b/configs/sam3u-ek/Kconfig @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # if ARCH_BOARD_SAM3UEK diff --git a/configs/sam3u-ek/README.txt b/configs/sam3u-ek/README.txt index 765a8623259..31dbfab064d 100644 --- a/configs/sam3u-ek/README.txt +++ b/configs/sam3u-ek/README.txt @@ -442,7 +442,7 @@ Configurations change any of these configurations using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. diff --git a/configs/sam3u-ek/knsh/setenv.sh b/configs/sam3u-ek/knsh/setenv.sh index 9755bc28546..844c14ebf4a 100755 --- a/configs/sam3u-ek/knsh/setenv.sh +++ b/configs/sam3u-ek/knsh/setenv.sh @@ -67,7 +67,7 @@ fi # This is the Cygwin path to the location where I build the buildroot # toolchain. -export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/sam3u-ek/nsh/setenv.sh b/configs/sam3u-ek/nsh/setenv.sh index 7f9b452be5c..0bbec9cdf01 100755 --- a/configs/sam3u-ek/nsh/setenv.sh +++ b/configs/sam3u-ek/nsh/setenv.sh @@ -66,7 +66,7 @@ fi # This is the Cygwin path to the location where I build the buildroot # toolchain. -export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/sam3u-ek/nx/setenv.sh b/configs/sam3u-ek/nx/setenv.sh index 87a085b98ed..60df5e7f150 100755 --- a/configs/sam3u-ek/nx/setenv.sh +++ b/configs/sam3u-ek/nx/setenv.sh @@ -66,7 +66,7 @@ fi # This is the Cygwin path to the location where I build the buildroot # toolchain. -export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/sam3u-ek/nxwm/setenv.sh b/configs/sam3u-ek/nxwm/setenv.sh index cca744eedd2..75bbc22895f 100755 --- a/configs/sam3u-ek/nxwm/setenv.sh +++ b/configs/sam3u-ek/nxwm/setenv.sh @@ -66,7 +66,7 @@ fi # This is the Cygwin path to the location where I build the buildroot # toolchain. -export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/sam4e-ek/Kconfig b/configs/sam4e-ek/Kconfig index 51e0b30d372..8b2c167394f 100644 --- a/configs/sam4e-ek/Kconfig +++ b/configs/sam4e-ek/Kconfig @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # if ARCH_BOARD_SAM4EEK diff --git a/configs/sam4e-ek/README.txt b/configs/sam4e-ek/README.txt index 3563f850818..e82e046a111 100644 --- a/configs/sam4e-ek/README.txt +++ b/configs/sam4e-ek/README.txt @@ -1257,7 +1257,7 @@ Configurations change any of these configurations using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. diff --git a/configs/sam4e-ek/nsh/setenv.sh b/configs/sam4e-ek/nsh/setenv.sh index 7e771626a1e..eb0b7a2e66e 100755 --- a/configs/sam4e-ek/nsh/setenv.sh +++ b/configs/sam4e-ek/nsh/setenv.sh @@ -61,7 +61,7 @@ fi # This is the Cygwin path to the location where I build the buildroot # toolchain. -export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/sam4e-ek/nxwm/setenv.sh b/configs/sam4e-ek/nxwm/setenv.sh index 0415491bb83..b227abda1a7 100755 --- a/configs/sam4e-ek/nxwm/setenv.sh +++ b/configs/sam4e-ek/nxwm/setenv.sh @@ -61,7 +61,7 @@ fi # This is the Cygwin path to the location where I build the buildroot # toolchain. -export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/sam4e-ek/usbnsh/setenv.sh b/configs/sam4e-ek/usbnsh/setenv.sh index 6fec77b4fd9..19f255a6c5c 100755 --- a/configs/sam4e-ek/usbnsh/setenv.sh +++ b/configs/sam4e-ek/usbnsh/setenv.sh @@ -61,7 +61,7 @@ fi # This is the Cygwin path to the location where I build the buildroot # toolchain. -export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/sam4l-xplained/Kconfig b/configs/sam4l-xplained/Kconfig index 8de3ca320b7..cf92c5238e1 100644 --- a/configs/sam4l-xplained/Kconfig +++ b/configs/sam4l-xplained/Kconfig @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # if ARCH_BOARD_SAM4L_XPLAINED diff --git a/configs/sam4l-xplained/README.txt b/configs/sam4l-xplained/README.txt index dd363865d91..edab641fd4e 100644 --- a/configs/sam4l-xplained/README.txt +++ b/configs/sam4l-xplained/README.txt @@ -617,7 +617,7 @@ Configurations change any of these configurations using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. @@ -628,7 +628,7 @@ Configurations change any of these configurations using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. diff --git a/configs/sam4l-xplained/nsh/setenv.sh b/configs/sam4l-xplained/nsh/setenv.sh index 56dd91ccf29..46f9aec12e8 100755 --- a/configs/sam4l-xplained/nsh/setenv.sh +++ b/configs/sam4l-xplained/nsh/setenv.sh @@ -66,7 +66,7 @@ fi # This is the Cygwin path to the location where I build the buildroot # toolchain. -export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/sam4s-xplained-pro/Kconfig b/configs/sam4s-xplained-pro/Kconfig index e8671999569..b669f8f659c 100644 --- a/configs/sam4s-xplained-pro/Kconfig +++ b/configs/sam4s-xplained-pro/Kconfig @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # if ARCH_BOARD_SAM4S_XPLAINED_PRO diff --git a/configs/sam4s-xplained-pro/README.txt b/configs/sam4s-xplained-pro/README.txt index 3c345458888..63783073b1a 100644 --- a/configs/sam4s-xplained-pro/README.txt +++ b/configs/sam4s-xplained-pro/README.txt @@ -517,7 +517,7 @@ Configurations change any of these configurations using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. diff --git a/configs/sam4s-xplained-pro/nsh/setenv.sh b/configs/sam4s-xplained-pro/nsh/setenv.sh index f0cd5dedc1b..b5c9eba437a 100644 --- a/configs/sam4s-xplained-pro/nsh/setenv.sh +++ b/configs/sam4s-xplained-pro/nsh/setenv.sh @@ -65,7 +65,7 @@ fi # This is the Cygwin path to the location where I build the buildroot # toolchain. -export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/sam4s-xplained/Kconfig b/configs/sam4s-xplained/Kconfig index 76aa30c149e..bc94c5a6f6b 100644 --- a/configs/sam4s-xplained/Kconfig +++ b/configs/sam4s-xplained/Kconfig @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # if ARCH_BOARD_SAM4S_XPLAINED diff --git a/configs/sam4s-xplained/README.txt b/configs/sam4s-xplained/README.txt index 32d35e793e4..edd70e94c9a 100644 --- a/configs/sam4s-xplained/README.txt +++ b/configs/sam4s-xplained/README.txt @@ -509,7 +509,7 @@ Configurations change any of these configurations using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. diff --git a/configs/sam4s-xplained/nsh/setenv.sh b/configs/sam4s-xplained/nsh/setenv.sh index 0e97bb38b77..00fd3c9171f 100755 --- a/configs/sam4s-xplained/nsh/setenv.sh +++ b/configs/sam4s-xplained/nsh/setenv.sh @@ -65,7 +65,7 @@ fi # This is the Cygwin path to the location where I build the buildroot # toolchain. -export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/sama5d3-xplained/Kconfig b/configs/sama5d3-xplained/Kconfig index c2aa29c9d01..46087605ade 100644 --- a/configs/sama5d3-xplained/Kconfig +++ b/configs/sama5d3-xplained/Kconfig @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # if ARCH_BOARD_SAMA5D3_XPLAINED diff --git a/configs/sama5d3-xplained/README.txt b/configs/sama5d3-xplained/README.txt index 7dae0da60d1..782da0f525b 100644 --- a/configs/sama5d3-xplained/README.txt +++ b/configs/sama5d3-xplained/README.txt @@ -2975,7 +2975,7 @@ Configurations change any of these configurations using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. diff --git a/configs/sama5d3-xplained/bridge/setenv.sh b/configs/sama5d3-xplained/bridge/setenv.sh index 7ccc219d592..fb6fe50e339 100755 --- a/configs/sama5d3-xplained/bridge/setenv.sh +++ b/configs/sama5d3-xplained/bridge/setenv.sh @@ -69,7 +69,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/sama5d3-xplained/nsh/setenv.sh b/configs/sama5d3-xplained/nsh/setenv.sh index 08046c7fa83..99d755d8e57 100755 --- a/configs/sama5d3-xplained/nsh/setenv.sh +++ b/configs/sama5d3-xplained/nsh/setenv.sh @@ -69,7 +69,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/sama5d3x-ek/Kconfig b/configs/sama5d3x-ek/Kconfig index 261b632d5c8..a4ec6962507 100644 --- a/configs/sama5d3x-ek/Kconfig +++ b/configs/sama5d3x-ek/Kconfig @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # if ARCH_BOARD_SAMA5D3X_EK diff --git a/configs/sama5d3x-ek/README.txt b/configs/sama5d3x-ek/README.txt index 3407855c3fc..29f5a9067cf 100644 --- a/configs/sama5d3x-ek/README.txt +++ b/configs/sama5d3x-ek/README.txt @@ -3303,7 +3303,7 @@ Configurations change any of these configurations using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. diff --git a/configs/sama5d3x-ek/demo/setenv.sh b/configs/sama5d3x-ek/demo/setenv.sh index fbcebf3187c..6a0cb44297b 100755 --- a/configs/sama5d3x-ek/demo/setenv.sh +++ b/configs/sama5d3x-ek/demo/setenv.sh @@ -69,7 +69,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/sama5d3x-ek/hello/setenv.sh b/configs/sama5d3x-ek/hello/setenv.sh index ce9d0e3b575..28f2a0dc6e5 100755 --- a/configs/sama5d3x-ek/hello/setenv.sh +++ b/configs/sama5d3x-ek/hello/setenv.sh @@ -69,7 +69,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/sama5d3x-ek/norboot/setenv.sh b/configs/sama5d3x-ek/norboot/setenv.sh index 31b3e6459df..77b6f710645 100755 --- a/configs/sama5d3x-ek/norboot/setenv.sh +++ b/configs/sama5d3x-ek/norboot/setenv.sh @@ -69,7 +69,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/sama5d3x-ek/nsh/setenv.sh b/configs/sama5d3x-ek/nsh/setenv.sh index c8224f478c7..0e95851bd2e 100755 --- a/configs/sama5d3x-ek/nsh/setenv.sh +++ b/configs/sama5d3x-ek/nsh/setenv.sh @@ -69,7 +69,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/sama5d3x-ek/nx/setenv.sh b/configs/sama5d3x-ek/nx/setenv.sh index 03b70b036fd..c0685defc49 100755 --- a/configs/sama5d3x-ek/nx/setenv.sh +++ b/configs/sama5d3x-ek/nx/setenv.sh @@ -69,7 +69,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/sama5d3x-ek/nxplayer/setenv.sh b/configs/sama5d3x-ek/nxplayer/setenv.sh index 1a61ac0a50b..722fb349daa 100755 --- a/configs/sama5d3x-ek/nxplayer/setenv.sh +++ b/configs/sama5d3x-ek/nxplayer/setenv.sh @@ -69,7 +69,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/sama5d3x-ek/nxwm/setenv.sh b/configs/sama5d3x-ek/nxwm/setenv.sh index b7eb85c19cd..b1b4082aae4 100755 --- a/configs/sama5d3x-ek/nxwm/setenv.sh +++ b/configs/sama5d3x-ek/nxwm/setenv.sh @@ -69,7 +69,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/sama5d3x-ek/ov2640/setenv.sh b/configs/sama5d3x-ek/ov2640/setenv.sh index a173cf63caa..edbf185a00e 100755 --- a/configs/sama5d3x-ek/ov2640/setenv.sh +++ b/configs/sama5d3x-ek/ov2640/setenv.sh @@ -69,7 +69,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/sama5d4-ek/Kconfig b/configs/sama5d4-ek/Kconfig index 86aa56f2f99..d204951b04a 100644 --- a/configs/sama5d4-ek/Kconfig +++ b/configs/sama5d4-ek/Kconfig @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # if ARCH_BOARD_SAMA5D4_EK diff --git a/configs/sama5d4-ek/README.txt b/configs/sama5d4-ek/README.txt index 54de1e7c170..d4412377d9e 100644 --- a/configs/sama5d4-ek/README.txt +++ b/configs/sama5d4-ek/README.txt @@ -3595,7 +3595,7 @@ Configurations change any of these configurations using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. diff --git a/configs/sama5d4-ek/at25boot/setenv.sh b/configs/sama5d4-ek/at25boot/setenv.sh index b4c8312f8b0..46b09fdf03e 100755 --- a/configs/sama5d4-ek/at25boot/setenv.sh +++ b/configs/sama5d4-ek/at25boot/setenv.sh @@ -69,7 +69,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/sama5d4-ek/bridge/setenv.sh b/configs/sama5d4-ek/bridge/setenv.sh index dbf7ccf6b87..6e79738d83e 100755 --- a/configs/sama5d4-ek/bridge/setenv.sh +++ b/configs/sama5d4-ek/bridge/setenv.sh @@ -69,7 +69,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/sama5d4-ek/dramboot/setenv.sh b/configs/sama5d4-ek/dramboot/setenv.sh index 18c06ac9d3f..5134c0db472 100755 --- a/configs/sama5d4-ek/dramboot/setenv.sh +++ b/configs/sama5d4-ek/dramboot/setenv.sh @@ -69,7 +69,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/sama5d4-ek/elf/setenv.sh b/configs/sama5d4-ek/elf/setenv.sh index 686f106c9ae..8fb6aed56c1 100755 --- a/configs/sama5d4-ek/elf/setenv.sh +++ b/configs/sama5d4-ek/elf/setenv.sh @@ -69,7 +69,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm/staging_dir/bin" # Add the path to the toolchain to the PATH variable export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/sama5d4-ek/ipv6/setenv.sh b/configs/sama5d4-ek/ipv6/setenv.sh index 1baedecb7f8..c8799c31997 100755 --- a/configs/sama5d4-ek/ipv6/setenv.sh +++ b/configs/sama5d4-ek/ipv6/setenv.sh @@ -69,7 +69,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/sama5d4-ek/knsh/setenv.sh b/configs/sama5d4-ek/knsh/setenv.sh index 7e1fc1a06e1..cc959079d26 100755 --- a/configs/sama5d4-ek/knsh/setenv.sh +++ b/configs/sama5d4-ek/knsh/setenv.sh @@ -69,7 +69,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/sama5d4-ek/nsh/setenv.sh b/configs/sama5d4-ek/nsh/setenv.sh index 683adc8078e..20d23074daa 100755 --- a/configs/sama5d4-ek/nsh/setenv.sh +++ b/configs/sama5d4-ek/nsh/setenv.sh @@ -69,7 +69,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/sama5d4-ek/nxwm/setenv.sh b/configs/sama5d4-ek/nxwm/setenv.sh index c033856fc97..24da498910a 100755 --- a/configs/sama5d4-ek/nxwm/setenv.sh +++ b/configs/sama5d4-ek/nxwm/setenv.sh @@ -69,7 +69,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/sama5d4-ek/ramtest/setenv.sh b/configs/sama5d4-ek/ramtest/setenv.sh index fc87a5f52bb..9cab6f5a100 100755 --- a/configs/sama5d4-ek/ramtest/setenv.sh +++ b/configs/sama5d4-ek/ramtest/setenv.sh @@ -69,7 +69,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/samd20-xplained/Kconfig b/configs/samd20-xplained/Kconfig index badd668d3d0..591aaa21a06 100644 --- a/configs/samd20-xplained/Kconfig +++ b/configs/samd20-xplained/Kconfig @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # if ARCH_BOARD_SAMD20_XPLAINED diff --git a/configs/samd20-xplained/README.txt b/configs/samd20-xplained/README.txt index 21e7e7ea0ef..c6ec0e3bf61 100644 --- a/configs/samd20-xplained/README.txt +++ b/configs/samd20-xplained/README.txt @@ -628,7 +628,7 @@ Configurations change any of these configurations using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. @@ -639,7 +639,7 @@ Configurations change any of these configurations using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. diff --git a/configs/samd20-xplained/nsh/setenv.sh b/configs/samd20-xplained/nsh/setenv.sh index cb61ecf66fc..ef8ac510c8e 100755 --- a/configs/samd20-xplained/nsh/setenv.sh +++ b/configs/samd20-xplained/nsh/setenv.sh @@ -68,7 +68,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code # This is the Cygwin path to the location where I build the buildroot # toolchain. -# export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +# export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/samd21-xplained/Kconfig b/configs/samd21-xplained/Kconfig index ccee7c9921e..a6ed51dd4fa 100644 --- a/configs/samd21-xplained/Kconfig +++ b/configs/samd21-xplained/Kconfig @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # if ARCH_BOARD_SAMD21_XPLAINED diff --git a/configs/samd21-xplained/README.txt b/configs/samd21-xplained/README.txt index 0264e5e676e..1d36946eed2 100644 --- a/configs/samd21-xplained/README.txt +++ b/configs/samd21-xplained/README.txt @@ -472,7 +472,7 @@ Configurations change any of these configurations using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. @@ -483,7 +483,7 @@ Configurations change any of these configurations using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. diff --git a/configs/samd21-xplained/nsh/setenv.sh b/configs/samd21-xplained/nsh/setenv.sh index 38613010338..0998294d3eb 100755 --- a/configs/samd21-xplained/nsh/setenv.sh +++ b/configs/samd21-xplained/nsh/setenv.sh @@ -76,7 +76,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code # This is the Cygwin path to the location where I build the buildroot # toolchain. -# export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +# export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/saml21-xplained/Kconfig b/configs/saml21-xplained/Kconfig index a5b97499f2a..a567ae7851a 100644 --- a/configs/saml21-xplained/Kconfig +++ b/configs/saml21-xplained/Kconfig @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # if ARCH_BOARD_SAML21_XPLAINED diff --git a/configs/saml21-xplained/README.txt b/configs/saml21-xplained/README.txt index 60fcd55a932..7ba8b112c18 100644 --- a/configs/saml21-xplained/README.txt +++ b/configs/saml21-xplained/README.txt @@ -666,7 +666,7 @@ Configurations change any of these configurations using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. @@ -677,7 +677,7 @@ Configurations change any of these configurations using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. diff --git a/configs/saml21-xplained/nsh/setenv.sh b/configs/saml21-xplained/nsh/setenv.sh index 273bbb704d4..52de65f90aa 100755 --- a/configs/saml21-xplained/nsh/setenv.sh +++ b/configs/saml21-xplained/nsh/setenv.sh @@ -69,7 +69,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code # This is the Cygwin path to the location where I build the buildroot # toolchain. -# export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +# export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/samv71-xult/Kconfig b/configs/samv71-xult/Kconfig index acc968c196a..94432376663 100644 --- a/configs/samv71-xult/Kconfig +++ b/configs/samv71-xult/Kconfig @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # if ARCH_BOARD_SAMV71_XULT diff --git a/configs/samv71-xult/README.txt b/configs/samv71-xult/README.txt index 19307b485f9..c079c9598da 100644 --- a/configs/samv71-xult/README.txt +++ b/configs/samv71-xult/README.txt @@ -1044,7 +1044,7 @@ NOTES: change any of these configurations using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. diff --git a/configs/samv71-xult/mxtxplnd/setenv.sh b/configs/samv71-xult/mxtxplnd/setenv.sh index 56aa1eb8339..8fabf551cd3 100755 --- a/configs/samv71-xult/mxtxplnd/setenv.sh +++ b/configs/samv71-xult/mxtxplnd/setenv.sh @@ -69,7 +69,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/GNU Tools ARM Embedded/4.9 # This is the Cygwin path to the location where I build the buildroot # toolchain. -# export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +# export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/samv71-xult/netnsh/setenv.sh b/configs/samv71-xult/netnsh/setenv.sh index 678fc955882..913f3d7579b 100755 --- a/configs/samv71-xult/netnsh/setenv.sh +++ b/configs/samv71-xult/netnsh/setenv.sh @@ -69,7 +69,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/GNU Tools ARM Embedded/4.9 # This is the Cygwin path to the location where I build the buildroot # toolchain. -# export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +# export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/samv71-xult/nsh/setenv.sh b/configs/samv71-xult/nsh/setenv.sh index 9c084a1959b..a1a24651fd6 100755 --- a/configs/samv71-xult/nsh/setenv.sh +++ b/configs/samv71-xult/nsh/setenv.sh @@ -69,7 +69,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/GNU Tools ARM Embedded/4.9 # This is the Cygwin path to the location where I build the buildroot # toolchain. -# export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +# export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/samv71-xult/nxwm/setenv.sh b/configs/samv71-xult/nxwm/setenv.sh index 52e5da01471..1bfa217e162 100755 --- a/configs/samv71-xult/nxwm/setenv.sh +++ b/configs/samv71-xult/nxwm/setenv.sh @@ -69,7 +69,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/GNU Tools ARM Embedded/4.9 # This is the Cygwin path to the location where I build the buildroot # toolchain. -# export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +# export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/shenzhou/Kconfig b/configs/shenzhou/Kconfig index bfd67abdfb6..560ffea7e87 100644 --- a/configs/shenzhou/Kconfig +++ b/configs/shenzhou/Kconfig @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # if ARCH_BOARD_SHENZHOU diff --git a/configs/shenzhou/README.txt b/configs/shenzhou/README.txt index 7a677278884..5cbf9073dba 100644 --- a/configs/shenzhou/README.txt +++ b/configs/shenzhou/README.txt @@ -369,8 +369,8 @@ NuttX EABI buildroot Toolchain -export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++ Lite/bin" +#export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++ Lite/bin" - -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" - +export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" + -#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" + +export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" See the file configs/README.txt in the buildroot source tree. That has more detailed PLUS some special instructions that you will need to follow if you are diff --git a/configs/shenzhou/nsh/setenv.sh b/configs/shenzhou/nsh/setenv.sh index 96fe2dd347d..79f95797064 100755 --- a/configs/shenzhou/nsh/setenv.sh +++ b/configs/shenzhou/nsh/setenv.sh @@ -67,7 +67,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++ # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # This is the path to the tools/ subdirectory export TOOLS_DIR="${WD}/configs/shenzhou/tools" diff --git a/configs/shenzhou/nxwm/setenv.sh b/configs/shenzhou/nxwm/setenv.sh index eb2c424f4f7..01edb1d57eb 100755 --- a/configs/shenzhou/nxwm/setenv.sh +++ b/configs/shenzhou/nxwm/setenv.sh @@ -67,7 +67,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++ # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # This is the path to the tools/ subdirectory export TOOLS_DIR="${WD}/configs/shenzhou/tools" diff --git a/configs/shenzhou/thttpd/setenv.sh b/configs/shenzhou/thttpd/setenv.sh index 8b4a7969df0..8cc31a4e019 100755 --- a/configs/shenzhou/thttpd/setenv.sh +++ b/configs/shenzhou/thttpd/setenv.sh @@ -67,7 +67,7 @@ fi # This is the Cygwin path to the location where I build the buildroot # toolchain. -export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # This is the path to the tools/ subdirectory export TOOLS_DIR="${WD}/configs/shenzhou/tools" diff --git a/configs/sim/Kconfig b/configs/sim/Kconfig index 74ca8c1fadc..76ac06d756b 100644 --- a/configs/sim/Kconfig +++ b/configs/sim/Kconfig @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # if ARCH_BOARD_SIM diff --git a/configs/sim/README.txt b/configs/sim/README.txt index f1c25bc5bc6..136d0717116 100644 --- a/configs/sim/README.txt +++ b/configs/sim/README.txt @@ -283,7 +283,7 @@ Common Configuration Information change this configuration using that tool, you should: a. Build and install the kconfig mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. @@ -304,9 +304,9 @@ cxxtest NOTES ----- 1. Before you can use this example, you must first install the uClibc++ - C++ library. This is located outside of the NuttX source tree at - misc/uClibc++ in GIT. See the README.txt file for instructions on - how to install uClibc++ + C++ library. This is located outside of the NuttX source tree in the + NuttX uClibc++ GIT repository. See the README.txt file there for + instructions on how to install uClibc++ 2. At present (2012/11/02), exceptions are disabled in this example CONFIG_UCLIBCXX_EXCEPTION=n). It is probably not necessary to diff --git a/configs/skp16c26/Kconfig b/configs/skp16c26/Kconfig index 7a1044c5e10..94a66e760d8 100644 --- a/configs/skp16c26/Kconfig +++ b/configs/skp16c26/Kconfig @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # if ARCH_BOARD_SKP16C26 diff --git a/configs/skp16c26/README.txt b/configs/skp16c26/README.txt index f51fe241a35..b3a4c5e8b11 100644 --- a/configs/skp16c26/README.txt +++ b/configs/skp16c26/README.txt @@ -2,7 +2,7 @@ configs/skp16c26/README.txt ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 1. The buildroot package can be used to build an M16C toolchain. The toolchain - buildroot can be downloaded from misc/buildroot in the NuttX GIT. Insructions + buildroot can be downloaded from buildroot in the NuttX GIT. Insructions for building the toolchain are provided below. However, the target cannot be built because the GNU m16c-nuttx-elf-ld link fails with @@ -52,9 +52,9 @@ NOTE: See the toolchain issues above -- you may not want to waste your time. b. Using GIT - Check out the misc/buildroot module. GIT checkout instructions: + Check out the buildroot module. GIT checkout instructions: - https://bitbucket.org/patacongo/nuttx/src/master/misc/buildroot/ + https://bitbucket.org/patacongo/nuttx/src/master/buildroot/ Make the archive directory: diff --git a/configs/skp16c26/ostest/setenv.sh b/configs/skp16c26/ostest/setenv.sh index 72c16064b9b..a74258fb840 100755 --- a/configs/skp16c26/ostest/setenv.sh +++ b/configs/skp16c26/ostest/setenv.sh @@ -40,7 +40,7 @@ fi if [ -z ${PATH_ORIG} ]; then export PATH_ORIG=${PATH}; fi WD=`pwd` -export BUILDROOT_BIN=${WD}/../misc/buildroot/build_m32c/staging_dir/bin +export BUILDROOT_BIN=${WD}/../buildroot/build_m32c/staging_dir/bin export PATH=${BUILDROOT_BIN}:/sbin:/usr/sbin:${PATH_ORIG} echo "PATH : ${PATH}" diff --git a/configs/spark/Kconfig b/configs/spark/Kconfig index 21769120e70..cb73361c18e 100644 --- a/configs/spark/Kconfig +++ b/configs/spark/Kconfig @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # if ARCH_BOARD_SPARK diff --git a/configs/spark/composite/setenv.sh b/configs/spark/composite/setenv.sh index 4209a071d81..cda83fd1a94 100644 --- a/configs/spark/composite/setenv.sh +++ b/configs/spark/composite/setenv.sh @@ -59,7 +59,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++ # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/spark/nsh/setenv.sh b/configs/spark/nsh/setenv.sh index b63e8b913e7..66aa9427f56 100644 --- a/configs/spark/nsh/setenv.sh +++ b/configs/spark/nsh/setenv.sh @@ -50,7 +50,7 @@ fi # This is the Cygwin path to the location where I build the buildroot # toolchain. -export BUILDROOT_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export BUILDROOT_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # This is the path to the Spark tools directory diff --git a/configs/spark/usbmsc/setenv.sh b/configs/spark/usbmsc/setenv.sh index fd754caf528..ce036735e46 100644 --- a/configs/spark/usbmsc/setenv.sh +++ b/configs/spark/usbmsc/setenv.sh @@ -50,7 +50,7 @@ fi # This is the Cygwin path to the location where I build the buildroot # toolchain. -export BUILDROOT_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export BUILDROOT_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # This is the path to the Spark tools directory diff --git a/configs/spark/usbnsh/setenv.sh b/configs/spark/usbnsh/setenv.sh index f4f011510e4..993cd659c46 100644 --- a/configs/spark/usbnsh/setenv.sh +++ b/configs/spark/usbnsh/setenv.sh @@ -50,7 +50,7 @@ fi # This is the Cygwin path to the location where I build the buildroot # toolchain. -export BUILDROOT_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export BUILDROOT_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # This is the path to the Spark tools directory diff --git a/configs/spark/usbserial/setenv.sh b/configs/spark/usbserial/setenv.sh index d903d7c3d6a..ba280ce1ff7 100644 --- a/configs/spark/usbserial/setenv.sh +++ b/configs/spark/usbserial/setenv.sh @@ -59,7 +59,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++ # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/stm3210e-eval/Kconfig b/configs/stm3210e-eval/Kconfig index 19224f1e8a3..b5666cd7577 100644 --- a/configs/stm3210e-eval/Kconfig +++ b/configs/stm3210e-eval/Kconfig @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # if ARCH_BOARD_STM3210E_EVAL diff --git a/configs/stm3210e-eval/README.txt b/configs/stm3210e-eval/README.txt index 801060b98b2..8a07b4cb8fd 100644 --- a/configs/stm3210e-eval/README.txt +++ b/configs/stm3210e-eval/README.txt @@ -795,7 +795,7 @@ Where is one of the following: change these configurations using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. @@ -831,7 +831,7 @@ Where is one of the following: change this configurations using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. @@ -966,7 +966,7 @@ Where is one of the following: change this configurations using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. @@ -1010,7 +1010,7 @@ Where is one of the following: change this configurations using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. @@ -1121,7 +1121,7 @@ Where is one of the following: change this configurations using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. diff --git a/configs/stm3210e-eval/buttons/setenv.sh b/configs/stm3210e-eval/buttons/setenv.sh index 0afc622fba6..2bdf5367426 100755 --- a/configs/stm3210e-eval/buttons/setenv.sh +++ b/configs/stm3210e-eval/buttons/setenv.sh @@ -41,7 +41,7 @@ if [ -z "${PATH_ORIG}" ]; then export PATH_ORIG="${PATH}"; fi WD=`pwd` export RIDE_BIN="/cygdrive/c/Program Files/Raisonance/Ride/arm-gcc/bin" -export BUILDROOT_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export BUILDROOT_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" export PATH="${BUILDROOT_BIN}:${RIDE_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" echo "PATH : ${PATH}" diff --git a/configs/stm3210e-eval/composite/setenv.sh b/configs/stm3210e-eval/composite/setenv.sh index 620f842bdc4..742f508dded 100755 --- a/configs/stm3210e-eval/composite/setenv.sh +++ b/configs/stm3210e-eval/composite/setenv.sh @@ -59,7 +59,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++ # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/stm3210e-eval/nsh/setenv.sh b/configs/stm3210e-eval/nsh/setenv.sh index 84b8a40bfb2..6fa000ee1f5 100755 --- a/configs/stm3210e-eval/nsh/setenv.sh +++ b/configs/stm3210e-eval/nsh/setenv.sh @@ -68,7 +68,7 @@ fi # This is the Cygwin path to the location where I build the buildroot # toolchain. -export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH variable export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/stm3210e-eval/nsh2/setenv.sh b/configs/stm3210e-eval/nsh2/setenv.sh index 1fa193a5778..e90b81c767a 100755 --- a/configs/stm3210e-eval/nsh2/setenv.sh +++ b/configs/stm3210e-eval/nsh2/setenv.sh @@ -59,7 +59,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++ # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/stm3210e-eval/nx/setenv.sh b/configs/stm3210e-eval/nx/setenv.sh index f0214494398..bc83a0b334e 100755 --- a/configs/stm3210e-eval/nx/setenv.sh +++ b/configs/stm3210e-eval/nx/setenv.sh @@ -54,7 +54,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++ # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/stm3210e-eval/nxterm/setenv.sh b/configs/stm3210e-eval/nxterm/setenv.sh index 0777732c22b..a5e76a5113d 100755 --- a/configs/stm3210e-eval/nxterm/setenv.sh +++ b/configs/stm3210e-eval/nxterm/setenv.sh @@ -54,7 +54,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++ # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/stm3210e-eval/pm/setenv.sh b/configs/stm3210e-eval/pm/setenv.sh index d73f69a2f43..dacfc958638 100755 --- a/configs/stm3210e-eval/pm/setenv.sh +++ b/configs/stm3210e-eval/pm/setenv.sh @@ -59,7 +59,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++ # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/stm3210e-eval/usbmsc/setenv.sh b/configs/stm3210e-eval/usbmsc/setenv.sh index ff9a4bf8ae4..ee33a8d21de 100755 --- a/configs/stm3210e-eval/usbmsc/setenv.sh +++ b/configs/stm3210e-eval/usbmsc/setenv.sh @@ -41,7 +41,7 @@ if [ -z "${PATH_ORIG}" ]; then export PATH_ORIG="${PATH}"; fi WD=`pwd` export RIDE_BIN="/cygdrive/c/Program Files/Raisonance/Ride/arm-gcc/bin" -export BUILDROOT_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export BUILDROOT_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" export PATH="${BUILDROOT_BIN}:${RIDE_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" echo "PATH : ${PATH}" diff --git a/configs/stm3210e-eval/usbserial/setenv.sh b/configs/stm3210e-eval/usbserial/setenv.sh index 43495b51421..046a7f5acfa 100755 --- a/configs/stm3210e-eval/usbserial/setenv.sh +++ b/configs/stm3210e-eval/usbserial/setenv.sh @@ -41,7 +41,7 @@ if [ -z "${PATH_ORIG}" ]; then export PATH_ORIG="${PATH}"; fi WD=`pwd` export RIDE_BIN="/cygdrive/c/Program Files/Raisonance/Ride/arm-gcc/bin" -export BUILDROOT_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export BUILDROOT_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" export PATH="${BUILDROOT_BIN}:${RIDE_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" echo "PATH : ${PATH}" diff --git a/configs/stm3220g-eval/Kconfig b/configs/stm3220g-eval/Kconfig index 300788c9bc7..be0b0993e33 100644 --- a/configs/stm3220g-eval/Kconfig +++ b/configs/stm3220g-eval/Kconfig @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # if ARCH_BOARD_STM3220G_EVAL diff --git a/configs/stm3220g-eval/README.txt b/configs/stm3220g-eval/README.txt index 059a7ba7907..c7d649a89e0 100644 --- a/configs/stm3220g-eval/README.txt +++ b/configs/stm3220g-eval/README.txt @@ -794,7 +794,7 @@ Where is one of the following: change this configurations using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. @@ -827,7 +827,7 @@ Where is one of the following: change this configuration using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. @@ -856,7 +856,7 @@ Where is one of the following: change this configurations using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. @@ -1030,7 +1030,7 @@ Where is one of the following: change this configurations using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. @@ -1130,7 +1130,7 @@ Where is one of the following: change this configuration using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. @@ -1155,7 +1155,7 @@ Where is one of the following: change this configurations using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. diff --git a/configs/stm3220g-eval/dhcpd/setenv.sh b/configs/stm3220g-eval/dhcpd/setenv.sh index 47c4e45ba1d..931d4d1cade 100755 --- a/configs/stm3220g-eval/dhcpd/setenv.sh +++ b/configs/stm3220g-eval/dhcpd/setenv.sh @@ -67,7 +67,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++ # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/stm3220g-eval/nettest/setenv.sh b/configs/stm3220g-eval/nettest/setenv.sh index 9586cfd4c00..a870dec990c 100755 --- a/configs/stm3220g-eval/nettest/setenv.sh +++ b/configs/stm3220g-eval/nettest/setenv.sh @@ -67,7 +67,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++ # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/stm3220g-eval/nsh/setenv.sh b/configs/stm3220g-eval/nsh/setenv.sh index fcec398eb35..489322177a8 100755 --- a/configs/stm3220g-eval/nsh/setenv.sh +++ b/configs/stm3220g-eval/nsh/setenv.sh @@ -67,7 +67,7 @@ fi # This is the Cygwin path to the location where I build the buildroot # toolchain. -export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH variable export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/stm3220g-eval/nsh2/setenv.sh b/configs/stm3220g-eval/nsh2/setenv.sh index af7403656fd..1e2f87b403f 100755 --- a/configs/stm3220g-eval/nsh2/setenv.sh +++ b/configs/stm3220g-eval/nsh2/setenv.sh @@ -66,7 +66,7 @@ fi # This is the Cygwin path to the location where I build the buildroot # toolchain. -export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH variable export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/stm3220g-eval/nxwm/setenv.sh b/configs/stm3220g-eval/nxwm/setenv.sh index 7326fad478d..913968e2a51 100755 --- a/configs/stm3220g-eval/nxwm/setenv.sh +++ b/configs/stm3220g-eval/nxwm/setenv.sh @@ -67,7 +67,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++ # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH variable export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/stm3220g-eval/telnetd/setenv.sh b/configs/stm3220g-eval/telnetd/setenv.sh index 7e0ca9edc16..d96f6fa63fd 100755 --- a/configs/stm3220g-eval/telnetd/setenv.sh +++ b/configs/stm3220g-eval/telnetd/setenv.sh @@ -67,7 +67,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++ # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/stm3240g-eval/Kconfig b/configs/stm3240g-eval/Kconfig index 501e73a9ab3..2316635c06a 100644 --- a/configs/stm3240g-eval/Kconfig +++ b/configs/stm3240g-eval/Kconfig @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # if ARCH_BOARD_STM3240G_EVAL diff --git a/configs/stm3240g-eval/README.txt b/configs/stm3240g-eval/README.txt index e827152f017..7df4a196861 100644 --- a/configs/stm3240g-eval/README.txt +++ b/configs/stm3240g-eval/README.txt @@ -913,7 +913,7 @@ Where is one of the following: change this configurations using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. @@ -972,7 +972,7 @@ Where is one of the following: change this configuration using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. @@ -1095,7 +1095,7 @@ Where is one of the following: change this configurations using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. @@ -1116,7 +1116,7 @@ Where is one of the following: change this configurations using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. @@ -1354,7 +1354,7 @@ Where is one of the following: change this configurations using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. @@ -1416,7 +1416,7 @@ Where is one of the following: change this configurations using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. @@ -1519,7 +1519,7 @@ Where is one of the following: change this configurations using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. diff --git a/configs/stm3240g-eval/dhcpd/setenv.sh b/configs/stm3240g-eval/dhcpd/setenv.sh index d3767714afc..ebf0963f1f6 100755 --- a/configs/stm3240g-eval/dhcpd/setenv.sh +++ b/configs/stm3240g-eval/dhcpd/setenv.sh @@ -68,7 +68,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++ # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/stm3240g-eval/discover/setenv.sh b/configs/stm3240g-eval/discover/setenv.sh index d4b36738f74..71bb2e32c15 100755 --- a/configs/stm3240g-eval/discover/setenv.sh +++ b/configs/stm3240g-eval/discover/setenv.sh @@ -68,7 +68,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++ # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/stm3240g-eval/knxwm/setenv.sh b/configs/stm3240g-eval/knxwm/setenv.sh index b0a0a8d0838..ce7c852735b 100755 --- a/configs/stm3240g-eval/knxwm/setenv.sh +++ b/configs/stm3240g-eval/knxwm/setenv.sh @@ -64,7 +64,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/stm3240g-eval/nettest/setenv.sh b/configs/stm3240g-eval/nettest/setenv.sh index ad88168c772..3d0270f2826 100755 --- a/configs/stm3240g-eval/nettest/setenv.sh +++ b/configs/stm3240g-eval/nettest/setenv.sh @@ -68,7 +68,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++ # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/stm3240g-eval/nsh/setenv.sh b/configs/stm3240g-eval/nsh/setenv.sh index aabe281680a..c6233ddd8f8 100755 --- a/configs/stm3240g-eval/nsh/setenv.sh +++ b/configs/stm3240g-eval/nsh/setenv.sh @@ -68,7 +68,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++ # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/stm3240g-eval/nsh2/setenv.sh b/configs/stm3240g-eval/nsh2/setenv.sh index 8e9bb3f8536..2fe27a60d27 100755 --- a/configs/stm3240g-eval/nsh2/setenv.sh +++ b/configs/stm3240g-eval/nsh2/setenv.sh @@ -68,7 +68,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++ # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/stm3240g-eval/nxterm/setenv.sh b/configs/stm3240g-eval/nxterm/setenv.sh index ea81897a907..1b9eb922086 100755 --- a/configs/stm3240g-eval/nxterm/setenv.sh +++ b/configs/stm3240g-eval/nxterm/setenv.sh @@ -68,7 +68,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++ # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/stm3240g-eval/nxwm/setenv.sh b/configs/stm3240g-eval/nxwm/setenv.sh index 7fa2dd56983..db6e1e5d98e 100755 --- a/configs/stm3240g-eval/nxwm/setenv.sh +++ b/configs/stm3240g-eval/nxwm/setenv.sh @@ -64,7 +64,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/stm3240g-eval/telnetd/setenv.sh b/configs/stm3240g-eval/telnetd/setenv.sh index 15d96b22394..7da487bd534 100755 --- a/configs/stm3240g-eval/telnetd/setenv.sh +++ b/configs/stm3240g-eval/telnetd/setenv.sh @@ -68,7 +68,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++ # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/stm3240g-eval/webserver/setenv.sh b/configs/stm3240g-eval/webserver/setenv.sh index 4c6d27e3334..779605964e2 100644 --- a/configs/stm3240g-eval/webserver/setenv.sh +++ b/configs/stm3240g-eval/webserver/setenv.sh @@ -68,7 +68,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++ # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/stm3240g-eval/xmlrpc/setenv.sh b/configs/stm3240g-eval/xmlrpc/setenv.sh index 00c8a6c4409..b73264106b2 100644 --- a/configs/stm3240g-eval/xmlrpc/setenv.sh +++ b/configs/stm3240g-eval/xmlrpc/setenv.sh @@ -68,7 +68,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++ # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/stm32_tiny/Kconfig b/configs/stm32_tiny/Kconfig index ebb8bbfe467..e9f38478f41 100644 --- a/configs/stm32_tiny/Kconfig +++ b/configs/stm32_tiny/Kconfig @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # if ARCH_BOARD_STM32_TINY diff --git a/configs/stm32_tiny/README.txt b/configs/stm32_tiny/README.txt index 58c3075c923..b850777cbd0 100644 --- a/configs/stm32_tiny/README.txt +++ b/configs/stm32_tiny/README.txt @@ -541,7 +541,7 @@ Where is one of the following: change this configuration using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. @@ -647,7 +647,7 @@ Where is one of the following: change this configuration using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. diff --git a/configs/stm32_tiny/nsh/setenv.sh b/configs/stm32_tiny/nsh/setenv.sh index 6a07a63ef80..2edc70b732d 100755 --- a/configs/stm32_tiny/nsh/setenv.sh +++ b/configs/stm32_tiny/nsh/setenv.sh @@ -41,7 +41,7 @@ if [ -z "${PATH_ORIG}" ]; then export PATH_ORIG="${PATH}"; fi WD=`pwd` export RIDE_BIN="/cygdrive/c/Program Files/Raisonance/Ride/arm-gcc/bin" -export BUILDROOT_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export BUILDROOT_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" export PATH="${BUILDROOT_BIN}:${RIDE_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" echo "PATH : ${PATH}" diff --git a/configs/stm32_tiny/usbnsh/setenv.sh b/configs/stm32_tiny/usbnsh/setenv.sh index 0123f81d885..1fdbb9687ee 100755 --- a/configs/stm32_tiny/usbnsh/setenv.sh +++ b/configs/stm32_tiny/usbnsh/setenv.sh @@ -41,7 +41,7 @@ if [ -z "${PATH_ORIG}" ]; then export PATH_ORIG="${PATH}"; fi WD=`pwd` export RIDE_BIN="/cygdrive/c/Program Files/Raisonance/Ride/arm-gcc/bin" -export BUILDROOT_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export BUILDROOT_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" export PATH="${BUILDROOT_BIN}:${RIDE_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" echo "PATH : ${PATH}" diff --git a/configs/stm32f3discovery/Kconfig b/configs/stm32f3discovery/Kconfig index 41e388491f5..de0d2da5f80 100644 --- a/configs/stm32f3discovery/Kconfig +++ b/configs/stm32f3discovery/Kconfig @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # if ARCH_BOARD_STM32F3_DISCOVERY diff --git a/configs/stm32f3discovery/README.txt b/configs/stm32f3discovery/README.txt index cf896581e98..0f91f313a65 100644 --- a/configs/stm32f3discovery/README.txt +++ b/configs/stm32f3discovery/README.txt @@ -661,7 +661,7 @@ Where is one of the following: change this configuration using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. @@ -740,7 +740,7 @@ Where is one of the following: change this configuration using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. diff --git a/configs/stm32f3discovery/nsh/setenv.sh b/configs/stm32f3discovery/nsh/setenv.sh index 0a1e7172039..3612c96e85e 100755 --- a/configs/stm32f3discovery/nsh/setenv.sh +++ b/configs/stm32f3discovery/nsh/setenv.sh @@ -67,7 +67,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++ # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/stm32f3discovery/usbnsh/setenv.sh b/configs/stm32f3discovery/usbnsh/setenv.sh index 52d93ed6edc..d1e4ab41af2 100755 --- a/configs/stm32f3discovery/usbnsh/setenv.sh +++ b/configs/stm32f3discovery/usbnsh/setenv.sh @@ -67,7 +67,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++ # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/stm32f429i-disco/Kconfig b/configs/stm32f429i-disco/Kconfig index de4fb5c904d..e798358984f 100644 --- a/configs/stm32f429i-disco/Kconfig +++ b/configs/stm32f429i-disco/Kconfig @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # if ARCH_BOARD_STM32F429I_DISCO diff --git a/configs/stm32f429i-disco/README.txt b/configs/stm32f429i-disco/README.txt index aff044b270f..1a1960a0d24 100644 --- a/configs/stm32f429i-disco/README.txt +++ b/configs/stm32f429i-disco/README.txt @@ -616,7 +616,7 @@ Where is one of the following: change this configuration using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. @@ -881,7 +881,7 @@ Where is one of the following: change this configuration using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. diff --git a/configs/stm32f429i-disco/extflash/setenv.sh b/configs/stm32f429i-disco/extflash/setenv.sh index 275653e1a77..7d116b560c0 100644 --- a/configs/stm32f429i-disco/extflash/setenv.sh +++ b/configs/stm32f429i-disco/extflash/setenv.sh @@ -69,7 +69,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/stm32f429i-disco/lcd/setenv.sh b/configs/stm32f429i-disco/lcd/setenv.sh index 671a2f65e6f..8ead5e80acf 100755 --- a/configs/stm32f429i-disco/lcd/setenv.sh +++ b/configs/stm32f429i-disco/lcd/setenv.sh @@ -69,7 +69,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/stm32f429i-disco/ltdc/setenv.sh b/configs/stm32f429i-disco/ltdc/setenv.sh index 09415b71a4d..6e88fbb729e 100755 --- a/configs/stm32f429i-disco/ltdc/setenv.sh +++ b/configs/stm32f429i-disco/ltdc/setenv.sh @@ -69,7 +69,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/stm32f429i-disco/nsh/setenv.sh b/configs/stm32f429i-disco/nsh/setenv.sh index 275653e1a77..7d116b560c0 100644 --- a/configs/stm32f429i-disco/nsh/setenv.sh +++ b/configs/stm32f429i-disco/nsh/setenv.sh @@ -69,7 +69,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/stm32f429i-disco/usbmsc/setenv.sh b/configs/stm32f429i-disco/usbmsc/setenv.sh index 275653e1a77..7d116b560c0 100644 --- a/configs/stm32f429i-disco/usbmsc/setenv.sh +++ b/configs/stm32f429i-disco/usbmsc/setenv.sh @@ -69,7 +69,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/stm32f429i-disco/usbnsh/setenv.sh b/configs/stm32f429i-disco/usbnsh/setenv.sh index 275653e1a77..7d116b560c0 100644 --- a/configs/stm32f429i-disco/usbnsh/setenv.sh +++ b/configs/stm32f429i-disco/usbnsh/setenv.sh @@ -69,7 +69,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/stm32f4discovery/Kconfig b/configs/stm32f4discovery/Kconfig index 661367965eb..3c84095efce 100644 --- a/configs/stm32f4discovery/Kconfig +++ b/configs/stm32f4discovery/Kconfig @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # if ARCH_BOARD_STM32F4_DISCOVERY diff --git a/configs/stm32f4discovery/README.txt b/configs/stm32f4discovery/README.txt index e1432b8e54d..f9b33dcffe9 100644 --- a/configs/stm32f4discovery/README.txt +++ b/configs/stm32f4discovery/README.txt @@ -1172,15 +1172,15 @@ Where is one of the following: NOTES: 1. Before you can use this example, you must first install the uClibc++ - C++ library. This is located outside of the NuttX source tree at - misc/uClibc++ in GIT. See the README.txt file for instructions on - how to install uClibc++ + C++ library. This is located outside of the NuttX source tree in the + NuttX uClibc++ GIT repository. See the README.txt file there for + instructions on how to install uClibc++ 2. This configuration uses the mconf-based configuration tool. To change this configuration using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. @@ -1228,7 +1228,7 @@ Where is one of the following: change this configuration using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. @@ -1361,7 +1361,7 @@ Where is one of the following: change this configuration using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. @@ -1490,7 +1490,7 @@ Where is one of the following: change this configuration using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. @@ -1754,7 +1754,7 @@ Where is one of the following: change this configuration using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. @@ -1818,7 +1818,7 @@ Where is one of the following: change this configuration using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. @@ -1878,7 +1878,7 @@ Where is one of the following: change this configuration using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. @@ -1906,7 +1906,7 @@ Where is one of the following: change this configuration using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. diff --git a/configs/stm32f4discovery/cxxtest/setenv.sh b/configs/stm32f4discovery/cxxtest/setenv.sh index 8994a713c39..f50573e0952 100755 --- a/configs/stm32f4discovery/cxxtest/setenv.sh +++ b/configs/stm32f4discovery/cxxtest/setenv.sh @@ -69,7 +69,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/stm32f4discovery/elf/setenv.sh b/configs/stm32f4discovery/elf/setenv.sh index 9213529709c..e66cc161402 100755 --- a/configs/stm32f4discovery/elf/setenv.sh +++ b/configs/stm32f4discovery/elf/setenv.sh @@ -68,11 +68,11 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++ # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # This the Cygwin path to the location where I built genromfs. If you use # the buildroot toolchain, then genromfs can probably be found in TOOLCHAIN_DIR -export GENROMFS_PATH="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export GENROMFS_PATH="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:${GENROMFS_PATH}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/stm32f4discovery/ipv6/setenv.sh b/configs/stm32f4discovery/ipv6/setenv.sh index 1cb577a8505..44b4996e3a7 100755 --- a/configs/stm32f4discovery/ipv6/setenv.sh +++ b/configs/stm32f4discovery/ipv6/setenv.sh @@ -69,7 +69,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/stm32f4discovery/kostest/setenv.sh b/configs/stm32f4discovery/kostest/setenv.sh index 6ced112dd6a..1a231c51771 100755 --- a/configs/stm32f4discovery/kostest/setenv.sh +++ b/configs/stm32f4discovery/kostest/setenv.sh @@ -68,7 +68,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++ # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/stm32f4discovery/netnsh/setenv.sh b/configs/stm32f4discovery/netnsh/setenv.sh index b4b8a7e355c..054a780d8e1 100755 --- a/configs/stm32f4discovery/netnsh/setenv.sh +++ b/configs/stm32f4discovery/netnsh/setenv.sh @@ -69,7 +69,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/stm32f4discovery/nsh/setenv.sh b/configs/stm32f4discovery/nsh/setenv.sh index 61b52ad1e65..3c8e2e52d28 100755 --- a/configs/stm32f4discovery/nsh/setenv.sh +++ b/configs/stm32f4discovery/nsh/setenv.sh @@ -68,7 +68,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++ # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH variable export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/stm32f4discovery/nxlines/setenv.sh b/configs/stm32f4discovery/nxlines/setenv.sh index 033d1aece0d..d0853a4afff 100755 --- a/configs/stm32f4discovery/nxlines/setenv.sh +++ b/configs/stm32f4discovery/nxlines/setenv.sh @@ -68,7 +68,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++ # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/stm32f4discovery/pm/setenv.sh b/configs/stm32f4discovery/pm/setenv.sh index 7874baa7888..dd50bc19619 100644 --- a/configs/stm32f4discovery/pm/setenv.sh +++ b/configs/stm32f4discovery/pm/setenv.sh @@ -68,7 +68,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++ # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/stm32f4discovery/posix_spawn/setenv.sh b/configs/stm32f4discovery/posix_spawn/setenv.sh index ffc4c4fe298..a85a96cb75e 100755 --- a/configs/stm32f4discovery/posix_spawn/setenv.sh +++ b/configs/stm32f4discovery/posix_spawn/setenv.sh @@ -68,11 +68,11 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++ # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # This the Cygwin path to the location where I built genromfs. If you use # the buildroot toolchain, then genromfs can probably be found in TOOLCHAIN_DIR -export GENROMFS_PATH="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export GENROMFS_PATH="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:${GENROMFS_PATH}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/stm32f4discovery/usbnsh/setenv.sh b/configs/stm32f4discovery/usbnsh/setenv.sh index 5cc70c6ff73..eb43676567d 100755 --- a/configs/stm32f4discovery/usbnsh/setenv.sh +++ b/configs/stm32f4discovery/usbnsh/setenv.sh @@ -68,7 +68,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++ # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/stm32ldiscovery/Kconfig b/configs/stm32ldiscovery/Kconfig index 1440cc9ca66..2d37b4e88db 100644 --- a/configs/stm32ldiscovery/Kconfig +++ b/configs/stm32ldiscovery/Kconfig @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # if ARCH_BOARD_STM32FL_DISCOVERY diff --git a/configs/stm32ldiscovery/README.txt b/configs/stm32ldiscovery/README.txt index b42b2bd8f43..5d1dcd0e213 100644 --- a/configs/stm32ldiscovery/README.txt +++ b/configs/stm32ldiscovery/README.txt @@ -746,7 +746,7 @@ Configurations change any of these configurations using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. diff --git a/configs/stm32ldiscovery/nsh/setenv.sh b/configs/stm32ldiscovery/nsh/setenv.sh index 41d0f760655..523dbd44554 100755 --- a/configs/stm32ldiscovery/nsh/setenv.sh +++ b/configs/stm32ldiscovery/nsh/setenv.sh @@ -67,7 +67,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++ # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/stm32vldiscovery/Kconfig b/configs/stm32vldiscovery/Kconfig index 7ce1fb23bb7..68d3a72d69d 100644 --- a/configs/stm32vldiscovery/Kconfig +++ b/configs/stm32vldiscovery/Kconfig @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # if ARCH_BOARD_STM32VL_DISCOVERY diff --git a/configs/stm32vldiscovery/nsh/setenv.sh b/configs/stm32vldiscovery/nsh/setenv.sh index 2dd229f0196..4b3abe66f61 100644 --- a/configs/stm32vldiscovery/nsh/setenv.sh +++ b/configs/stm32vldiscovery/nsh/setenv.sh @@ -68,7 +68,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++ # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/sure-pic32mx/Kconfig b/configs/sure-pic32mx/Kconfig index e8c5dda4c4b..c6ae0e09458 100644 --- a/configs/sure-pic32mx/Kconfig +++ b/configs/sure-pic32mx/Kconfig @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # if ARCH_BOARD_SUREPIC32MX diff --git a/configs/sure-pic32mx/README.txt b/configs/sure-pic32mx/README.txt index cd58fff987e..515857e69a6 100644 --- a/configs/sure-pic32mx/README.txt +++ b/configs/sure-pic32mx/README.txt @@ -649,7 +649,7 @@ Configurations change any of these configurations using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. diff --git a/configs/teensy-2.0/Kconfig b/configs/teensy-2.0/Kconfig index d36ad8acdac..03fe9950b43 100644 --- a/configs/teensy-2.0/Kconfig +++ b/configs/teensy-2.0/Kconfig @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # if ARCH_BOARD_TEENSY_20 diff --git a/configs/teensy-2.0/README.txt b/configs/teensy-2.0/README.txt index 0ddc8870026..3af7776a586 100644 --- a/configs/teensy-2.0/README.txt +++ b/configs/teensy-2.0/README.txt @@ -216,7 +216,7 @@ Buildroot: following section for details on building this toolchain. It is assumed in some places that buildroot toolchain is available - at ../misc/buildroot/build_avr. Edit the setenv.sh file if + at ../buildroot/build_avr. Edit the setenv.sh file if this is not the case. After configuring NuttX, make sure that CONFIG_AVR_BUILDROOT=y is set in your @@ -535,7 +535,7 @@ Common Configuration Notes change a configurations using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. diff --git a/configs/teensy-2.0/hello/setenv.sh b/configs/teensy-2.0/hello/setenv.sh index ccf008940d5..e57fad08d44 100755 --- a/configs/teensy-2.0/hello/setenv.sh +++ b/configs/teensy-2.0/hello/setenv.sh @@ -55,7 +55,7 @@ fi # This is the Cygwin path to the location where I build the buildroot # toolchain. -export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_avr/staging_dir/bin" +export TOOLCHAIN_BIN="${WD}/../buildroot/build_avr/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/teensy-2.0/nsh/setenv.sh b/configs/teensy-2.0/nsh/setenv.sh index 8d95b9c786e..e5ed23b0e82 100755 --- a/configs/teensy-2.0/nsh/setenv.sh +++ b/configs/teensy-2.0/nsh/setenv.sh @@ -55,7 +55,7 @@ fi # This is the Cygwin path to the location where I build the buildroot # toolchain. -export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_avr/staging_dir/bin" +export TOOLCHAIN_BIN="${WD}/../buildroot/build_avr/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/teensy-2.0/usbmsc/setenv.sh b/configs/teensy-2.0/usbmsc/setenv.sh index 0d295221e61..f4e2f1febdf 100755 --- a/configs/teensy-2.0/usbmsc/setenv.sh +++ b/configs/teensy-2.0/usbmsc/setenv.sh @@ -55,7 +55,7 @@ fi # This is the Cygwin path to the location where I build the buildroot # toolchain. -export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_avr/staging_dir/bin" +export TOOLCHAIN_BIN="${WD}/../buildroot/build_avr/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/teensy-3.x/Kconfig b/configs/teensy-3.x/Kconfig index 9f4275d6906..eefa7e2afd2 100644 --- a/configs/teensy-3.x/Kconfig +++ b/configs/teensy-3.x/Kconfig @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # if ARCH_BOARD_TEENSY_3X diff --git a/configs/teensy-3.x/README.txt b/configs/teensy-3.x/README.txt index 622fd16aa4c..a43a0c08339 100644 --- a/configs/teensy-3.x/README.txt +++ b/configs/teensy-3.x/README.txt @@ -255,7 +255,7 @@ NOTES: change any of these configurations using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. @@ -304,7 +304,7 @@ NOTES: change this configuration using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. diff --git a/configs/teensy-3.x/nsh/setenv.sh b/configs/teensy-3.x/nsh/setenv.sh index c9fa4636cb1..30c82ed0d63 100755 --- a/configs/teensy-3.x/nsh/setenv.sh +++ b/configs/teensy-3.x/nsh/setenv.sh @@ -72,7 +72,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/GNU Tools ARM Embedded/4.9 # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH variable export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/teensy-lc/Kconfig b/configs/teensy-lc/Kconfig index f6fd957e57c..2679d39b098 100644 --- a/configs/teensy-lc/Kconfig +++ b/configs/teensy-lc/Kconfig @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # if ARCH_BOARD_TEENSY_LC diff --git a/configs/teensy-lc/nsh/setenv.sh b/configs/teensy-lc/nsh/setenv.sh index 32d77b666c1..152c25b9640 100755 --- a/configs/teensy-lc/nsh/setenv.sh +++ b/configs/teensy-lc/nsh/setenv.sh @@ -67,7 +67,7 @@ fi # This is the Cygwin path to the location where I build the buildroot # toolchain. -export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/tm4c123g-launchpad/Kconfig b/configs/tm4c123g-launchpad/Kconfig index 5c1f6ce9c44..7a135ff15b8 100644 --- a/configs/tm4c123g-launchpad/Kconfig +++ b/configs/tm4c123g-launchpad/Kconfig @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # if ARCH_BOARD_TM4C123G_LAUNCHPAD diff --git a/configs/tm4c123g-launchpad/README.txt b/configs/tm4c123g-launchpad/README.txt index 8dcb31aa00c..5e58d7c8343 100644 --- a/configs/tm4c123g-launchpad/README.txt +++ b/configs/tm4c123g-launchpad/README.txt @@ -790,7 +790,7 @@ Where is one of the following: change this configuration using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. diff --git a/configs/tm4c123g-launchpad/nsh/setenv.sh b/configs/tm4c123g-launchpad/nsh/setenv.sh index f8bbaf65d8c..9c63cd8cc0c 100755 --- a/configs/tm4c123g-launchpad/nsh/setenv.sh +++ b/configs/tm4c123g-launchpad/nsh/setenv.sh @@ -64,7 +64,7 @@ fi # This is the Cygwin path to the location where I build the buildroot # toolchain. -export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # The tm4c123g-launchpad/tools directory export TOOL_DIR="${WD}/configs/tm4c123g-launchpad/tools" diff --git a/configs/tm4c1294-launchpad/Kconfig b/configs/tm4c1294-launchpad/Kconfig index 5237d3b6bdc..ec8c2464faa 100644 --- a/configs/tm4c1294-launchpad/Kconfig +++ b/configs/tm4c1294-launchpad/Kconfig @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # if ARCH_BOARD_TM4C1294_LAUNCHPAD diff --git a/configs/tm4c1294-launchpad/README.txt b/configs/tm4c1294-launchpad/README.txt index 00e0150e77c..7ac475d2c34 100644 --- a/configs/tm4c1294-launchpad/README.txt +++ b/configs/tm4c1294-launchpad/README.txt @@ -45,7 +45,7 @@ Where is one of the following: change this configuration using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. diff --git a/configs/tm4c1294-launchpad/ipv6/setenv.sh b/configs/tm4c1294-launchpad/ipv6/setenv.sh index 392fe161f74..286ff59eaae 100755 --- a/configs/tm4c1294-launchpad/ipv6/setenv.sh +++ b/configs/tm4c1294-launchpad/ipv6/setenv.sh @@ -64,7 +64,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code # This is the Cygwin path to the location where I build the buildroot # toolchain. -# export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +# export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # The tm4c1294-launchpad/tools directory export TOOL_DIR="${WD}/configs/tm4c1294-launchpad/tools" diff --git a/configs/tm4c1294-launchpad/nsh/setenv.sh b/configs/tm4c1294-launchpad/nsh/setenv.sh index 5e22b317c22..91a85fca7d1 100755 --- a/configs/tm4c1294-launchpad/nsh/setenv.sh +++ b/configs/tm4c1294-launchpad/nsh/setenv.sh @@ -64,7 +64,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code # This is the Cygwin path to the location where I build the buildroot # toolchain. -# export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +# export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # The tm4c1294-launchpad/tools directory export TOOL_DIR="${WD}/configs/tm4c1294-launchpad/tools" diff --git a/configs/twr-k60n512/Kconfig b/configs/twr-k60n512/Kconfig index 94e6b725a48..0636ec5e340 100644 --- a/configs/twr-k60n512/Kconfig +++ b/configs/twr-k60n512/Kconfig @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # if ARCH_BOARD_TWR_K60N512 diff --git a/configs/twr-k60n512/README.txt b/configs/twr-k60n512/README.txt index 8302b042aed..9a8ae58fcee 100644 --- a/configs/twr-k60n512/README.txt +++ b/configs/twr-k60n512/README.txt @@ -666,7 +666,7 @@ Where is one of the following: change this configuration using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. diff --git a/configs/twr-k60n512/nsh/setenv.sh b/configs/twr-k60n512/nsh/setenv.sh index f87012126a8..b2dde26fc2b 100644 --- a/configs/twr-k60n512/nsh/setenv.sh +++ b/configs/twr-k60n512/nsh/setenv.sh @@ -54,7 +54,7 @@ fi # This is the Cygwin path to the location where I build the buildroot # toolchain. -export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/ubw32/Kconfig b/configs/ubw32/Kconfig index 83ed53225b0..5f906fe2333 100644 --- a/configs/ubw32/Kconfig +++ b/configs/ubw32/Kconfig @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # if ARCH_BOARD_UBW32 diff --git a/configs/ubw32/README.txt b/configs/ubw32/README.txt index 8d80c46d1ec..dba48901c41 100644 --- a/configs/ubw32/README.txt +++ b/configs/ubw32/README.txt @@ -590,7 +590,7 @@ Where is one of the following: change this configurations using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. diff --git a/configs/us7032evb1/Kconfig b/configs/us7032evb1/Kconfig index 94e6b725a48..0636ec5e340 100644 --- a/configs/us7032evb1/Kconfig +++ b/configs/us7032evb1/Kconfig @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # if ARCH_BOARD_TWR_K60N512 diff --git a/configs/us7032evb1/README.txt b/configs/us7032evb1/README.txt index 16a9cecb44b..ba72f0edde1 100644 --- a/configs/us7032evb1/README.txt +++ b/configs/us7032evb1/README.txt @@ -73,7 +73,7 @@ Common Configuration Notes change a configurations using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. diff --git a/configs/us7032evb1/nsh/setenv.sh b/configs/us7032evb1/nsh/setenv.sh index fabcfb1de9e..d2313361286 100755 --- a/configs/us7032evb1/nsh/setenv.sh +++ b/configs/us7032evb1/nsh/setenv.sh @@ -40,7 +40,7 @@ fi if [ -z ${PATH_ORIG} ]; then export PATH_ORIG=${PATH}; fi WD=`pwd` -export BUILDROOT_BIN=${WD}/../misc/buildroot/build_sh/staging_dir/bin +export BUILDROOT_BIN=${WD}/../buildroot/build_sh/staging_dir/bin export SH1BINARIES=$WD/configs/us7032evb1/bin export PATH=${BUILDROOT_BIN}:${SH1BINARIES}:/sbin:/usr/sbin:${PATH_ORIG} diff --git a/configs/us7032evb1/ostest/setenv.sh b/configs/us7032evb1/ostest/setenv.sh index 6a923c95921..ac37e9150f6 100755 --- a/configs/us7032evb1/ostest/setenv.sh +++ b/configs/us7032evb1/ostest/setenv.sh @@ -40,7 +40,7 @@ fi if [ -z ${PATH_ORIG} ]; then export PATH_ORIG=${PATH}; fi WD=`pwd` -export BUILDROOT_BIN=${WD}/../misc/buildroot/build_sh/staging_dir/bin +export BUILDROOT_BIN=${WD}/../buildroot/build_sh/staging_dir/bin export SH1BINARIES=$WD/configs/us7032evb1/bin export PATH=${BUILDROOT_BIN}:${SH1BINARIES}:/sbin:/usr/sbin:${PATH_ORIG} diff --git a/configs/viewtool-stm32f107/Kconfig b/configs/viewtool-stm32f107/Kconfig index 82ffaf1d266..512d58630b6 100644 --- a/configs/viewtool-stm32f107/Kconfig +++ b/configs/viewtool-stm32f107/Kconfig @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # if ARCH_BOARD_VIEWTOOL_STM32F107 diff --git a/configs/viewtool-stm32f107/README.txt b/configs/viewtool-stm32f107/README.txt index c1b1b9bca32..753851414cc 100644 --- a/configs/viewtool-stm32f107/README.txt +++ b/configs/viewtool-stm32f107/README.txt @@ -563,7 +563,7 @@ Configurations change any of these configurations using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. diff --git a/configs/viewtool-stm32f107/highpri/setenv.sh b/configs/viewtool-stm32f107/highpri/setenv.sh index 534c7212fff..a593715add3 100755 --- a/configs/viewtool-stm32f107/highpri/setenv.sh +++ b/configs/viewtool-stm32f107/highpri/setenv.sh @@ -69,7 +69,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++ # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/viewtool-stm32f107/netnsh/setenv.sh b/configs/viewtool-stm32f107/netnsh/setenv.sh index 73ce4f40294..c799e1203bb 100755 --- a/configs/viewtool-stm32f107/netnsh/setenv.sh +++ b/configs/viewtool-stm32f107/netnsh/setenv.sh @@ -69,7 +69,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++ # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/viewtool-stm32f107/nsh/setenv.sh b/configs/viewtool-stm32f107/nsh/setenv.sh index 7383585fab0..8b5188cf969 100755 --- a/configs/viewtool-stm32f107/nsh/setenv.sh +++ b/configs/viewtool-stm32f107/nsh/setenv.sh @@ -70,7 +70,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_Code # This is the Cygwin path to the location where I build the buildroot # toolchain. -#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # Add the path to the toolchain to the PATH varialble export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" diff --git a/configs/vsn/Kconfig b/configs/vsn/Kconfig index ae2bf31307d..f72f3c094ce 100644 --- a/configs/vsn/Kconfig +++ b/configs/vsn/Kconfig @@ -1,4 +1,4 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # diff --git a/configs/vsn/README.txt b/configs/vsn/README.txt index c0f6430ea1c..b4e5ba73c4f 100644 --- a/configs/vsn/README.txt +++ b/configs/vsn/README.txt @@ -308,7 +308,7 @@ Where is one of the following: change this configurations using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. diff --git a/configs/vsn/nsh/setenv.sh b/configs/vsn/nsh/setenv.sh index a01a604c0cc..3b9f7f8967a 100755 --- a/configs/vsn/nsh/setenv.sh +++ b/configs/vsn/nsh/setenv.sh @@ -40,7 +40,7 @@ fi if [ -z "${PATH_ORIG}" ]; then export PATH_ORIG="${PATH}"; fi WD=`pwd` -export BUILDROOT_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export BUILDROOT_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" export PATH="${BUILDROOT_BIN}:/sbin:/usr/sbin:${PATH_ORIG}" echo "PATH : ${PATH}" diff --git a/configs/xtrs/Kconfig b/configs/xtrs/Kconfig index ae2bf31307d..f72f3c094ce 100644 --- a/configs/xtrs/Kconfig +++ b/configs/xtrs/Kconfig @@ -1,4 +1,4 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # diff --git a/configs/xtrs/README.txt b/configs/xtrs/README.txt index 73319108c45..a1dc4e6b03d 100644 --- a/configs/xtrs/README.txt +++ b/configs/xtrs/README.txt @@ -166,7 +166,7 @@ These configurations all use the kconfig-frontends, mconf-based configuration tool. To change this configuration using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt and - misc/tools/README.txt + additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. diff --git a/configs/z16f2800100zcog/Kconfig b/configs/z16f2800100zcog/Kconfig index ae2bf31307d..f72f3c094ce 100644 --- a/configs/z16f2800100zcog/Kconfig +++ b/configs/z16f2800100zcog/Kconfig @@ -1,4 +1,4 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # diff --git a/configs/z16f2800100zcog/README.txt b/configs/z16f2800100zcog/README.txt index d5d77725f0f..02f7f84bfde 100644 --- a/configs/z16f2800100zcog/README.txt +++ b/configs/z16f2800100zcog/README.txt @@ -168,7 +168,7 @@ nsh change this configuration using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. @@ -216,7 +216,7 @@ ostest change this configuration using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. @@ -262,7 +262,7 @@ pashello change this configuration using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. diff --git a/configs/z80sim/Kconfig b/configs/z80sim/Kconfig index ae2bf31307d..f72f3c094ce 100644 --- a/configs/z80sim/Kconfig +++ b/configs/z80sim/Kconfig @@ -1,4 +1,4 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # diff --git a/configs/z80sim/README.txt b/configs/z80sim/README.txt index ad14eaf9c95..2599a618ee5 100644 --- a/configs/z80sim/README.txt +++ b/configs/z80sim/README.txt @@ -2,8 +2,7 @@ z80sim README ^^^^^^^^^^^^^ This port uses a primitive, emulated Z80 and the SDCC toolchain. -The instruction set emulator can be found in the NuttX GIT at -https://bitbucket.org/patacongo/nuttx/src/master/misc/sims/z80sim +This port uses an instructino set simulator called z80sim. The SDCC toolchain is available from http://sdcc.sourceforge.net/. All testing has been performed using version 2.6.0 of the SDCC toolchain. @@ -113,7 +112,7 @@ These configurations all use the kconfig-frontends, mconf-based configuration tool. To change this configuration using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt and - misc/tools/README.txt + additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. diff --git a/configs/z8encore000zco/Kconfig b/configs/z8encore000zco/Kconfig index ae2bf31307d..f72f3c094ce 100644 --- a/configs/z8encore000zco/Kconfig +++ b/configs/z8encore000zco/Kconfig @@ -1,4 +1,4 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # diff --git a/configs/z8encore000zco/README.txt b/configs/z8encore000zco/README.txt index 23eb6fc5262..85cb56f52c2 100644 --- a/configs/z8encore000zco/README.txt +++ b/configs/z8encore000zco/README.txt @@ -74,7 +74,7 @@ available: change this configuration using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. diff --git a/configs/z8f64200100kit/Kconfig b/configs/z8f64200100kit/Kconfig index ae2bf31307d..f72f3c094ce 100644 --- a/configs/z8f64200100kit/Kconfig +++ b/configs/z8f64200100kit/Kconfig @@ -1,4 +1,4 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # diff --git a/configs/z8f64200100kit/README.txt b/configs/z8f64200100kit/README.txt index f9fe1499480..142ea785e15 100644 --- a/configs/z8f64200100kit/README.txt +++ b/configs/z8f64200100kit/README.txt @@ -74,7 +74,7 @@ available: change this configuration using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. diff --git a/configs/zkit-arm-1769/Kconfig b/configs/zkit-arm-1769/Kconfig index ab80e40dd87..1f5a2bb3e44 100644 --- a/configs/zkit-arm-1769/Kconfig +++ b/configs/zkit-arm-1769/Kconfig @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # if ARCH_BOARD_ZKITARM diff --git a/configs/zkit-arm-1769/README.txt b/configs/zkit-arm-1769/README.txt index 3c0a33a03e8..d81f9029aa4 100644 --- a/configs/zkit-arm-1769/README.txt +++ b/configs/zkit-arm-1769/README.txt @@ -548,7 +548,7 @@ Where is one of the following: change this configuration using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. @@ -568,7 +568,7 @@ Where is one of the following: change this configuration using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. diff --git a/configs/zkit-arm-1769/hello/setenv.sh b/configs/zkit-arm-1769/hello/setenv.sh index f49bfe5ef73..c8a29943935 100644 --- a/configs/zkit-arm-1769/hello/setenv.sh +++ b/configs/zkit-arm-1769/hello/setenv.sh @@ -55,7 +55,7 @@ fi # This is where the buildroot might reside on a Linux or Cygwin system # A minimal buildroot version with the NXFLAT tools is always required # for this configuration in order to buildthe THTTPD CGI programs -export BUILDROOT_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export BUILDROOT_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # This is the default install location for Code Red on Linux #export TOOLCHAIN_BIN="/usr/local/LPCXpresso/tools/bin" diff --git a/configs/zkit-arm-1769/nsh/setenv.sh b/configs/zkit-arm-1769/nsh/setenv.sh index 3ffb1760aef..d9797a48ba5 100644 --- a/configs/zkit-arm-1769/nsh/setenv.sh +++ b/configs/zkit-arm-1769/nsh/setenv.sh @@ -55,7 +55,7 @@ fi # This is where the buildroot might reside on a Linux or Cygwin system # A minimal buildroot version with the NXFLAT tools is always required # for this configuration in order to buildthe THTTPD CGI programs -export BUILDROOT_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export BUILDROOT_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # This is the default install location for Code Red on Linux #export TOOLCHAIN_BIN="/usr/local/LPCXpresso/tools/bin" diff --git a/configs/zkit-arm-1769/nxhello/setenv.sh b/configs/zkit-arm-1769/nxhello/setenv.sh index 81e38fce38f..1f8edd0d1d7 100755 --- a/configs/zkit-arm-1769/nxhello/setenv.sh +++ b/configs/zkit-arm-1769/nxhello/setenv.sh @@ -55,7 +55,7 @@ fi # This is where the buildroot might reside on a Linux or Cygwin system # A minimal buildroot version with the NXFLAT tools is always required # for this configuration in order to buildthe THTTPD CGI programs -export BUILDROOT_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export BUILDROOT_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # This is the default install location for Code Red on Linux #export TOOLCHAIN_BIN="/usr/local/LPCXpresso/tools/bin" diff --git a/configs/zkit-arm-1769/thttpd/setenv.sh b/configs/zkit-arm-1769/thttpd/setenv.sh index afbb1f9c685..6d93498a7b4 100644 --- a/configs/zkit-arm-1769/thttpd/setenv.sh +++ b/configs/zkit-arm-1769/thttpd/setenv.sh @@ -55,7 +55,7 @@ fi # This is where the buildroot might reside on a Linux or Cygwin system # A minimal buildroot version with the NXFLAT tools is always required # for this configuration in order to buildthe THTTPD CGI programs -export BUILDROOT_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export BUILDROOT_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # This is the default install location for Code Red on Linux #export TOOLCHAIN_BIN="/usr/local/LPCXpresso/tools/bin" diff --git a/configs/zp214xpa/Kconfig b/configs/zp214xpa/Kconfig index d8d04ca5cf2..1b6ac79fa5e 100644 --- a/configs/zp214xpa/Kconfig +++ b/configs/zp214xpa/Kconfig @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. +# see the file kconfig-language.txt in the NuttX tools repository. # if ARCH_BOARD_ZP214XPA diff --git a/configs/zp214xpa/README.txt b/configs/zp214xpa/README.txt index f4bc381854f..471d648e049 100644 --- a/configs/zp214xpa/README.txt +++ b/configs/zp214xpa/README.txt @@ -304,7 +304,7 @@ Configurations: change this configuration using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. @@ -328,7 +328,7 @@ Configurations: change this configuration using that tool, you should: a. Build and install the kconfig-mconf tool. See nuttx/README.txt - and misc/tools/ + see additional README.txt files in the NuttX tools repository. b. Execute 'make menuconfig' in nuttx/ in order to start the reconfiguration process. diff --git a/configs/zp214xpa/nsh/setenv.sh b/configs/zp214xpa/nsh/setenv.sh index 724dab70643..a35d34aa56d 100755 --- a/configs/zp214xpa/nsh/setenv.sh +++ b/configs/zp214xpa/nsh/setenv.sh @@ -54,7 +54,7 @@ fi # This is the Cygwin path to the location where I build the buildroot # toolchain. -export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # The zp214xpa/tools directory export LPCTOOL_DIR="${WD}/configs/zp214xpa/tools" diff --git a/configs/zp214xpa/nxlines/setenv.sh b/configs/zp214xpa/nxlines/setenv.sh index 77f1425e585..b2872cdc52d 100755 --- a/configs/zp214xpa/nxlines/setenv.sh +++ b/configs/zp214xpa/nxlines/setenv.sh @@ -54,7 +54,7 @@ fi # This is the Cygwin path to the location where I build the buildroot # toolchain. -export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin" +export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin" # The zp214xpa/tools directory export LPCTOOL_DIR="${WD}/configs/zp214xpa/tools"