summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorhathach <[email protected]>2024-11-27 22:47:19 +0700
committerhathach <[email protected]>2024-11-27 23:00:49 +0700
commitf090b642271710b33c029e825ee2afe139195c73 (patch)
tree862cee5bd3fddf7df8660c097847e3a718f2fd92 /.github/workflows
parent568c785da10e35eb8d5298a4cf63854cbf9dbfd4 (diff)
enable ci for stm32c0, fix build issue with video example and clang
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 705dcac94..78fcac68a 100755
--- a/.github/workflows/ci_set_matrix.py
+++ b/.github/workflows/ci_set_matrix.py
@@ -36,7 +36,7 @@ family_list = {
"samd11 saml2x": ["arm-gcc", "arm-clang"],
"samd21": ["arm-gcc", "arm-clang"],
"samd5x_e5x samg": ["arm-gcc", "arm-clang"],
- "stm32f0 stm32f1 stm32f2 stm32f3": ["arm-gcc", "arm-clang", "arm-iar"],
+ "stm32c0 stm32f0 stm32f1 stm32f2 stm32f3": ["arm-gcc", "arm-clang", "arm-iar"],
"stm32f4": ["arm-gcc", "arm-clang", "arm-iar"],
"stm32f7": ["arm-gcc", "arm-clang", "arm-iar"],
"stm32g0 stm32g4 stm32h5": ["arm-gcc", "arm-clang", "arm-iar"],