summaryrefslogtreecommitdiff
path: root/.github/workflows/ci_set_matrix.py
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2024-06-06 16:48:08 +0700
committerGitHub <[email protected]>2024-06-06 16:48:08 +0700
commitba2f2299c34491aa8c354e00fa3f9d222e30db89 (patch)
treed25a636df141bfc21e16ee3206c98996a9bfd1b0 /.github/workflows/ci_set_matrix.py
parentd10b65ada4be7d5754b3128e80a9b4db72bdb23f (diff)
parent8df372ae7a4c9dfef1d23dc9a4562df482a4d720 (diff)
Merge pull request #2668 from hathach/add-c6-board
Add esp c6 devkit board
Diffstat (limited to '.github/workflows/ci_set_matrix.py')
-rw-r--r--.github/workflows/ci_set_matrix.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/ci_set_matrix.py b/.github/workflows/ci_set_matrix.py
index c6f4e8fe2..7dc9a2fa1 100644
--- a/.github/workflows/ci_set_matrix.py
+++ b/.github/workflows/ci_set_matrix.py
@@ -7,7 +7,8 @@ toolchain_list = {
"arm-iar": "",
"arm-gcc": "",
"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"
+ "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": "http://gcc-renesas.com/downloads/get.php?f=rx/8.3.0.202004-gnurx/gcc-8.3.0.202004-GNURX-ELF.run",
}
# family: [supported toolchain]
@@ -27,6 +28,7 @@ family_list = {
"nrf": ["arm-gcc", "arm-clang"],
"ra": ["arm-gcc"],
"rp2040": ["arm-gcc"],
+ "rx": ["rx-gcc"],
"samd11 samd21 saml2x": ["arm-gcc", "arm-clang"],
"samd5x_e5x samg": ["arm-gcc", "arm-clang"],
"stm32f0 stm32f1 stm32f2 stm32f3": ["arm-gcc", "arm-clang", "arm-iar"],