Skip to content

Commit e224a92

Browse files
committed
Add reference to IAR Toolchain for test projects
1 parent 2362d73 commit e224a92

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CMSIS/Core/Test/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Currently, the following build configurations are provided:
2525
- Arm Compiler 6 (AC6)
2626
- GNU Compiler (GCC)
2727
- LLVM/Clang (Clang)
28+
- IAR Toolchain (IAR)
2829
2. Devices
2930
- Cortex-M0
3031
- Cortex-M0+
@@ -76,6 +77,7 @@ The following tools are required to build and run the Core tests:
7677
- [Arm Compiler 6.23](https://artifacts.tools.arm.com/arm-compiler/6.23/32/)*
7778
- [GCC Compiler 14.2.1](https://artifacts.keil.arm.com/arm-none-eabi-gcc/14.2.1/)*
7879
- [Clang Compiler 19.1.5](https://github.com/ARM-software/LLVM-embedded-toolchain-for-Arm/releases/tag/release-19.1.5)*
80+
- [IAR Toolchain 9.70.1](https://github.com/iarsystems/arm/releases/tag/9.70.1)*
7981
- [Python 3.9](https://www.python.org/downloads/)
8082
- [LLVM FileCheck](https://github.com/llvm/llvm-project/releases/)
8183
- Ubuntu package `llvm-<version>-tools`

CMSIS/CoreValidation/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Currently, the following build configurations are provided:
2020
- Arm Compiler 6 (AC6)
2121
- GNU Compiler (GCC)
2222
- LLVM/Clang (Clang)
23+
- IAR Toolchain (IAR)
2324
2. Devices
2425
- Cortex-M0
2526
- Cortex-M0+
@@ -68,6 +69,7 @@ The following tools are required to build and run the CoreValidation tests:
6869
- [Arm Compiler 6.20](https://artifacts.keil.arm.com/arm-compiler/6.20/21/)*
6970
- [GCC Compiler 13.2.1](https://artifacts.keil.arm.com/arm-none-eabi-gcc/13.2.1/)*
7071
- [Clang Compiler 17.0.1](https://github.com/ARM-software/LLVM-embedded-toolchain-for-Arm/releases/tag/release-17.0.1)*
72+
- [IAR Toolchain 9.70.1](https://github.com/iarsystems/arm/releases/tag/9.70.1)*
7173
- [Arm Virtual Hardware for Cortex-M based on FastModels 11.22.39](https://artifacts.keil.arm.com/avh/11.22.39/)*
7274
- [Python 3.9](https://www.python.org/downloads/)
7375

0 commit comments

Comments
 (0)