diff options
| author | Zixun LI <[email protected]> | 2025-12-16 20:18:40 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-12-16 20:18:40 +0100 |
| commit | 8a246db49f5ad52bd1c430e2796c0d363c4cdede (patch) | |
| tree | 1878cba0dd7a239424be31039b3c4fa3795f4989 /.github/workflows | |
| parent | 77fcf62f9fba99a0344ba95d78130a5c0c921e56 (diff) | |
| parent | 5a7e5db78770d6fd37992b5812f910c3546f2a72 (diff) | |
Merge pull request #3398 from chenzhihong007/feature/support_hpmicro_chips
Feature/support hpmicro chips
Diffstat (limited to '.github/workflows')
| -rwxr-xr-x | .github/workflows/ci_set_matrix.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci_set_matrix.py b/.github/workflows/ci_set_matrix.py index 933a8375f..994773f69 100755 --- a/.github/workflows/ci_set_matrix.py +++ b/.github/workflows/ci_set_matrix.py @@ -17,7 +17,7 @@ toolchain_list = [ family_list = { "at32f402_405 at32f403a_407 at32f413 at32f415 at32f423 at32f425 at32f435_437 broadcom_32bit da1469x": ["arm-gcc"], "broadcom_64bit": ["aarch64-gcc"], - "ch32v10x ch32v20x ch32v30x fomu gd32vf103": ["riscv-gcc"], + "ch32v10x ch32v20x ch32v30x fomu gd32vf103 hpmicro": ["riscv-gcc"], "imxrt": ["arm-gcc", "arm-clang"], "kinetis_k kinetis_kl kinetis_k32l2": ["arm-gcc", "arm-clang"], "lpc11 lpc13 lpc15 lpc17 lpc18 lpc40 lpc43": ["arm-gcc", "arm-clang"], |
