File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
.github/actions/setup_toolchain Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ commands:
1616 "arm-gcc": "https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack/releases/download/v13.2.1-1.1/xpack-arm-none-eabi-gcc-13.2.1-1.1-linux-x64.tar.gz",
1717 "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",
1818 "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",
19- "rx-gcc": "https://llvm-gcc-renesas .com/downloads/get.php?f=rx/8.3.0.202004-gnurx /gcc-8.3.0.202004 -GNURX-ELF.run",
19+ "rx-gcc": "https://github .com/hathach/rx_device/releases/download/0.0.1 /gcc-8.3.0.202411 -GNURX-ELF.run",
2020 "arm-iar": "https://updates.iar.com/FileStore/STANDARD/001/003/322/cxarm-9.60.3.deb"
2121 }'
2222 toolchain_url=$(echo $TOOLCHAIN_JSON | jq -r '.["<< parameters.toolchain >>"]')
Original file line number Diff line number Diff line change 4141 "arm-clang": "https://github.com/ARM-software/LLVM-embedded-toolchain-for-Arm/releases/download/release-19.1.1/LLVM-ET-Arm-19.1.1-Linux-x86_64.tar.xz",
4242 "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",
4343 "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",
44- "rx-gcc": "http ://gcc-renesas .com/downloads/get.php?f=rx/8.3.0.202004-gnurx /gcc-8.3.0.202004 -GNURX-ELF.run"
44+ "rx-gcc": "https ://github .com/hathach/rx_device/releases/download/0.0.1 /gcc-8.3.0.202411 -GNURX-ELF.run"
4545 }'
4646 TOOLCHAIN_URL=$(echo $TOOLCHAIN_JSON | jq -r '.["${{ inputs.toolchain }}"]')
4747 echo "toolchain_url=$TOOLCHAIN_URL"
You can’t perform that action at this time.
0 commit comments