diff options
| author | Ha Thach <[email protected]> | 2026-06-22 22:20:29 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-06-22 22:20:29 +0700 |
| commit | cd3561bf158afd5a5718904b8139a338d1e3b67c (patch) | |
| tree | 4b9d46e8b6397ba050d7fba159a67efc0d511eca /.github/workflows | |
| parent | 299c0a55629691f6bbded895a4be377633e815ab (diff) | |
| parent | 706e4a5daaf8bbb55f0a7d00b69d4bc3c4cd70eb (diff) | |
Merge pull request #3515 from alt-0191/ch58x
Add support for WCH ch582/583 series
Diffstat (limited to '.github/workflows')
| -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 f4d25fd37..dc0d3871f 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"], + "ch583": ["riscv-gcc"], "da1469x": ["arm-gcc"], "fomu": ["riscv-gcc"], "ft9xx": ["ft9xx-gcc"], |
