diff options
| author | Mengsk <[email protected]> | 2025-10-03 09:34:40 +0200 |
|---|---|---|
| committer | Mengsk <[email protected]> | 2025-10-03 09:34:40 +0200 |
| commit | 05ea8cf0ee1365dfe5b2c43c304838648f739abb (patch) | |
| tree | ef4b339711c41927c35ef036e26640ae84c81ee7 /.github/workflows/ci_set_matrix.py | |
| parent | d322207441d55f636be911899f1c7928ba6b00b7 (diff) | |
| parent | c1bf19ed6cf1eaa791f221c1bc5ce4b3d069f76d (diff) | |
Merge remote-tracking branch 'tinyusb/master' into uac1
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"], |
