diff options
| author | hathach <[email protected]> | 2026-01-13 16:33:14 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2026-01-13 16:33:14 +0700 |
| commit | 0d28bdc27f90ab5e77576e5e28f55349b36abd24 (patch) | |
| tree | 34cb81a64a0a127e588dd61ff5201bec0f25536b /.github/workflows | |
| parent | 8cde9b69c3ea2eb94758641c0a7bd057a33ccabc (diff) | |
minor clean up
separate tud_mtp_data_send() and tud_mtp_data_receive()
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"], |
