summaryrefslogtreecommitdiff
path: root/.circleci
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2024-12-17 11:14:57 +0700
committerGitHub <[email protected]>2024-12-17 11:14:57 +0700
commitb1eae1e5e41dacfb70688ae8aeb950b7b68b8046 (patch)
tree5a59ed7a186a0bc6c528f702349d2b1ce001a6af /.circleci
parent8eeddaab364e413153ebd0a8302f85dfb2e60e9f (diff)
parentf74ee9c4ed21795e26fdc96af0195657fa404811 (diff)
Merge pull request #2906 from hathach/add-ra8m1
Add ra8m1_ek
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config2.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config2.yml b/.circleci/config2.yml
index e6ae87e77..c3bf2a270 100644
--- a/.circleci/config2.yml
+++ b/.circleci/config2.yml
@@ -16,7 +16,7 @@ commands:
"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",
"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://llvm-gcc-renesas.com/downloads/get.php?f=rx/8.3.0.202004-gnurx/gcc-8.3.0.202004-GNURX-ELF.run",
+ "rx-gcc": "https://github.com/hathach/rx_device/releases/download/0.0.1/gcc-8.3.0.202411-GNURX-ELF.run",
"arm-iar": "https://updates.iar.com/FileStore/STANDARD/001/003/322/cxarm-9.60.3.deb"
}'
toolchain_url=$(echo $TOOLCHAIN_JSON | jq -r '.["<< parameters.toolchain >>"]')