diff options
| author | hathach <[email protected]> | 2026-03-14 11:08:52 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2026-03-14 12:58:41 +0700 |
| commit | c5e3098c37cf165ffde9a304238558294e328e73 (patch) | |
| tree | 818140d6c447bd5da959fcdcab1c123295e43f39 /.github/workflows | |
| parent | 36400d108fc3d5aad754305d2667456321ad3412 (diff) | |
update rx65n_target: correct pin configuration and remove unused USB interrupt definitions
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 98d15c8f9..1d35f15dd 100755 --- a/.github/workflows/ci_set_matrix.py +++ b/.github/workflows/ci_set_matrix.py @@ -26,6 +26,7 @@ family_list = { "at32f45x": ["arm-gcc"], "broadcom_32bit": ["arm-gcc"], "broadcom_64bit": ["aarch64-gcc"], + "ch32f20x": ["arm-gcc"], "ch32v10x": ["riscv-gcc"], "ch32v20x": ["riscv-gcc"], "ch32v30x": ["riscv-gcc"], |
