diff options
| author | alt-0191 <[email protected]> | 2026-02-26 21:13:07 +0800 |
|---|---|---|
| committer | alt-0191 <[email protected]> | 2026-03-18 15:23:28 +0800 |
| commit | c3e5fcadadcbefcfb884f2bf6ef9af87ae9b581c (patch) | |
| tree | 50bc7c4001b4d276c3017a9395abf2078bcb6535 | |
| parent | 20fdaeef6ca8853002087927e460c0b6339049cd (diff) | |
ci: add ch58x to build matrix (riscv-gcc)
| -rwxr-xr-x | .github/workflows/ci_set_matrix.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci_set_matrix.py b/.github/workflows/ci_set_matrix.py index 1d35f15dd..7fa3e0094 100755 --- a/.github/workflows/ci_set_matrix.py +++ b/.github/workflows/ci_set_matrix.py @@ -30,6 +30,7 @@ family_list = { "ch32v10x": ["riscv-gcc"], "ch32v20x": ["riscv-gcc"], "ch32v30x": ["riscv-gcc"], + "ch58x": ["riscv-gcc"], "da1469x": ["arm-gcc"], "fomu": ["riscv-gcc"], "ft9xx": ["ft9xx-gcc"], |
