From 95b27f5be0a8908a833c3f24f54ee89f0edd22ee Mon Sep 17 00:00:00 2001 From: Matthias Hertel Date: Mon, 5 Feb 2024 11:48:19 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a69d134..95356fd 100644 --- a/README.md +++ b/README.md @@ -28,10 +28,10 @@ To facilitate tool integration Arm provides critical foundation tools in a tools URL / Tool | Description :--------------|:------------------- -[artifacts.keil.arm.com/avh/](https://artifacts.keil.arm.com/avh/) | [Arm Virtual Hardware FVP Models](https://arm-software.github.io/AVH/main/simulation/html/Using.html) -[artifacts.keil.arm.com/cmsis-toolbox/](https://artifacts.keil.arm.com/cmsis-toolbox/) | [CLI Build System for CMSIS-Pack based projects](https://github.com/Open-CMSIS-Pack/cmsis-toolbox/blob/main/docs/README.md#cmsis-toolbox) -[artifacts.keil.arm.com/arm-compiler/](https://artifacts.keil.arm.com/arm-compiler/) | [Arm Compiler for Embedded](https://developer.arm.com/Tools%20and%20Software/Arm%20Compiler%20for%20Embedded) (commercial) -[artifacts.keil.arm.com/arm-none-eabi-gcc/](https://artifacts.keil.arm.com/arm-none-eabi-gcc/) | [Arm GNU Toolchain](https://developer.arm.com/Tools%20and%20Software/GNU%20Toolchain) (community supported); not recommended for Cortex-M with Helium +[artifacts.tools.arm.com/avh/](https://artifacts.tools.arm.com/avh/) | [Arm Virtual Hardware FVP Models](https://arm-software.github.io/AVH/main/simulation/html/Using.html) +[artifacts.tools.arm.com/cmsis-toolbox/](https://artifacts.tools.arm.com/cmsis-toolbox/) | [CLI Build System for CMSIS-Pack based projects](https://github.com/Open-CMSIS-Pack/cmsis-toolbox/blob/main/docs/README.md#cmsis-toolbox) +[artifacts.tools.arm.com/arm-compiler/](https://artifacts.tools.arm.com/arm-compiler/) | [Arm Compiler for Embedded](https://developer.arm.com/Tools%20and%20Software/Arm%20Compiler%20for%20Embedded) (commercial) +[artifacts.tools.arm.com/arm-none-eabi-gcc/](https://artifacts.tools.arm.com/arm-none-eabi-gcc/) | [Arm GNU Toolchain](https://developer.arm.com/Tools%20and%20Software/GNU%20Toolchain) (community supported); not recommended for Cortex-M with Helium [github.com/ARM-software/LLVM-embedded-toolchain-for-Arm/](https://github.com/ARM-software/LLVM-embedded-toolchain-for-Arm/releases/latest/) | [Arm LLVM Embedded Toolchain](https://learn.arm.com/install-guides/llvm-embedded/) (community supported) ## Github Action workflow templates