diff options
| author | Ha Thach <[email protected]> | 2025-08-01 10:39:47 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-08-01 10:39:47 +0700 |
| commit | a16c7a27e44990e4025f7d169344eb4a6cf2a377 (patch) | |
| tree | f6725f3ab347c9f0e50526b15658caa0f3d7719d /.github | |
| parent | de9a6c8561e439c397bbb44cc053701a76d9988d (diff) | |
| parent | e0f2343954c71743358f2b2362bef64bbc68e4a3 (diff) | |
Merge pull request #3191 from hathach/at32
support at32 mcu (2)
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 65d243281..40d51a7a2 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 = { + "at32f402_405 at32f403a_407 at32f413 at32f415 at32f423 at32f425 at32f435_437": ["arm-gcc"], "broadcom_32bit": ["arm-gcc"], "broadcom_64bit": ["aarch64-gcc"], "ch32v10x ch32v20x ch32v30x fomu gd32vf103": ["riscv-gcc"], |
