diff options
| author | hathach <[email protected]> | 2026-03-13 23:01:38 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2026-03-13 23:01:38 +0700 |
| commit | adf853643b3db80444da5c3018eb214e244fcf47 (patch) | |
| tree | d05f18f3afdc8b83af55ce94f3c22b82eba66ab6 /.github/workflows | |
| parent | 7ce1e7820451319227b2c1120a2b5e4a63ebf0a9 (diff) | |
add ft9xx-gcc toolchain support to CI
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 1 | ||||
| -rwxr-xr-x | .github/workflows/ci_set_matrix.py | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fa32abbb9..960ccf8ee 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -83,6 +83,7 @@ jobs: #- 'arm-clang' - 'arm-gcc' #- 'esp-idf' + - 'ft9xx-gcc' - 'msp430-gcc' - 'riscv-gcc' with: diff --git a/.github/workflows/ci_set_matrix.py b/.github/workflows/ci_set_matrix.py index b5c8d9544..1ea5199cf 100755 --- a/.github/workflows/ci_set_matrix.py +++ b/.github/workflows/ci_set_matrix.py @@ -8,6 +8,7 @@ toolchain_list = [ "arm-iar", "arm-gcc", "esp-idf", + "ft9xx-gcc", "msp430-gcc", "riscv-gcc", "rx-gcc" @@ -30,6 +31,7 @@ family_list = { "ch32v30x": ["riscv-gcc"], "da1469x": ["arm-gcc"], "fomu": ["riscv-gcc"], + "ft9xx": ["ft9xx-gcc"], "gd32vf103": ["riscv-gcc"], "hpmicro": ["riscv-gcc"], "imxrt": ["arm-gcc", "arm-clang"], |
