From 873de7b4803deed2498e085e7a504e5ff504e8da Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 13 Aug 2017 07:18:19 -0600 Subject: [PATCH] configs/*/README.txt: Update to the new URL for obtaining the ARM toolchain. --- arch/arm/src/stm32f7/stm32f76xx77xx_rcc.c | 2 +- configs/b-l475e-iot01a/README.txt | 2 +- configs/clicker2-stm32/README.txt | 2 +- configs/ea3131/README.txt | 2 +- configs/ea3152/README.txt | 2 +- configs/launchxl-tms57004/README.txt | 6 +++--- configs/ntosd-dm320/README.txt | 2 +- configs/nucleo-144/README.txt | 2 +- configs/nucleo-f072rb/README.txt | 2 +- configs/nucleo-f091rc/README.txt | 2 +- configs/nucleo-l452re/README.txt | 2 +- configs/olimex-lpc-h3131/README.txt | 2 +- configs/sabre-6quad/README.txt | 2 +- configs/same70-xplained/README.txt | 8 +------- configs/samv71-xult/README.txt | 8 +------- configs/stm3220g-eval/README.txt | 2 +- configs/stm32f746g-disco/README.txt | 2 +- configs/teensy-3.x/README.txt | 10 ++-------- configs/teensy-lc/README.txt | 2 +- configs/xmc4500-relax/README.txt | 2 +- 20 files changed, 23 insertions(+), 41 deletions(-) diff --git a/arch/arm/src/stm32f7/stm32f76xx77xx_rcc.c b/arch/arm/src/stm32f7/stm32f76xx77xx_rcc.c index 3493a3e124..7ed3e7ca30 100644 --- a/arch/arm/src/stm32f7/stm32f76xx77xx_rcc.c +++ b/arch/arm/src/stm32f7/stm32f76xx77xx_rcc.c @@ -61,7 +61,7 @@ #define HSE_DIVISOR (STM32_HSE_FREQUENCY + 500000) / 1000000 /* If CONFIG_STM32F7_DSIHOST is defined in the board configuration, then - * STM32_RCC_DCKCFGR2_DSISRC must also be defined to selecte the clock + * STM32_RCC_DCKCFGR2_DSISRC must also be defined to select the clock * source. */ diff --git a/configs/b-l475e-iot01a/README.txt b/configs/b-l475e-iot01a/README.txt index 3432944a7e..3d6903cc8a 100644 --- a/configs/b-l475e-iot01a/README.txt +++ b/configs/b-l475e-iot01a/README.txt @@ -249,7 +249,7 @@ Configurations "GNU Tools for ARM Embedded Processors" that is maintained by ARM (unless stated otherwise in the description of the configuration). - https://launchpad.net/gcc-arm-embedded + https://developer.arm.com/open-source/gnu-toolchain/gnu-rm That toolchain selection can easily be reconfigured using 'make menuconfig'. Here are the relevant current settings: diff --git a/configs/clicker2-stm32/README.txt b/configs/clicker2-stm32/README.txt index 9c4029cbe0..20ed814d92 100644 --- a/configs/clicker2-stm32/README.txt +++ b/configs/clicker2-stm32/README.txt @@ -210,7 +210,7 @@ Configurations "GNU Tools for ARM Embedded Processors" that is maintained by ARM (unless stated otherwise in the description of the configuration). - https://launchpad.net/gcc-arm-embedded + https://developer.arm.com/open-source/gnu-toolchain/gnu-rm That toolchain selection can easily be reconfigured using 'make menuconfig'. Here are the relevant current settings: diff --git a/configs/ea3131/README.txt b/configs/ea3131/README.txt index 0d966dafbc..f79a7ca9ef 100644 --- a/configs/ea3131/README.txt +++ b/configs/ea3131/README.txt @@ -94,7 +94,7 @@ GNU Toolchain Options class processors, including: GCC ARM Embedded - https://launchpad.net/gcc-arm-embedded + https://developer.arm.com/open-source/gnu-toolchain/gnu-rm Summon ARM Toolchain https://github.com/esden/summon-arm-toolchain diff --git a/configs/ea3152/README.txt b/configs/ea3152/README.txt index 1063a4292a..eae46d2e3f 100644 --- a/configs/ea3152/README.txt +++ b/configs/ea3152/README.txt @@ -93,7 +93,7 @@ GNU Toolchain Options class processors, including: GCC ARM Embedded - https://launchpad.net/gcc-arm-embedded + https://developer.arm.com/open-source/gnu-toolchain/gnu-rm Summon ARM Toolchain https://github.com/esden/summon-arm-toolchain diff --git a/configs/launchxl-tms57004/README.txt b/configs/launchxl-tms57004/README.txt index 42d199cc85..5bd541f715 100644 --- a/configs/launchxl-tms57004/README.txt +++ b/configs/launchxl-tms57004/README.txt @@ -49,7 +49,7 @@ Toolchain I started using the "GNU Tools for ARM Embedded Processors" that is maintained by ARM. - https://launchpad.net/gcc-arm-embedded + https://developer.arm.com/open-source/gnu-toolchain/gnu-rm However, that tool chain will not support the TMS570 big-endian mode. Certainly the -mbig-endian options will compiler for big-endian, but the @@ -58,7 +58,7 @@ Toolchain There are patches available here if you want to build that toolchain from scratch: - https://launchpad.net/gcc-arm-embedded/+question/27995 + https://developer.arm.com/open-source/gnu-toolchain/gnu-rm/+question/27995 I now use a version of the NuttX buildroot toolchain that can be built like this: @@ -203,7 +203,7 @@ Configurations "GNU Tools for ARM Embedded Processors" that is maintained by ARM (unless stated otherwise in the description of the configuration). - https://launchpad.net/gcc-arm-embedded + https://developer.arm.com/open-source/gnu-toolchain/gnu-rm That toolchain selection can easily be reconfigured using 'make menuconfig'. Here are the relevant current settings: diff --git a/configs/ntosd-dm320/README.txt b/configs/ntosd-dm320/README.txt index 1d0a66305f..5c2af4b5ca 100644 --- a/configs/ntosd-dm320/README.txt +++ b/configs/ntosd-dm320/README.txt @@ -111,7 +111,7 @@ GNU Toolchain Options class processors, including: GCC ARM Embedded - https://launchpad.net/gcc-arm-embedded + https://developer.arm.com/open-source/gnu-toolchain/gnu-rm Summon ARM Toolchain https://github.com/esden/summon-arm-toolchain diff --git a/configs/nucleo-144/README.txt b/configs/nucleo-144/README.txt index 51edb92e35..37980943c6 100644 --- a/configs/nucleo-144/README.txt +++ b/configs/nucleo-144/README.txt @@ -175,7 +175,7 @@ Development Environment toolchains will likely cause problems. All testing has been conducted using the GNU toolchain from ARM for Linux. - found here https://launchpad.net/gcc-arm-embedded/4.9/4.9-2015-q3-update/+download/gcc-arm-none-eabi-4_9-2015q3-20150921-linux.tar.bz2 + found here https://developer.arm.com/open-source/gnu-toolchain/gnu-rm/4.9/4.9-2015-q3-update/+download/gcc-arm-none-eabi-4_9-2015q3-20150921-linux.tar.bz2 If you change the default toolchain, then you may also have to modify the PATH environment variable to include the path to the toolchain binaries. diff --git a/configs/nucleo-f072rb/README.txt b/configs/nucleo-f072rb/README.txt index 291a548577..ff54adc15a 100644 --- a/configs/nucleo-f072rb/README.txt +++ b/configs/nucleo-f072rb/README.txt @@ -258,7 +258,7 @@ Configurations "GNU Tools for ARM Embedded Processors" that is maintained by ARM (unless stated otherwise in the description of the configuration). - https://launchpad.net/gcc-arm-embedded + https://developer.arm.com/open-source/gnu-toolchain/gnu-rm That toolchain selection can easily be reconfigured using 'make menuconfig'. Here are the relevant current settings: diff --git a/configs/nucleo-f091rc/README.txt b/configs/nucleo-f091rc/README.txt index e01630856b..83798de161 100644 --- a/configs/nucleo-f091rc/README.txt +++ b/configs/nucleo-f091rc/README.txt @@ -244,7 +244,7 @@ Configurations "GNU Tools for ARM Embedded Processors" that is maintained by ARM (unless stated otherwise in the description of the configuration). - https://launchpad.net/gcc-arm-embedded + https://developer.arm.com/open-source/gnu-toolchain/gnu-rm That toolchain selection can easily be reconfigured using 'make menuconfig'. Here are the relevant current settings: diff --git a/configs/nucleo-l452re/README.txt b/configs/nucleo-l452re/README.txt index fc3e3aa398..54f05051ee 100644 --- a/configs/nucleo-l452re/README.txt +++ b/configs/nucleo-l452re/README.txt @@ -250,7 +250,7 @@ Configurations "GNU Tools for ARM Embedded Processors" that is maintained by ARM (unless stated otherwise in the description of the configuration). - https://launchpad.net/gcc-arm-embedded + https://developer.arm.com/open-source/gnu-toolchain/gnu-rm That toolchain selection can easily be reconfigured using 'make menuconfig'. Here are the relevant current settings: diff --git a/configs/olimex-lpc-h3131/README.txt b/configs/olimex-lpc-h3131/README.txt index e9f54bf84f..9a4644abc7 100644 --- a/configs/olimex-lpc-h3131/README.txt +++ b/configs/olimex-lpc-h3131/README.txt @@ -96,7 +96,7 @@ GNU Toolchain Options class processors, including: GCC ARM Embedded - https://launchpad.net/gcc-arm-embedded + https://developer.arm.com/open-source/gnu-toolchain/gnu-rm Summon ARM Toolchain https://github.com/esden/summon-arm-toolchain diff --git a/configs/sabre-6quad/README.txt b/configs/sabre-6quad/README.txt index 61da0e102f..9d2b498107 100644 --- a/configs/sabre-6quad/README.txt +++ b/configs/sabre-6quad/README.txt @@ -614,7 +614,7 @@ NOTES: "GNU Tools for ARM Embedded Processors" that is maintained by ARM (unless stated otherwise in the description of the configuration). - https://launchpad.net/gcc-arm-embedded + https://developer.arm.com/open-source/gnu-toolchain/gnu-rm That toolchain selection can easily be reconfigured using 'make menuconfig'. Here are the relevant current settings: diff --git a/configs/same70-xplained/README.txt b/configs/same70-xplained/README.txt index 0e611261f9..b3088bb92f 100644 --- a/configs/same70-xplained/README.txt +++ b/configs/same70-xplained/README.txt @@ -1217,13 +1217,7 @@ NOTES: "GNU Tools for ARM Embedded Processors" that is maintained by ARM (unless stated otherwise in the description of the configuration). - https://launchpad.net/gcc-arm-embedded - - As of this writing (2015-03-11), full support is difficult to find - for the Cortex-M7, but is supported by at least this realeasse of - the ARM GNU tools: - - https://launchpadlibrarian.net/209776344/release.txt + https://developer.arm.com/open-source/gnu-toolchain/gnu-rm That toolchain selection can easily be reconfigured using 'make menuconfig'. Here are the relevant current settings: diff --git a/configs/samv71-xult/README.txt b/configs/samv71-xult/README.txt index 3b234ba3f2..ff298f1b76 100644 --- a/configs/samv71-xult/README.txt +++ b/configs/samv71-xult/README.txt @@ -1694,13 +1694,7 @@ NOTES: "GNU Tools for ARM Embedded Processors" that is maintained by ARM (unless stated otherwise in the description of the configuration). - https://launchpad.net/gcc-arm-embedded - - As of this writing (2015-03-11), full support is difficult to find - for the Cortex-M7, but is supported by at least this realeasse of - the ARM GNU tools: - - https://launchpadlibrarian.net/209776344/release.txt + https://developer.arm.com/open-source/gnu-toolchain/gnu-rm That toolchain selection can easily be reconfigured using 'make menuconfig'. Here are the relevant current settings: diff --git a/configs/stm3220g-eval/README.txt b/configs/stm3220g-eval/README.txt index 69cded915f..617a7b54f1 100644 --- a/configs/stm3220g-eval/README.txt +++ b/configs/stm3220g-eval/README.txt @@ -136,7 +136,7 @@ GNU Toolchain Options class processors, including: GCC ARM Embedded - https://launchpad.net/gcc-arm-embedded + https://developer.arm.com/open-source/gnu-toolchain/gnu-rm Thumb2 Newlib Toolchain https://github.com/EliasOenal/TNT diff --git a/configs/stm32f746g-disco/README.txt b/configs/stm32f746g-disco/README.txt index f9471d7d81..0847ad711a 100644 --- a/configs/stm32f746g-disco/README.txt +++ b/configs/stm32f746g-disco/README.txt @@ -488,7 +488,7 @@ Configurations "GNU Tools for ARM Embedded Processors" that is maintained by ARM (unless stated otherwise in the description of the configuration). - https://launchpad.net/gcc-arm-embedded + https://developer.arm.com/open-source/gnu-toolchain/gnu-rm As of this writing (2015-03-11), full support is difficult to find for the Cortex-M7, but is supported by at least this realease of diff --git a/configs/teensy-3.x/README.txt b/configs/teensy-3.x/README.txt index 1513a53256..3770f667a8 100644 --- a/configs/teensy-3.x/README.txt +++ b/configs/teensy-3.x/README.txt @@ -265,13 +265,7 @@ NOTES: "GNU Tools for ARM Embedded Processors" that is maintained by ARM (unless stated otherwise in the description of the configuration). - https://launchpad.net/gcc-arm-embedded - - As of this writing (2015-03-11), full support is difficult to find - for the Cortex-M&, but is supported by at least this realeasse of - the ARM GNU tools: - - https://launchpadlibrarian.net/192228215/release.txt + https://developer.arm.com/open-source/gnu-toolchain/gnu-rm That toolchain selection can easily be reconfigured using 'make menuconfig'. Here are the relevant current settings: @@ -317,4 +311,4 @@ NOTES: Support for builtin applications is enabled, but in the base configuration - no builtin applications are selected (see NOTES below). \ No newline at end of file + no builtin applications are selected (see NOTES below). diff --git a/configs/teensy-lc/README.txt b/configs/teensy-lc/README.txt index 94c8890a50..64f1ee8ba5 100644 --- a/configs/teensy-lc/README.txt +++ b/configs/teensy-lc/README.txt @@ -9,7 +9,7 @@ Development Environment ======================= All testing was done with the GNU ARM Embedded 4.9 toolchain on - Linux. See https://launchpad.net/gcc-arm-embedded to download. + Linux. See https://developer.arm.com/open-source/gnu-toolchain/gnu-rm to download. Once you've configured and built NuttX, flash the resulting nuttx.hex file to the board using the Teensy Loader Application. diff --git a/configs/xmc4500-relax/README.txt b/configs/xmc4500-relax/README.txt index 0b64790b2c..e5bba52c69 100644 --- a/configs/xmc4500-relax/README.txt +++ b/configs/xmc4500-relax/README.txt @@ -132,7 +132,7 @@ Configurations "GNU Tools for ARM Embedded Processors" that is maintained by ARM (unless stated otherwise in the description of the configuration). - https://launchpad.net/gcc-arm-embedded + https://developer.arm.com/open-source/gnu-toolchain/gnu-rm That toolchain selection can easily be reconfigured using 'make menuconfig'. Here are the relevant current settings: