summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorhathach <[email protected]>2025-10-01 17:18:05 +0700
committerhathach <[email protected]>2025-10-01 17:18:05 +0700
commiteceb281f17bef1b98a0a20165ae681f186786ad1 (patch)
tree5591c508583bd754f06b874487f875f62015c639 /.github/workflows
parent13c240134ac0ce0d830e0257ca97d955e032ab93 (diff)
parent43e6c9dda7be1a38236989138e1e5693a50fb5ca (diff)
Merge branch 'master' into fork/ennebi/mtp
Diffstat (limited to '.github/workflows')
-rwxr-xr-x.github/workflows/ci_set_matrix.py2
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"],