diff options
| author | Ha Thach <[email protected]> | 2026-01-13 20:12:26 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-01-13 20:12:26 +0700 |
| commit | 72da5f982d63ffae8fe248e45fe3b825ea65d4fc (patch) | |
| tree | 67a57052b2bd6bd2186be8d845ae142bdc852d3e /.github/workflows | |
| parent | a71cb23647d3eafd3f34b3641fd17ea49b131aec (diff) | |
| parent | 0d28bdc27f90ab5e77576e5e28f55349b36abd24 (diff) | |
Merge pull request #3439 from hathach/mtp_zlp
device/mtp: queue ZLP when needed
Diffstat (limited to '.github/workflows')
| -rwxr-xr-x | .github/workflows/ci_set_matrix.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/ci_set_matrix.py b/.github/workflows/ci_set_matrix.py index 237a34b9f..9ab08601d 100755 --- a/.github/workflows/ci_set_matrix.py +++ b/.github/workflows/ci_set_matrix.py @@ -38,7 +38,8 @@ family_list = { "stm32h7": ["arm-gcc", "arm-clang", "arm-iar"], "stm32h7rs stm32l0 stm32l4": ["arm-gcc", "arm-clang", "arm-iar"], "stm32n6": ["arm-gcc"], - "stm32u0 stm32u5 stm32wb stm32wba": ["arm-gcc", "arm-clang", "arm-iar"], + "stm32u0 stm32wb stm32wba": ["arm-gcc", "arm-clang", "arm-iar"], + "stm32u5": ["arm-gcc", "arm-clang", "arm-iar"], "-bespressif_s2_devkitc": ["esp-idf"], # S3, P4 will be built by hil test # "-bespressif_s3_devkitm": ["esp-idf"], |
