diff options
| author | HiFiPhile <[email protected]> | 2025-10-11 16:53:35 +0200 |
|---|---|---|
| committer | HiFiPhile <[email protected]> | 2025-10-11 16:53:35 +0200 |
| commit | b9b1c6432a7be43297afb0a75621ece5fc63f3a5 (patch) | |
| tree | cd7639e4b3a5782fb78f20a3b96f24d69577508c /.github/workflows/ci_set_matrix.py | |
| parent | e0a589cdcae6eaf790d05712a6f2b8c0352fb5fd (diff) | |
| parent | 2e29d1c60d119b2aa71e36d0c1ac2a383e333076 (diff) | |
Merge branch 'master' into dwc2_iso_incomp
Diffstat (limited to '.github/workflows/ci_set_matrix.py')
| -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 3559909ba..e53998c66 100755 --- a/.github/workflows/ci_set_matrix.py +++ b/.github/workflows/ci_set_matrix.py @@ -44,7 +44,7 @@ family_list = { "stm32h7 stm32h7rs": ["arm-gcc", "arm-clang", "arm-iar"], "stm32l0 stm32l4": ["arm-gcc", "arm-clang", "arm-iar"], "stm32n6": ["arm-gcc"], - "stm32u5 stm32wb": ["arm-gcc", "arm-clang", "arm-iar"], + "stm32u0 stm32u5 stm32wb": ["arm-gcc", "arm-clang", "arm-iar"], "stm32wba": ["arm-gcc", "arm-clang"], "xmc4000": ["arm-gcc"], "-bespressif_s2_devkitc": ["esp-idf"], |
