summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMengsk <[email protected]>2025-09-29 16:12:26 +0200
committerMengsk <[email protected]>2025-09-29 16:12:26 +0200
commit387c28a25a254e7dcc50488f68a1f73259205361 (patch)
treeded7658697b8dce6399ba6a53d52d725693c4986 /.github
parent7281bfbfc4c19feb63c7691ce0e4f98ccaa0a143 (diff)
Add u0 to ci
Signed-off-by: Mengsk <[email protected]>
Diffstat (limited to '.github')
-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"],