diff --git a/arch/arm/src/stm32f7/stm32f76xx77xx_rcc.c b/arch/arm/src/stm32f7/stm32f76xx77xx_rcc.c index 3493a3e124c..7ed3e7ca30c 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 3432944a7ee..3d6903cc8ae 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 9c4029cbe0e..20ed814d92f 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 0d966dafbc5..f79a7ca9efa 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 1063a4292ac..eae46d2e3f1 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 42d199cc85c..5bd541f7155 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 1d0a66305f5..5c2af4b5ca0 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 51edb92e350..37980943c68 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 291a548577c..ff54adc15a9 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 e01630856b7..83798de1619 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 fc3e3aa398c..54f05051ee5 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 e9f54bf84f6..9a4644abc73 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 61da0e102fb..9d2b4981078 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 0e611261f9a..b3088bb92fa 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 3b234ba3f28..ff298f1b76b 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 69cded915fc..617a7b54f1a 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 f9471d7d818..0847ad711a8 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 1513a53256c..3770f667a80 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 94c8890a500..64f1ee8ba56 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 0b64790b2cf..e5bba52c69d 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: