diff options
| author | hathach <[email protected]> | 2025-11-19 22:26:10 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2025-11-19 22:26:10 +0700 |
| commit | 9d7b401c3d98d7923ce3b53d4a129e156e4c9a97 (patch) | |
| tree | 99368961456094a614ae2743fc58a1268c0be2fb /.github/workflows | |
| parent | d1a261ec1260483b9c7fa2c1a2f2fbb2e36c074d (diff) | |
remove copilot-instructions.md, update and use AGENTS.md instead
Diffstat (limited to '.github/workflows')
| -rwxr-xr-x | .github/workflows/ci_set_matrix.py | 3 |
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"], |
