diff options
| author | hathach <[email protected]> | 2025-10-01 17:18:05 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2025-10-01 17:18:05 +0700 |
| commit | eceb281f17bef1b98a0a20165ae681f186786ad1 (patch) | |
| tree | 5591c508583bd754f06b874487f875f62015c639 /.github/workflows | |
| parent | 13c240134ac0ce0d830e0257ca97d955e032ab93 (diff) | |
| parent | 43e6c9dda7be1a38236989138e1e5693a50fb5ca (diff) | |
Merge branch 'master' into fork/ennebi/mtp
Diffstat (limited to '.github/workflows')
| -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"], |
