summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHiFiPHile <[email protected]>2026-05-10 01:47:21 +0200
committerHiFiPHile <[email protected]>2026-05-10 14:17:00 +0200
commit5ea1979e290ed80430a5b65b56534373ecbdd56f (patch)
tree79d8a6bae8aacc431331d4f27191592721cfa911 /.github
parentdcd2a4bd0f005835d3edc193309ef3484cd9c8b3 (diff)
add stm32c5 support
Signed-off-by: HiFiPHile <[email protected]>
Diffstat (limited to '.github')
-rwxr-xr-x.github/workflows/ci_set_matrix.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci_set_matrix.py b/.github/workflows/ci_set_matrix.py
index 1d35f15dd..f4d25fd37 100755
--- a/.github/workflows/ci_set_matrix.py
+++ b/.github/workflows/ci_set_matrix.py
@@ -68,6 +68,7 @@ family_list = {
"samd5x_e5x": ["arm-gcc", "arm-clang"],
"samg": ["arm-gcc", "arm-clang"],
"stm32c0": ["arm-gcc", "arm-clang", "arm-iar"],
+ "stm32c5": ["arm-gcc", "arm-clang", "arm-iar"],
"stm32f0": ["arm-gcc", "arm-clang", "arm-iar"],
"stm32f1": ["arm-gcc", "arm-clang", "arm-iar"],
"stm32f2": ["arm-gcc", "arm-clang", "arm-iar"],