summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorhathach <[email protected]>2025-11-19 22:26:10 +0700
committerhathach <[email protected]>2025-11-19 22:26:10 +0700
commit9d7b401c3d98d7923ce3b53d4a129e156e4c9a97 (patch)
tree99368961456094a614ae2743fc58a1268c0be2fb /.github/workflows
parentd1a261ec1260483b9c7fa2c1a2f2fbb2e36c074d (diff)
remove copilot-instructions.md, update and use AGENTS.md instead
Diffstat (limited to '.github/workflows')
-rwxr-xr-x.github/workflows/ci_set_matrix.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/ci_set_matrix.py b/.github/workflows/ci_set_matrix.py
index 3789b4116..9d0e42c2e 100755
--- a/.github/workflows/ci_set_matrix.py
+++ b/.github/workflows/ci_set_matrix.py
@@ -41,7 +41,8 @@ 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 stm32h7rs": ["arm-gcc", "arm-clang", "arm-iar"],
+ "stm32h7": ["arm-gcc", "arm-clang", "arm-iar"],
+ "stm32h7rs": ["arm-gcc", "arm-clang", "arm-iar"],
"stm32l0 stm32l4": ["arm-gcc", "arm-clang", "arm-iar"],
"stm32n6": ["arm-gcc"],
"stm32u0 stm32u5 stm32wb": ["arm-gcc", "arm-clang", "arm-iar"],