diff options
| author | hathach <[email protected]> | 2025-10-25 16:30:42 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2025-10-25 17:21:57 +0700 |
| commit | d7c4bf14b464a509120ff18f94e9b02cd1c6f9fa (patch) | |
| tree | bc41fd3ddf8a7e78613d2d74f2d528d0e5c0c838 /.github/actions/setup_toolchain/toolchain.json | |
| parent | 5818db49b2de8689a07007a5e4d329b94d67ef42 (diff) | |
add IAR CStat to static_analysis.yml
Diffstat (limited to '.github/actions/setup_toolchain/toolchain.json')
| -rw-r--r-- | .github/actions/setup_toolchain/toolchain.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/actions/setup_toolchain/toolchain.json b/.github/actions/setup_toolchain/toolchain.json index f7123ef11..8496dcad3 100644 --- a/.github/actions/setup_toolchain/toolchain.json +++ b/.github/actions/setup_toolchain/toolchain.json @@ -5,5 +5,5 @@ "msp430-gcc": "http://software-dl.ti.com/msp430/msp430_public_sw/mcu/msp430/MSPGCC/9_2_0_0/export/msp430-gcc-9.2.0.50_linux64.tar.bz2", "riscv-gcc": "https://github.com/xpack-dev-tools/riscv-none-elf-gcc-xpack/releases/download/v13.2.0-2/xpack-riscv-none-elf-gcc-13.2.0-2-linux-x64.tar.gz", "rx-gcc": "https://github.com/hathach/rx_device/releases/download/0.0.1/gcc-8.3.0.202411-GNURX-ELF.run", - "arm-iar": "https://netstorage.iar.com/FileStore/STANDARD/001/003/583/cxarm-9.60.4.deb" + "arm-iar": "https://netstorage.iar.com/FileStore/STANDARD/001/003/723/cxarm-9.70.1.deb" } |
