diff options
| author | hathach <[email protected]> | 2026-01-12 13:52:29 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2026-01-12 13:52:29 +0700 |
| commit | 34035bb87cb90a2eb413633e30783d5e72d119a6 (patch) | |
| tree | 1f5916e55da448947f5b26ff6b9e8a2fb34104a6 /.github/workflows | |
| parent | 237e9f21fd2f5211abd3784954b72fa900fff7ea (diff) | |
| parent | 085ec06874f5680604a75e3a721a51f962d66973 (diff) | |
Merge branch 'refs/heads/master' into mtp_zlp
Diffstat (limited to '.github/workflows')
| -rwxr-xr-x | .github/workflows/ci_set_matrix.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/ci_set_matrix.py b/.github/workflows/ci_set_matrix.py index c276d5253..237a34b9f 100755 --- a/.github/workflows/ci_set_matrix.py +++ b/.github/workflows/ci_set_matrix.py @@ -15,7 +15,8 @@ toolchain_list = [ # family: [supported toolchain] family_list = { - "at32f402_405 at32f403a_407 at32f413 at32f415 at32f423 at32f425 at32f435_437 broadcom_32bit da1469x": ["arm-gcc"], + "at32f45x at32f402_405 at32f403a_407 at32f413 at32f415 at32f423 at32f425 at32f435_437 broadcom_32bit da1469x": [ + "arm-gcc"], "broadcom_64bit": ["aarch64-gcc"], "ch32v10x ch32v20x ch32v30x fomu gd32vf103 hpmicro": ["riscv-gcc"], "imxrt": ["arm-gcc", "arm-clang"], |
