diff options
| author | Zixun LI <[email protected]> | 2026-07-26 17:05:34 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-07-26 17:05:34 +0200 |
| commit | 43b23195ac7d70d510dc14e222fe622c1bc83576 (patch) | |
| tree | 460556674b7200e6be673849e22c2fa0552155f8 /.github/workflows | |
| parent | 2d56dc533e45e4e91b15e93fdab5e22e964f328d (diff) | |
| parent | ba9940385c23db07c35ad546a1bcf153997a80a5 (diff) | |
Merge pull request #3788 from rhgndf/apm32f0-deps
Enable APM32F0 dependency fetching and CI
Diffstat (limited to '.github/workflows')
| -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 dc0d3871f..50ada5964 100755 --- a/.github/workflows/ci_set_matrix.py +++ b/.github/workflows/ci_set_matrix.py @@ -16,6 +16,7 @@ toolchain_list = [ # family: [supported toolchain] family_list = { + "apm32f0xx": ["arm-gcc"], "at32f402_405": ["arm-gcc"], "at32f403a_407": ["arm-gcc"], "at32f413": ["arm-gcc"], |
