diff options
author | David Lechner <david@pybricks.com> | 2022-07-08 13:47:54 -0500 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2022-08-11 14:27:06 +1000 |
commit | 888e831bf78518c367d40a6b77b29c6aab13a7f0 (patch) | |
tree | e110162af2f6f81a5218d77e5360a892db28654d /docs/develop | |
parent | 0546a12238b53f3243cc6ae5dfbb7bcac1d0be9a (diff) |
docs: Update links for Arm GCC toolchain.
The separate A and RM toolchains have been discontinued and replaced
by a single toolchain. This updates the links to the RM toolchain to
the new toolchain.
Signed-off-by: David Lechner <david@pybricks.com>
Diffstat (limited to 'docs/develop')
-rw-r--r-- | docs/develop/gettingstarted.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/develop/gettingstarted.rst b/docs/develop/gettingstarted.rst index 36062ddc0..000b7d613 100644 --- a/docs/develop/gettingstarted.rst +++ b/docs/develop/gettingstarted.rst @@ -103,7 +103,7 @@ For the stm32 port, the ARM cross-compiler is required: $ sudo apt-get install arm-none-eabi-gcc arm-none-eabi-binutils arm-none-eabi-newlib See the `ARM GCC -toolchain <https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm>`_ +toolchain <https://developer.arm.com/downloads/-/arm-gnu-toolchain-downloads>`_ for the latest details. Python is also required. Python 2 is supported for now, but we recommend using Python 3. |