diff options
| author | Jie Feng <[email protected]> | 2026-07-25 11:25:05 +0800 |
|---|---|---|
| committer | Jie Feng <[email protected]> | 2026-07-25 11:28:29 +0800 |
| commit | 7b9761f1919014152d3e9ee1aaf203d7fb0e762b (patch) | |
| tree | 082c67bbb5f87dda3d854e492d70b84266fb3cad /.github/workflows | |
| parent | 2d56dc533e45e4e91b15e93fdab5e22e964f328d (diff) | |
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"], |
