summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2025-06-11 21:05:33 +0700
committerGitHub <[email protected]>2025-06-11 21:05:33 +0700
commit170de855a36dd329911e53e1e9e29fb161867821 (patch)
tree3e9a895880e9fe5dc31cc16a0908f804c88b3a47 /.github/workflows
parent8e252203697bc74f622d31a0de113e0ad01c9704 (diff)
parent732a07ba5d48790b02e8b872cd5ec70f973a81c7 (diff)
Merge pull request #2960 from HiFiPhile/h7rs
Add NUCLEO-H7S3L8 BSP
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 bccb07e3e..961e27a8f 100755
--- a/.github/workflows/ci_set_matrix.py
+++ b/.github/workflows/ci_set_matrix.py
@@ -40,7 +40,7 @@ family_list = {
"stm32f4": ["arm-gcc", "arm-clang", "arm-iar"],
"stm32f7": ["arm-gcc", "arm-clang", "arm-iar"],
"stm32g0 stm32g4 stm32h5": ["arm-gcc", "arm-clang", "arm-iar"],
- "stm32h7": ["arm-gcc", "arm-clang", "arm-iar"],
+ "stm32h7 stm32h7rs": ["arm-gcc", "arm-clang", "arm-iar"],
"stm32l0 stm32l4": ["arm-gcc", "arm-clang", "arm-iar"],
"stm32u5 stm32wb": ["arm-gcc", "arm-clang", "arm-iar"],
"xmc4000": ["arm-gcc"],