From 9e99cfa4e091dd3ddf09e418e3d93c962c6d8cd3 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 28 Jun 2015 09:14:52 -0600 Subject: [PATCH] Correct many bitbucket.org URLs --- configs/amber/README.txt | 2 +- configs/arduino-due/README.txt | 2 +- configs/c5471evm/README.txt | 2 +- configs/cloudctrl/README.txt | 2 +- configs/demo9s12ne64/README.txt | 2 +- configs/ea3131/README.txt | 2 +- configs/ea3152/README.txt | 2 +- configs/eagle100/README.txt | 2 +- configs/ekk-lm3s9b96/README.txt | 2 +- configs/fire-stm32v2/README.txt | 2 +- configs/freedom-kl25z/README.txt | 2 +- configs/freedom-kl26z/README.txt | 2 +- configs/hymini-stm32v/README.txt | 2 +- configs/kwikstik-k40/README.txt | 2 +- configs/lincoln60/README.txt | 2 +- configs/lm3s6432-s2e/README.txt | 2 +- configs/lm3s6965-ek/README.txt | 2 +- configs/lm3s8962-ek/README.txt | 2 +- configs/lm4f120-launchpad/README.txt | 2 +- configs/lpc4330-xplorer/README.txt | 2 +- configs/lpc4357-evb/README.txt | 2 +- configs/mbed/README.txt | 2 +- configs/mcu123-lpc214x/README.txt | 2 +- configs/micropendous3/README.txt | 2 +- configs/mikroe-stm32f4/README.txt | 2 +- configs/mx1ads/README.txt | 2 +- configs/ne64badge/README.txt | 2 +- configs/ntosd-dm320/README.txt | 2 +- configs/nucleo-f4x1re/README.txt | 2 +- configs/nucleus2g/README.txt | 2 +- configs/nutiny-nuc120/README.txt | 2 +- configs/olimex-lpc-h3131/README.txt | 2 +- configs/olimex-lpc1766stk/README.txt | 2 +- configs/olimex-strp711/README.txt | 2 +- configs/pirelli_dpl10/README.txt | 2 +- configs/sam3u-ek/README.txt | 2 +- configs/sam4e-ek/README.txt | 2 +- configs/sam4l-xplained/README.txt | 2 +- configs/sam4s-xplained-pro/README.txt | 2 +- configs/sam4s-xplained/README.txt | 2 +- configs/sama5d3-xplained/README.txt | 2 +- configs/sama5d3x-ek/README.txt | 2 +- configs/sama5d4-ek/README.txt | 2 +- configs/samd20-xplained/README.txt | 2 +- configs/saml21-xplained/README.txt | 2 +- configs/shenzhou/README.txt | 2 +- configs/skp16c26/README.txt | 10 +++++----- configs/spark/README.txt | 2 +- configs/stm3210e-eval/README.txt | 2 +- configs/stm3220g-eval/README.txt | 2 +- configs/stm3240g-eval/README.txt | 2 +- configs/stm32_tiny/README.txt | 2 +- configs/stm32f3discovery/README.txt | 2 +- configs/stm32f4discovery/README.txt | 2 +- configs/stm32ldiscovery/README.txt | 2 +- configs/stm32vldiscovery/README.txt | 2 +- configs/teensy-2.0/README.txt | 2 +- configs/tm4c123g-launchpad/README.txt | 2 +- configs/twr-k60n512/README.txt | 2 +- configs/us7032evb1/README.txt | 2 +- configs/vsn/README.txt | 2 +- 61 files changed, 65 insertions(+), 65 deletions(-) diff --git a/configs/amber/README.txt b/configs/amber/README.txt index 5d5d845be4..d0f3940f61 100644 --- a/configs/amber/README.txt +++ b/configs/amber/README.txt @@ -196,7 +196,7 @@ The valid values for are BUILDROOT, CROSSPACK, LINUXGCC and WINAVR. Buildroot: There is a DIY buildroot version for the AVR boards here: - http://bitbucket.org/patacongo/nuttx/downloads/buildroot/. See the + http://bitbucket.org/nuttx/buildroot/downloads/. See the following section for details on building this toolchain. It is assumed in some places that buildroot toolchain is available diff --git a/configs/arduino-due/README.txt b/configs/arduino-due/README.txt index 1c49abe96b..8775e140a2 100644 --- a/configs/arduino-due/README.txt +++ b/configs/arduino-due/README.txt @@ -359,7 +359,7 @@ NuttX EABI "buildroot" Toolchain different from the default in your PATH variable). If you have no Cortex-M3 toolchain, one can be downloaded from the NuttX - Bitbucket download site (https://bitbucket.org/patacongo/nuttx/downloads/buildroot/). + Bitbucket download site (https://bitbucket.org/nuttx/buildroot/downloads/). This GNU toolchain builds and executes in the Linux or Cygwin environment. 1. You must have already configured Nuttx in /nuttx. diff --git a/configs/c5471evm/README.txt b/configs/c5471evm/README.txt index 3dd4d8ce06..618b2ae1ce 100644 --- a/configs/c5471evm/README.txt +++ b/configs/c5471evm/README.txt @@ -9,7 +9,7 @@ Toolchain different from the default). If you have no ARM toolchain, one can be downloaded from the NuttX - Bitbucket download site (https://bitbucket.org/patacongo/nuttx/downloads/buildroot). + Bitbucket download site (https://bitbucket.org/nuttx/buildroot/downloads/). 1. You must have already configured Nuttx in nuttx. diff --git a/configs/cloudctrl/README.txt b/configs/cloudctrl/README.txt index ff34426776..19569e7563 100644 --- a/configs/cloudctrl/README.txt +++ b/configs/cloudctrl/README.txt @@ -315,7 +315,7 @@ NuttX EABI buildroot Toolchain different from the default in your PATH variable). If you have no Cortex-M3 toolchain, one can be downloaded from the NuttX - Bitbucket download site (https://bitbucket.org/patacongo/nuttx/downloads/buildroot/). + Bitbucket download site (https://bitbucket.org/nuttx/buildroot/downloads/). This GNU toolchain builds and executes in the Linux or Cygwin environment. 1. You must have already configured Nuttx in /nuttx. diff --git a/configs/demo9s12ne64/README.txt b/configs/demo9s12ne64/README.txt index 99863356e3..7ec1b55471 100644 --- a/configs/demo9s12ne64/README.txt +++ b/configs/demo9s12ne64/README.txt @@ -115,7 +115,7 @@ NuttX Buildroot Toolchain different from the default in your PATH variable). If you have no HC12 toolchain, one can be downloaded from the NuttX - Bitbucket download site (https://bitbucket.org/patacongo/nuttx/downloads/buildroot). + Bitbucket download site (https://bitbucket.org/nuttx/buildroot/downloads/). This GNU toolchain builds and executes in the Linux or Cygwin environments. diff --git a/configs/ea3131/README.txt b/configs/ea3131/README.txt index 2a8c518240..bc468d0e94 100644 --- a/configs/ea3131/README.txt +++ b/configs/ea3131/README.txt @@ -151,7 +151,7 @@ NuttX buildroot Toolchain different from the default in your PATH variable). If you have no Cortex-M3 toolchain, one can be downloaded from the NuttX - Bitbucket download site (https://bitbucket.org/patacongo/nuttx/downloads/buildroot/). + Bitbucket download site (https://bitbucket.org/nuttx/buildroot/downloads/). This GNU toolchain builds and executes in the Linux or Cygwin environment. 1. You must have already configured Nuttx in /nuttx. diff --git a/configs/ea3152/README.txt b/configs/ea3152/README.txt index bfb234c964..52f1d738be 100644 --- a/configs/ea3152/README.txt +++ b/configs/ea3152/README.txt @@ -150,7 +150,7 @@ NuttX buildroot Toolchain different from the default in your PATH variable). If you have no Cortex-M3 toolchain, one can be downloaded from the NuttX - Bitbucket download site (https://bitbucket.org/patacongo/nuttx/downloads/buildroot/). + Bitbucket download site (https://bitbucket.org/nuttx/buildroot/downloads/). This GNU toolchain builds and executes in the Linux or Cygwin environment. 1. You must have already configured Nuttx in /nuttx. diff --git a/configs/eagle100/README.txt b/configs/eagle100/README.txt index 9742bec9cf..d14f17db52 100644 --- a/configs/eagle100/README.txt +++ b/configs/eagle100/README.txt @@ -85,7 +85,7 @@ NuttX EABI "buildroot" Toolchain different from the default in your PATH variable). If you have no Cortex-M3 toolchain, one can be downloaded from the NuttX - Bitbucket download site (https://bitbucket.org/patacongo/nuttx/downloads/buildroot/). + Bitbucket download site (https://bitbucket.org/nuttx/buildroot/downloads/). This GNU toolchain builds and executes in the Linux or Cygwin environment. 1. You must have already configured Nuttx in /nuttx. diff --git a/configs/ekk-lm3s9b96/README.txt b/configs/ekk-lm3s9b96/README.txt index 866870d33d..a20864ffb8 100644 --- a/configs/ekk-lm3s9b96/README.txt +++ b/configs/ekk-lm3s9b96/README.txt @@ -189,7 +189,7 @@ NuttX EABI "buildroot" Toolchain different from the default in your PATH variable). If you have no Cortex-M3 toolchain, one can be downloaded from the NuttX - Bitbucket download site (https://bitbucket.org/patacongo/nuttx/downloads/buildroot/). + Bitbucket download site (https://bitbucket.org/nuttx/buildroot/downloads/). This GNU toolchain builds and executes in the Linux or Cygwin environment. 1. You must have already configured Nuttx in /nuttx. diff --git a/configs/fire-stm32v2/README.txt b/configs/fire-stm32v2/README.txt index 893dcb42b4..721050aa66 100644 --- a/configs/fire-stm32v2/README.txt +++ b/configs/fire-stm32v2/README.txt @@ -307,7 +307,7 @@ NuttX EABI "buildroot" Toolchain different from the default in your PATH variable). If you have no Cortex-M3 toolchain, one can be downloaded from the NuttX - Bitbucket download site (https://bitbucket.org/patacongo/nuttx/downloads/buildroot/). + Bitbucket download site (https://bitbucket.org/nuttx/buildroot/downloads/). This GNU toolchain builds and executes in the Linux or Cygwin environment. 1. You must have already configured Nuttx in /nuttx. diff --git a/configs/freedom-kl25z/README.txt b/configs/freedom-kl25z/README.txt index 042dfcf2ca..f7614bb79d 100644 --- a/configs/freedom-kl25z/README.txt +++ b/configs/freedom-kl25z/README.txt @@ -39,7 +39,7 @@ NuttX Buildroot Toolchain different from the default in your PATH variable). If you have no Cortex-M0 toolchain, one can be downloaded from the NuttX - Bitbucket download site (https://bitbucket.org/patacongo/nuttx/downloads/buildroot/). + Bitbucket download site (https://bitbucket.org/nuttx/buildroot/downloads/). This GNU toolchain builds and executes in the Linux or Cygwin environment. 1. You must have already configured Nuttx in /nuttx. diff --git a/configs/freedom-kl26z/README.txt b/configs/freedom-kl26z/README.txt index f0a3ac4d9b..260ee1b6be 100644 --- a/configs/freedom-kl26z/README.txt +++ b/configs/freedom-kl26z/README.txt @@ -39,7 +39,7 @@ NuttX Buildroot Toolchain different from the default in your PATH variable). If you have no Cortex-M0 toolchain, one can be downloaded from the NuttX - Bitbucket download site (https://bitbucket.org/patacongo/nuttx/downloads/buildroot/). + Bitbucket download site (https://bitbucket.org/nuttx/buildroot/downloads/). This GNU toolchain builds and executes in the Linux or Cygwin environment. 1. You must have already configured Nuttx in /nuttx. diff --git a/configs/hymini-stm32v/README.txt b/configs/hymini-stm32v/README.txt index 6d16ea5646..82d49be3db 100644 --- a/configs/hymini-stm32v/README.txt +++ b/configs/hymini-stm32v/README.txt @@ -129,7 +129,7 @@ NuttX EABI "buildroot" Toolchain different from the default in your PATH variable). If you have no Cortex-M3 toolchain, one can be downloaded from the NuttX - Bitbucket download site (https://bitbucket.org/patacongo/nuttx/downloads/buildroot/). + Bitbucket download site (https://bitbucket.org/nuttx/buildroot/downloads/). This GNU toolchain builds and executes in the Linux or Cygwin environment. 1. You must have already configured Nuttx in /nuttx. diff --git a/configs/kwikstik-k40/README.txt b/configs/kwikstik-k40/README.txt index c6dd2fed4a..970f5b9bbc 100644 --- a/configs/kwikstik-k40/README.txt +++ b/configs/kwikstik-k40/README.txt @@ -252,7 +252,7 @@ NuttX EABI "buildroot" Toolchain different from the default in your PATH variable). If you have no Cortex-M4 toolchain, one can be downloaded from the NuttX - Bitbucket download site (https://bitbucket.org/patacongo/nuttx/downloads/buildroot/). + Bitbucket download site (https://bitbucket.org/nuttx/buildroot/downloads/). This GNU toolchain builds and executes in the Linux or Cygwin environment. NOTE: The NuttX toolchain may not include optimizations for Cortex-M4 (ARMv7E-M). diff --git a/configs/lincoln60/README.txt b/configs/lincoln60/README.txt index a7eb5f94e8..c8439d1a16 100644 --- a/configs/lincoln60/README.txt +++ b/configs/lincoln60/README.txt @@ -159,7 +159,7 @@ NuttX EABI "buildroot" Toolchain different from the default in your PATH variable). If you have no Cortex-M3 toolchain, one can be downloaded from the NuttX - Bitbucket download site (https://bitbucket.org/patacongo/nuttx/downloads/buildroot/). + Bitbucket download site (https://bitbucket.org/nuttx/buildroot/downloads/). This GNU toolchain builds and executes in the Linux or Cygwin environment. 1. You must have already configured Nuttx in /nuttx. diff --git a/configs/lm3s6432-s2e/README.txt b/configs/lm3s6432-s2e/README.txt index 55728c543f..e9126ab388 100644 --- a/configs/lm3s6432-s2e/README.txt +++ b/configs/lm3s6432-s2e/README.txt @@ -179,7 +179,7 @@ NuttX EABI "buildroot" Toolchain different from the default in your PATH variable). If you have no Cortex-M3 toolchain, one can be downloaded from the NuttX - Bitbucket download site (https://bitbucket.org/patacongo/nuttx/downloads/buildroot/). + Bitbucket download site (https://bitbucket.org/nuttx/buildroot/downloads/). This GNU toolchain builds and executes in the Linux or Cygwin environment. This port was tested with tools built using summon-arm-toolchain; available diff --git a/configs/lm3s6965-ek/README.txt b/configs/lm3s6965-ek/README.txt index fa3af8aee8..01325d9de3 100644 --- a/configs/lm3s6965-ek/README.txt +++ b/configs/lm3s6965-ek/README.txt @@ -293,7 +293,7 @@ NuttX EABI "buildroot" Toolchain different from the default in your PATH variable). If you have no Cortex-M3 toolchain, one can be downloaded from the NuttX - Bitbucket download site (https://bitbucket.org/patacongo/nuttx/downloads/buildroot/). + Bitbucket download site (https://bitbucket.org/nuttx/buildroot/downloads/). This GNU toolchain builds and executes in the Linux or Cygwin environment. 1. You must have already configured Nuttx in /nuttx. diff --git a/configs/lm3s8962-ek/README.txt b/configs/lm3s8962-ek/README.txt index 77ab094ceb..347ad03106 100644 --- a/configs/lm3s8962-ek/README.txt +++ b/configs/lm3s8962-ek/README.txt @@ -197,7 +197,7 @@ NuttX EABI "buildroot" Toolchain different from the default in your PATH variable). If you have no Cortex-M3 toolchain, one can be downloaded from the NuttX - Bitbucket download site (https://bitbucket.org/patacongo/nuttx/downloads/buildroot/). + Bitbucket download site (https://bitbucket.org/nuttx/buildroot/downloads/). This GNU toolchain builds and executes in the Linux or Cygwin environment. 1. You must have already configured Nuttx in /nuttx. diff --git a/configs/lm4f120-launchpad/README.txt b/configs/lm4f120-launchpad/README.txt index bdd3fab3dc..3ddcae7850 100644 --- a/configs/lm4f120-launchpad/README.txt +++ b/configs/lm4f120-launchpad/README.txt @@ -347,7 +347,7 @@ NuttX EABI "buildroot" Toolchain different from the default in your PATH variable). If you have no Cortex-M3 toolchain, one can be downloaded from the NuttX - Bitbucket download site (https://bitbucket.org/patacongo/nuttx/downloads/buildroot/). + Bitbucket download site (https://bitbucket.org/nuttx/buildroot/downloads/). This GNU toolchain builds and executes in the Linux or Cygwin environment. 1. You must have already configured Nuttx in /nuttx. diff --git a/configs/lpc4330-xplorer/README.txt b/configs/lpc4330-xplorer/README.txt index 0aed73b44e..26dd10c7fb 100644 --- a/configs/lpc4330-xplorer/README.txt +++ b/configs/lpc4330-xplorer/README.txt @@ -464,7 +464,7 @@ NuttX EABI "buildroot" Toolchain different from the default in your PATH variable). If you have no Cortex-M3 toolchain, one can be downloaded from the NuttX - Bitbucket download site (https://bitbucket.org/patacongo/nuttx/downloads/buildroot/). + Bitbucket download site (https://bitbucket.org/nuttx/buildroot/downloads/). This GNU toolchain builds and executes in the Linux or Cygwin environment. 1. You must have already configured Nuttx in /nuttx. diff --git a/configs/lpc4357-evb/README.txt b/configs/lpc4357-evb/README.txt index b703c4cebc..2a4b29a479 100644 --- a/configs/lpc4357-evb/README.txt +++ b/configs/lpc4357-evb/README.txt @@ -457,7 +457,7 @@ NuttX EABI "buildroot" Toolchain different from the default in your PATH variable). If you have no Cortex-M3 toolchain, one can be downloaded from the NuttX - Bitbucket download site (https://bitbucket.org/patacongo/nuttx/downloads/buildroot/). + Bitbucket download site (https://bitbucket.org/nuttx/buildroot/downloads/). This GNU toolchain builds and executes in the Linux or Cygwin environment. 1. You must have already configured Nuttx in /nuttx. diff --git a/configs/mbed/README.txt b/configs/mbed/README.txt index 8926f66bd2..312c952336 100644 --- a/configs/mbed/README.txt +++ b/configs/mbed/README.txt @@ -122,7 +122,7 @@ NuttX EABI "buildroot" Toolchain different from the default in your PATH variable). If you have no Cortex-M3 toolchain, one can be downloaded from the NuttX - Bitbucket download site (https://bitbucket.org/patacongo/nuttx/downloads/buildroot/). + Bitbucket download site (https://bitbucket.org/nuttx/buildroot/downloads/). This GNU toolchain builds and executes in the Linux or Cygwin environment. 1. You must have already configured Nuttx in /nuttx. diff --git a/configs/mcu123-lpc214x/README.txt b/configs/mcu123-lpc214x/README.txt index ecee154964..e9b683d727 100644 --- a/configs/mcu123-lpc214x/README.txt +++ b/configs/mcu123-lpc214x/README.txt @@ -90,7 +90,7 @@ NuttX buildroot Toolchain different from the default in your PATH variable). If you have no Cortex-M3 toolchain, one can be downloaded from the NuttX - Bitbucket download site (https://bitbucket.org/patacongo/nuttx/downloads/buildroot/). + Bitbucket download site (https://bitbucket.org/nuttx/buildroot/downloads/). This GNU toolchain builds and executes in the Linux or Cygwin environment. 1. You must have already configured Nuttx in /nuttx. diff --git a/configs/micropendous3/README.txt b/configs/micropendous3/README.txt index f3a92e8c7f..94789f924a 100644 --- a/configs/micropendous3/README.txt +++ b/configs/micropendous3/README.txt @@ -209,7 +209,7 @@ The valid values for are BUILDROOT, CROSSPACK, LINUXGCC and WINAVR. Buildroot: There is a DIY buildroot version for the AVR boards here: - http://bitbucket.org/patacongo/nuttx/downloads/buildroot/. See the + http://bitbucket.org/nuttx/buildroot/downloads/. See the following section for details on building this toolchain. It is assumed in some places that buildroot toolchain is available diff --git a/configs/mikroe-stm32f4/README.txt b/configs/mikroe-stm32f4/README.txt index 076be5b227..ecd07cc17f 100644 --- a/configs/mikroe-stm32f4/README.txt +++ b/configs/mikroe-stm32f4/README.txt @@ -187,7 +187,7 @@ NuttX EABI "buildroot" Toolchain different from the default in your PATH variable). If you have no Cortex-M3 toolchain, one can be downloaded from the NuttX - Bitbucket download site (https://bitbucket.org/patacongo/nuttx/downloads/buildroot/). + Bitbucket download site (https://bitbucket.org/nuttx/buildroot/downloads/). This GNU toolchain builds and executes in the Linux or Cygwin environment. 1. You must have already configured Nuttx in /nuttx. diff --git a/configs/mx1ads/README.txt b/configs/mx1ads/README.txt index 83b69294e3..a8a65044be 100644 --- a/configs/mx1ads/README.txt +++ b/configs/mx1ads/README.txt @@ -9,7 +9,7 @@ Toolchain different from the default). If you have no ARM toolchain, one can be downloaded from the NuttX - Bitbucket download site (https://bitbucket.org/patacongo/nuttx/downloads/buildroot/). + Bitbucket download site (https://bitbucket.org/nuttx/buildroot/downloads/). 1. You must have already configured Nuttx in nuttx. diff --git a/configs/ne64badge/README.txt b/configs/ne64badge/README.txt index bdbd596fc3..fd5933f81a 100644 --- a/configs/ne64badge/README.txt +++ b/configs/ne64badge/README.txt @@ -222,7 +222,7 @@ NuttX Buildroot Toolchain different from the default in your PATH variable). If you have no HC12 toolchain, one can be downloaded from the NuttX - Bitbucket download site (https://bitbucket.org/patacongo/nuttx/downloads/buildroot/). + Bitbucket download site (https://bitbucket.org/nuttx/buildroot/downloads/). This GNU toolchain builds and executes in the Linux or Cygwin environments. diff --git a/configs/ntosd-dm320/README.txt b/configs/ntosd-dm320/README.txt index 1ef7daae63..4913d5015c 100644 --- a/configs/ntosd-dm320/README.txt +++ b/configs/ntosd-dm320/README.txt @@ -171,7 +171,7 @@ NuttX buildroot Toolchain different from the default). If you have no ARM toolchain, one can be downloaded from the NuttX - Bitbucket download site (https://bitbucket.org/patacongo/nuttx/downloads/buildroot/). + Bitbucket download site (https://bitbucket.org/nuttx/buildroot/downloads/). 1. You must have already configured Nuttx in nuttx. diff --git a/configs/nucleo-f4x1re/README.txt b/configs/nucleo-f4x1re/README.txt index b360fc7586..f80f0d133b 100644 --- a/configs/nucleo-f4x1re/README.txt +++ b/configs/nucleo-f4x1re/README.txt @@ -233,7 +233,7 @@ NuttX EABI "buildroot" Toolchain different from the default in your PATH variable). If you have no Cortex-M3 toolchain, one can be downloaded from the NuttX - Bitbucket download site (https://bitbucket.org/patacongo/nuttx/downloads/buildroot/). + Bitbucket download site (https://bitbucket.org/nuttx/buildroot/downloads/). This GNU toolchain builds and executes in the Linux or Cygwin environment. 1. You must have already configured Nuttx in /nuttx. diff --git a/configs/nucleus2g/README.txt b/configs/nucleus2g/README.txt index bb37f1071b..46d4f768db 100644 --- a/configs/nucleus2g/README.txt +++ b/configs/nucleus2g/README.txt @@ -182,7 +182,7 @@ NuttX EABI "buildroot" Toolchain different from the default in your PATH variable). If you have no Cortex-M3 toolchain, one can be downloaded from the NuttX - Bitbucket download site (https://bitbucket.org/patacongo/nuttx/downloads/buildroot/). + Bitbucket download site (https://bitbucket.org/nuttx/buildroot/downloads/). This GNU toolchain builds and executes in the Linux or Cygwin environment. 1. You must have already configured Nuttx in /nuttx. diff --git a/configs/nutiny-nuc120/README.txt b/configs/nutiny-nuc120/README.txt index 6327558711..c6f747d167 100644 --- a/configs/nutiny-nuc120/README.txt +++ b/configs/nutiny-nuc120/README.txt @@ -40,7 +40,7 @@ NuttX Buildroot Toolchain different from the default in your PATH variable). If you have no Cortex-M0 toolchain, one can be downloaded from the NuttX - Bitbucket download site (https://bitbucket.org/patacongo/nuttx/downloads/buildroot/). + Bitbucket download site (https://bitbucket.org/nuttx/buildroot/downloads/). This GNU toolchain builds and executes in the Linux or Cygwin environment. 1. You must have already configured Nuttx in /nuttx. diff --git a/configs/olimex-lpc-h3131/README.txt b/configs/olimex-lpc-h3131/README.txt index d45e1c9ccb..2f76757fb7 100644 --- a/configs/olimex-lpc-h3131/README.txt +++ b/configs/olimex-lpc-h3131/README.txt @@ -156,7 +156,7 @@ NuttX buildroot Toolchain different from the default in your PATH variable). If you have no Cortex-M3 toolchain, one can be downloaded from the NuttX - Bitbucket download site (https://bitbucket.org/patacongo/nuttx/downloads/buildroot/). + Bitbucket download site (https://bitbucket.org/nuttx/buildroot/downloads/). This GNU toolchain builds and executes in the Linux or Cygwin environment. 1. You must have already configured Nuttx in /nuttx. diff --git a/configs/olimex-lpc1766stk/README.txt b/configs/olimex-lpc1766stk/README.txt index a3b9f14df4..078264c0b9 100644 --- a/configs/olimex-lpc1766stk/README.txt +++ b/configs/olimex-lpc1766stk/README.txt @@ -268,7 +268,7 @@ NuttX EABI "buildroot" Toolchain different from the default in your PATH variable). If you have no Cortex-M3 toolchain, one can be downloaded from the NuttX - Bitbucket download site (https://bitbucket.org/patacongo/nuttx/downloads/buildroot/). + Bitbucket download site (https://bitbucket.org/nuttx/buildroot/downloads/). This GNU toolchain builds and executes in the Linux or Cygwin environment. 1. You must have already configured Nuttx in /nuttx. diff --git a/configs/olimex-strp711/README.txt b/configs/olimex-strp711/README.txt index bd9feeb242..683282f4e8 100644 --- a/configs/olimex-strp711/README.txt +++ b/configs/olimex-strp711/README.txt @@ -175,7 +175,7 @@ NuttX buildroot Toolchain different from the default). If you have no ARM toolchain, one can be downloaded from the NuttX - Bitbucket download site (https://bitbucket.org/patacongo/nuttx/downloads/buildroot/). + Bitbucket download site (https://bitbucket.org/nuttx/buildroot/downloads/). 1. You must have already configured Nuttx in nuttx. diff --git a/configs/pirelli_dpl10/README.txt b/configs/pirelli_dpl10/README.txt index 8f1be27903..e9f0204df5 100644 --- a/configs/pirelli_dpl10/README.txt +++ b/configs/pirelli_dpl10/README.txt @@ -280,7 +280,7 @@ NuttX OABI "buildroot" Toolchain different from the default in your PATH variable). If you have no ARMtoolchain, one can be downloaded from the NuttX - Bitbucket download site (https://bitbucket.org/patacongo/nuttx/downloads/buildroot/). + Bitbucket download site (https://bitbucket.org/nuttx/buildroot/downloads/). This GNU toolchain builds and executes in the Linux or Cygwin environment. 1. You must have already configured Nuttx in /nuttx. diff --git a/configs/sam3u-ek/README.txt b/configs/sam3u-ek/README.txt index 31dbfab064..42509866b2 100644 --- a/configs/sam3u-ek/README.txt +++ b/configs/sam3u-ek/README.txt @@ -134,7 +134,7 @@ NuttX EABI "buildroot" Toolchain different from the default in your PATH variable). If you have no Cortex-M3 toolchain, one can be downloaded from the NuttX - Bitbucket download site (https://bitbucket.org/patacongo/nuttx/downloads/buildroot/). + Bitbucket download site (https://bitbucket.org/nuttx/buildroot/downloads/). This GNU toolchain builds and executes in the Linux or Cygwin environment. 1. You must have already configured Nuttx in /nuttx. diff --git a/configs/sam4e-ek/README.txt b/configs/sam4e-ek/README.txt index e82e046a11..7b18529777 100644 --- a/configs/sam4e-ek/README.txt +++ b/configs/sam4e-ek/README.txt @@ -132,7 +132,7 @@ NuttX EABI "buildroot" Toolchain different from the default in your PATH variable). If you have no Cortex-M3 toolchain, one can be downloaded from the NuttX - Bitbucket download site (https://bitbucket.org/patacongo/nuttx/downloads/buildroot/). + Bitbucket download site (https://bitbucket.org/nuttx/buildroot/downloads/). This GNU toolchain builds and executes in the Linux or Cygwin environment. 1. You must have already configured Nuttx in /nuttx. diff --git a/configs/sam4l-xplained/README.txt b/configs/sam4l-xplained/README.txt index edab641fd4..aa6884c440 100644 --- a/configs/sam4l-xplained/README.txt +++ b/configs/sam4l-xplained/README.txt @@ -294,7 +294,7 @@ NuttX EABI "buildroot" Toolchain different from the default in your PATH variable). If you have no Cortex-M3 toolchain, one can be downloaded from the NuttX - Bitbucket download site (https://bitbucket.org/patacongo/nuttx/downloads/buildroot/). + Bitbucket download site (https://bitbucket.org/nuttx/buildroot/downloads/). This GNU toolchain builds and executes in the Linux or Cygwin environment. 1. You must have already configured Nuttx in /nuttx. diff --git a/configs/sam4s-xplained-pro/README.txt b/configs/sam4s-xplained-pro/README.txt index 63783073b1..c59f0a5207 100644 --- a/configs/sam4s-xplained-pro/README.txt +++ b/configs/sam4s-xplained-pro/README.txt @@ -188,7 +188,7 @@ NuttX EABI "buildroot" Toolchain different from the default in your PATH variable). If you have no Cortex-M3 toolchain, one can be downloaded from the NuttX - Bitbucket download site (https://bitbucket.org/patacongo/nuttx/downloads/buildroot/). + Bitbucket download site (https://bitbucket.org/nuttx/buildroot/downloads/). This GNU toolchain builds and executes in the Linux or Cygwin environment. 1. You must have already configured Nuttx in /nuttx. diff --git a/configs/sam4s-xplained/README.txt b/configs/sam4s-xplained/README.txt index edd70e94c9..b344699ee5 100644 --- a/configs/sam4s-xplained/README.txt +++ b/configs/sam4s-xplained/README.txt @@ -187,7 +187,7 @@ NuttX EABI "buildroot" Toolchain different from the default in your PATH variable). If you have no Cortex-M3 toolchain, one can be downloaded from the NuttX - Bitbucket download site (https://bitbucket.org/patacongo/nuttx/downloads/buildroot/). + Bitbucket download site (https://bitbucket.org/nuttx/buildroot/downloads/). This GNU toolchain builds and executes in the Linux or Cygwin environment. 1. You must have already configured Nuttx in /nuttx. diff --git a/configs/sama5d3-xplained/README.txt b/configs/sama5d3-xplained/README.txt index 782da0f525..3a7ad71f84 100644 --- a/configs/sama5d3-xplained/README.txt +++ b/configs/sama5d3-xplained/README.txt @@ -190,7 +190,7 @@ NuttX EABI "buildroot" Toolchain different from the default in your PATH variable). If you have no Cortex-M3 toolchain, one can be downloaded from the NuttX - Bitbucket download site (https://bitbucket.org/patacongo/nuttx/downloads/buildroot/). + Bitbucket download site (https://bitbucket.org/nuttx/buildroot/downloads/). This GNU toolchain builds and executes in the Linux or Cygwin environment. 1. You must have already configured Nuttx in /nuttx. diff --git a/configs/sama5d3x-ek/README.txt b/configs/sama5d3x-ek/README.txt index 29f5a9067c..2f953ce3bb 100644 --- a/configs/sama5d3x-ek/README.txt +++ b/configs/sama5d3x-ek/README.txt @@ -212,7 +212,7 @@ NuttX EABI "buildroot" Toolchain different from the default in your PATH variable). If you have no Cortex-M3 toolchain, one can be downloaded from the NuttX - Bitbucket download site (https://bitbucket.org/patacongo/nuttx/downloads/buildroot/). + Bitbucket download site (https://bitbucket.org/nuttx/buildroot/downloads/). This GNU toolchain builds and executes in the Linux or Cygwin environment. 1. You must have already configured Nuttx in /nuttx. diff --git a/configs/sama5d4-ek/README.txt b/configs/sama5d4-ek/README.txt index d4412377d9..dbdad8b10c 100644 --- a/configs/sama5d4-ek/README.txt +++ b/configs/sama5d4-ek/README.txt @@ -206,7 +206,7 @@ NuttX EABI "buildroot" Toolchain different from the default in your PATH variable). If you have no Cortex-M3 toolchain, one can be downloaded from the NuttX - Bitbucket download site (https://bitbucket.org/patacongo/nuttx/downloads/buildroot/). + Bitbucket download site (https://bitbucket.org/nuttx/buildroot/downloads/). This GNU toolchain builds and executes in the Linux or Cygwin environment. 1. You must have already configured Nuttx in /nuttx. diff --git a/configs/samd20-xplained/README.txt b/configs/samd20-xplained/README.txt index c6ec0e3bf6..ed73f4c471 100644 --- a/configs/samd20-xplained/README.txt +++ b/configs/samd20-xplained/README.txt @@ -370,7 +370,7 @@ NuttX EABI "buildroot" Toolchain different from the default in your PATH variable). If you have no Cortex-M0 toolchain, one can be downloaded from the NuttX - Bitbucket download site (https://bitbucket.org/patacongo/nuttx/downloads/buildroot/). + Bitbucket download site (https://bitbucket.org/nuttx/buildroot/downloads/). This GNU toolchain builds and executes in the Linux or Cygwin environment. 1. You must have already configured Nuttx in /nuttx. diff --git a/configs/saml21-xplained/README.txt b/configs/saml21-xplained/README.txt index 7ba8b112c1..33e3069d47 100644 --- a/configs/saml21-xplained/README.txt +++ b/configs/saml21-xplained/README.txt @@ -351,7 +351,7 @@ NuttX EABI "buildroot" Toolchain different from the default in your PATH variable). If you have no Cortex-M0 toolchain, one can be downloaded from the NuttX - Bitbucket download site (https://bitbucket.org/patacongo/nuttx/downloads/buildroot/). + Bitbucket download site (https://bitbucket.org/nuttx/buildroot/downloads/). This GNU toolchain builds and executes in the Linux or Cygwin environment. 1. You must have already configured Nuttx in /nuttx. diff --git a/configs/shenzhou/README.txt b/configs/shenzhou/README.txt index 5cbf9073db..bb61ba1dae 100644 --- a/configs/shenzhou/README.txt +++ b/configs/shenzhou/README.txt @@ -332,7 +332,7 @@ NuttX EABI buildroot Toolchain different from the default in your PATH variable). If you have no Cortex-M3 toolchain, one can be downloaded from the NuttX - Bitbucket download site (https://bitbucket.org/patacongo/nuttx/downloads/buildroot/). + Bitbucket download site (https://bitbucket.org/nuttx/buildroot/downloads/). This GNU toolchain builds and executes in the Linux or Cygwin environment. 1. You must have already configured Nuttx in /nuttx. diff --git a/configs/skp16c26/README.txt b/configs/skp16c26/README.txt index b3a4c5e8b1..864c01faf8 100644 --- a/configs/skp16c26/README.txt +++ b/configs/skp16c26/README.txt @@ -54,14 +54,14 @@ NOTE: See the toolchain issues above -- you may not want to waste your time. Check out the buildroot module. GIT checkout instructions: - https://bitbucket.org/patacongo/nuttx/src/master/buildroot/ + git clone hhttps://patacongo@bitbucket.org/nuttx/buildroot.git buildroot - Make the archive directory: + Make the archive directory: - mkdir archive + mkdir archive - The /../buildroot is where the toolchain is built; - The /../archive directory is where toolchain sources will be downloaded. + The /../buildroot is where the toolchain is built; + The /../archive directory is where toolchain sources will be downloaded. 3. Make sure that NuttX is configured diff --git a/configs/spark/README.txt b/configs/spark/README.txt index ddb12314b0..76ca4f1899 100644 --- a/configs/spark/README.txt +++ b/configs/spark/README.txt @@ -202,7 +202,7 @@ NuttX EABI "buildroot" Toolchain different from the default in your PATH variable). If you have no Cortex-M3 toolchain, one can be downloaded from the NuttX - Bitbucket download site (https://bitbucket.org/patacongo/nuttx/downloads/buildroot/). + Bitbucket download site (https://bitbucket.org/nuttx/buildroot/downloads/). This GNU toolchain builds and executes in the Linux or Cygwin environment. 1. You must have already configured Nuttx in /nuttx. diff --git a/configs/stm3210e-eval/README.txt b/configs/stm3210e-eval/README.txt index 8a07b4cb8f..2537a5cfe2 100644 --- a/configs/stm3210e-eval/README.txt +++ b/configs/stm3210e-eval/README.txt @@ -132,7 +132,7 @@ NuttX EABI "buildroot" Toolchain different from the default in your PATH variable). If you have no Cortex-M3 toolchain, one can be downloaded from the NuttX - Bitbucket download site (https://bitbucket.org/patacongo/nuttx/downloads/buildroot/). + Bitbucket download site (https://bitbucket.org/nuttx/buildroot/downloads/). This GNU toolchain builds and executes in the Linux or Cygwin environment. 1. You must have already configured Nuttx in /nuttx. diff --git a/configs/stm3220g-eval/README.txt b/configs/stm3220g-eval/README.txt index c7d649a89e..d199bacba7 100644 --- a/configs/stm3220g-eval/README.txt +++ b/configs/stm3220g-eval/README.txt @@ -199,7 +199,7 @@ NuttX EABI "buildroot" Toolchain different from the default in your PATH variable). If you have no Cortex-M3 toolchain, one can be downloaded from the NuttX - Bitbucket download site (https://bitbucket.org/patacongo/nuttx/downloads/buildroot/). + Bitbucket download site (https://bitbucket.org/nuttx/buildroot/downloads/). This GNU toolchain builds and executes in the Linux or Cygwin environment. 1. You must have already configured Nuttx in /nuttx. diff --git a/configs/stm3240g-eval/README.txt b/configs/stm3240g-eval/README.txt index 7df4a19686..ded0c8c195 100644 --- a/configs/stm3240g-eval/README.txt +++ b/configs/stm3240g-eval/README.txt @@ -179,7 +179,7 @@ NuttX EABI "buildroot" Toolchain different from the default in your PATH variable). If you have no Cortex-M3 toolchain, one can be downloaded from the NuttX - Bitbucket download site (https://bitbucket.org/patacongo/nuttx/downloads/buildroot/). + Bitbucket download site (https://bitbucket.org/nuttx/buildroot/downloads/). This GNU toolchain builds and executes in the Linux or Cygwin environment. 1. You must have already configured Nuttx in /nuttx. diff --git a/configs/stm32_tiny/README.txt b/configs/stm32_tiny/README.txt index b850777cbd..8bc6921fc0 100644 --- a/configs/stm32_tiny/README.txt +++ b/configs/stm32_tiny/README.txt @@ -175,7 +175,7 @@ NuttX EABI "buildroot" Toolchain different from the default in your PATH variable). If you have no Cortex-M3 toolchain, one can be downloaded from the NuttX - Bitbucket download site (https://bitbucket.org/patacongo/nuttx/downloads/buildroot/). + Bitbucket download site (https://bitbucket.org/nuttx/buildroot/downloads/). This GNU toolchain builds and executes in the Linux or Cygwin environment. 1. You must have already configured Nuttx in /nuttx. diff --git a/configs/stm32f3discovery/README.txt b/configs/stm32f3discovery/README.txt index 0f91f313a6..a73c225fff 100644 --- a/configs/stm32f3discovery/README.txt +++ b/configs/stm32f3discovery/README.txt @@ -171,7 +171,7 @@ NuttX EABI "buildroot" Toolchain different from the default in your PATH variable). If you have no Cortex-M3 toolchain, one can be downloaded from the NuttX - Bitbucket download site (https://bitbucket.org/patacongo/nuttx/downloads/buildroot/). + Bitbucket download site (https://bitbucket.org/nuttx/buildroot/downloads/). This GNU toolchain builds and executes in the Linux or Cygwin environment. 1. You must have already configured Nuttx in /nuttx. diff --git a/configs/stm32f4discovery/README.txt b/configs/stm32f4discovery/README.txt index f9b33dcffe..9a09ca548d 100644 --- a/configs/stm32f4discovery/README.txt +++ b/configs/stm32f4discovery/README.txt @@ -190,7 +190,7 @@ NuttX EABI "buildroot" Toolchain different from the default in your PATH variable). If you have no Cortex-M3 toolchain, one can be downloaded from the NuttX - Bitbucket download site (https://bitbucket.org/patacongo/nuttx/downloads/buildroot/). + Bitbucket download site (https://bitbucket.org/nuttx/buildroot/downloads/). This GNU toolchain builds and executes in the Linux or Cygwin environment. 1. You must have already configured Nuttx in /nuttx. diff --git a/configs/stm32ldiscovery/README.txt b/configs/stm32ldiscovery/README.txt index 5d1dcd0e21..ee35c37510 100644 --- a/configs/stm32ldiscovery/README.txt +++ b/configs/stm32ldiscovery/README.txt @@ -336,7 +336,7 @@ NuttX EABI "buildroot" Toolchain different from the default in your PATH variable). If you have no Cortex-M3 toolchain, one can be downloaded from the NuttX - Bitbucket download site (https://bitbucket.org/patacongo/nuttx/downloads/buildroot/). + Bitbucket download site (https://bitbucket.org/nuttx/buildroot/downloads/). This GNU toolchain builds and executes in the Linux or Cygwin environment. 1. You must have already configured Nuttx in /nuttx. diff --git a/configs/stm32vldiscovery/README.txt b/configs/stm32vldiscovery/README.txt index c7a91e0b15..d7a2370896 100644 --- a/configs/stm32vldiscovery/README.txt +++ b/configs/stm32vldiscovery/README.txt @@ -164,7 +164,7 @@ NuttX EABI "buildroot" Toolchain different from the default in your PATH variable). If you have no Cortex-M3 toolchain, one can be downloaded from the NuttX - Bitbucket download site (https://bitbucket.org/patacongo/nuttx/downloads/buildroot/). + Bitbucket download site (https://bitbucket.org/nuttx/buildroot/downloads/). This GNU toolchain builds and executes in the Linux or Cygwin environment. 1. You must have already configured Nuttx in /nuttx. diff --git a/configs/teensy-2.0/README.txt b/configs/teensy-2.0/README.txt index 3af7776a58..e91d407d13 100644 --- a/configs/teensy-2.0/README.txt +++ b/configs/teensy-2.0/README.txt @@ -212,7 +212,7 @@ The valid values for are BUILDROOT, CROSSPACK, LINUXGCC and WINAVR. Buildroot: There is a DIY buildroot version for the AVR boards here: - http://bitbucket.org/patacongo/nuttx/downloads/buildroot/. See the + http://bitbucket.org/nuttx/buildroot/downloads/. See the following section for details on building this toolchain. It is assumed in some places that buildroot toolchain is available diff --git a/configs/tm4c123g-launchpad/README.txt b/configs/tm4c123g-launchpad/README.txt index 5e58d7c834..7c7bc1f4cf 100644 --- a/configs/tm4c123g-launchpad/README.txt +++ b/configs/tm4c123g-launchpad/README.txt @@ -450,7 +450,7 @@ NuttX EABI "buildroot" Toolchain different from the default in your PATH variable). If you have no Cortex-M3 toolchain, one can be downloaded from the NuttX - Bitbucket download site (https://bitbucket.org/patacongo/nuttx/downloads/buildroot/). + Bitbucket download site (https://bitbucket.org/nuttx/buildroot/downloads/). This GNU toolchain builds and executes in the Linux or Cygwin environment. 1. You must have already configured Nuttx in /nuttx. diff --git a/configs/twr-k60n512/README.txt b/configs/twr-k60n512/README.txt index 9a8ae58fce..756308753f 100644 --- a/configs/twr-k60n512/README.txt +++ b/configs/twr-k60n512/README.txt @@ -389,7 +389,7 @@ NuttX EABI "buildroot" Toolchain different from the default in your PATH variable). If you have no Cortex-M4 toolchain, one can be downloaded from the NuttX - Bitbucket download site (https://bitbucket.org/patacongo/nuttx/downloads/buildroot/). + Bitbucket download site (https://bitbucket.org/nuttx/buildroot/downloads/). This GNU toolchain builds and executes in the Linux or Cygwin environment. NOTE: The NuttX toolchain may not include optimizations for Cortex-M4 (ARMv7E-M). diff --git a/configs/us7032evb1/README.txt b/configs/us7032evb1/README.txt index ba72f0edde..7a94b1af06 100644 --- a/configs/us7032evb1/README.txt +++ b/configs/us7032evb1/README.txt @@ -19,7 +19,7 @@ Toolchain different from the default). If you have no SH toolchain, one can be downloaded from the NuttX - Bitbucket download site (https://bitbucket.org/patacongo/nuttx/downloads/buildroot/). + Bitbucket download site (https://bitbucket.org/nuttx/buildroot/downloads/). 1. You must have already configured Nuttx in nuttx. diff --git a/configs/vsn/README.txt b/configs/vsn/README.txt index b4e5ba73c4..4457e5b6bc 100644 --- a/configs/vsn/README.txt +++ b/configs/vsn/README.txt @@ -129,7 +129,7 @@ NuttX EABI "buildroot" Toolchain different from the default in your PATH variable). If you have no Cortex-M3 toolchain, one can be downloaded from the NuttX - Bitbucket download site (https://bitbucket.org/patacongo/nuttx/downloads/buildroot/). + Bitbucket download site (https://bitbucket.org/nuttx/buildroot/downloads/). This GNU toolchain builds and executes in the Linux or Cygwin environment. 1. You must have already configured Nuttx in /nuttx.