summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBradley Wogsland <bradley@wogsland.org>2022-02-09 10:52:02 +0100
committerDamien George <damien@micropython.org>2022-02-18 14:28:29 +1100
commit0dfd0447fa6f24bb8ed62b35dbaf91695a255f43 (patch)
tree5d226e11e93124512c2826d7fbb9949c70669c1c
parent767058f3282bf4836e7b9f137bada3c0d8b717af (diff)
README: Update link for ARM embedded toolchain to developer.arm.com.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d197924f0..920f10a50 100644
--- a/README.md
+++ b/README.md
@@ -156,7 +156,7 @@ The STM32 version
The "stm32" port requires an ARM compiler, arm-none-eabi-gcc, and associated
bin-utils. For those using Arch Linux, you need arm-none-eabi-binutils,
arm-none-eabi-gcc and arm-none-eabi-newlib packages. Otherwise, try here:
-https://launchpad.net/gcc-arm-embedded
+https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm
To build: