diff options
| author | Ha Thach <[email protected]> | 2025-10-01 12:42:35 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-10-01 12:42:35 +0700 |
| commit | 43a76636f2206f9be0eb681202a0428cad19735a (patch) | |
| tree | e1dd2e5cedc26b9231abdc696f93d62a455e09e0 /.github/workflows | |
| parent | 5130850337c1e8e0eedfa2d7165413de27ff6d2f (diff) | |
| parent | 8206002dba7d903de9f269741fbd086cb9399bec (diff) | |
Merge pull request #3268 from HiFiPhile/stm32u083cdk
bsp: Add STM32U083C-DK board
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"], |
