diff options
| author | hathach <[email protected]> | 2025-07-28 22:58:32 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2025-07-29 15:48:57 +0700 |
| commit | b531f43434779c5946973d141bf6dd942c5d946c (patch) | |
| tree | 7438055693740bfed3a6418e9669c0a37eb24a7e /.github | |
| parent | 3682b6c6631c63f1dac2096787c0f983ac77e734 (diff) | |
add ci build for at32: f402_405, f403a_407, f423
Diffstat (limited to '.github')
| -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 ddb3ee1fb..5fe805c82 100755 --- a/.github/workflows/ci_set_matrix.py +++ b/.github/workflows/ci_set_matrix.py @@ -15,6 +15,7 @@ toolchain_list = [ # family: [supported toolchain] family_list = { + "at32f403a_407 at32f423": ["arm-gcc"], "broadcom_32bit": ["arm-gcc"], "broadcom_64bit": ["aarch64-gcc"], "ch32v10x ch32v20x ch32v307 fomu gd32vf103": ["riscv-gcc"], |
