diff options
| author | Zixun LI <[email protected]> | 2026-01-14 09:51:50 +0100 |
|---|---|---|
| committer | Zixun LI <[email protected]> | 2026-01-14 09:51:50 +0100 |
| commit | 796e7c23320f6fb48007e8b773841784f420b577 (patch) | |
| tree | 1647c7967a377d8021510033602b61fefe22bb50 /.github/workflows/ci_set_matrix.py | |
| parent | 7a4e3d0821fb7913fbcca55018b41e66a6339df6 (diff) | |
| parent | 5e6e9e6ad0cf7b49b3ed3b6d18c20be57afeef06 (diff) | |
Merge remote-tracking branch 'tinyusb/master' into bsp_h7_tm4c
Diffstat (limited to '.github/workflows/ci_set_matrix.py')
| -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"], |
