diff options
| author | hathach <[email protected]> | 2025-07-31 21:52:59 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2025-07-31 21:52:59 +0700 |
| commit | b67e00892c726f27051b407486d9f0c04ff687f9 (patch) | |
| tree | d96e9e2feecd00c4ca0e22bef394b7b9370d13f4 /.github/workflows | |
| parent | b531f43434779c5946973d141bf6dd942c5d946c (diff) | |
add ci build for all at32, use linker and startup from mcu cmsis instead of local files
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 5fe805c82..4870ec28e 100755 --- a/.github/workflows/ci_set_matrix.py +++ b/.github/workflows/ci_set_matrix.py @@ -15,7 +15,7 @@ toolchain_list = [ # family: [supported toolchain] family_list = { - "at32f403a_407 at32f423": ["arm-gcc"], + "at32f402_405 at32f403a_407 at32f413 at32f415 at32f423 at32f425 at32f435_437": ["arm-gcc"], "broadcom_32bit": ["arm-gcc"], "broadcom_64bit": ["aarch64-gcc"], "ch32v10x ch32v20x ch32v307 fomu gd32vf103": ["riscv-gcc"], |
