summaryrefslogtreecommitdiff
path: root/.github/actions/setup_toolchain/toolchain.json
diff options
context:
space:
mode:
authorhathach <[email protected]>2026-03-13 23:01:38 +0700
committerhathach <[email protected]>2026-03-13 23:01:38 +0700
commitadf853643b3db80444da5c3018eb214e244fcf47 (patch)
treed05f18f3afdc8b83af55ce94f3c22b82eba66ab6 /.github/actions/setup_toolchain/toolchain.json
parent7ce1e7820451319227b2c1120a2b5e4a63ebf0a9 (diff)
add ft9xx-gcc toolchain support to CI
Diffstat (limited to '.github/actions/setup_toolchain/toolchain.json')
-rw-r--r--.github/actions/setup_toolchain/toolchain.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/actions/setup_toolchain/toolchain.json b/.github/actions/setup_toolchain/toolchain.json
index ee41a5cb4..85c746356 100644
--- a/.github/actions/setup_toolchain/toolchain.json
+++ b/.github/actions/setup_toolchain/toolchain.json
@@ -2,6 +2,7 @@
"aarch64-gcc": "https://developer.arm.com/-/media/Files/downloads/gnu-a/10.3-2021.07/binrel/gcc-arm-10.3-2021.07-x86_64-aarch64-none-elf.tar.xz",
"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",
"arm-gcc": "https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack/releases/download/v14.2.1-1.1/xpack-arm-none-eabi-gcc-14.2.1-1.1-linux-x64.tar.gz",
+ "ft9xx-gcc": "https://github.com/Bridgetek/ft32-toolchain-linux/releases/download/v2.7.6/ft9xxtoolchain_2.7.6_amd64.deb",
"arm-gcc-macos-latest": "https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack/releases/download/v14.2.1-1.1/xpack-arm-none-eabi-gcc-14.2.1-1.1-darwin-arm64.tar.gz",
"arm-gcc-windows-latest": "https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack/releases/download/v14.2.1-1.1/xpack-arm-none-eabi-gcc-14.2.1-1.1-win32-x64.zip",
"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",