diff options
| author | Ha Thach <[email protected]> | 2025-06-12 21:50:23 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-06-12 21:50:23 +0700 |
| commit | 99b4ebeb10535e7a10cdfcac29723286b7bc4f0d (patch) | |
| tree | 4a42611449e2adcf33c0947b6c8074a83cfb3edc /.github | |
| parent | 170de855a36dd329911e53e1e9e29fb161867821 (diff) | |
| parent | 7d66a3e7758665138f495b5d9174c1874332ce1a (diff) | |
Merge pull request #3140 from james-advatek/stm32n657nucleo
Add STM32N657 Nucleo Board support
Diffstat (limited to '.github')
| -rwxr-xr-x | .github/workflows/ci_set_matrix.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci_set_matrix.py b/.github/workflows/ci_set_matrix.py index 961e27a8f..ddb3ee1fb 100755 --- a/.github/workflows/ci_set_matrix.py +++ b/.github/workflows/ci_set_matrix.py @@ -42,6 +42,7 @@ family_list = { "stm32g0 stm32g4 stm32h5": ["arm-gcc", "arm-clang", "arm-iar"], "stm32h7 stm32h7rs": ["arm-gcc", "arm-clang", "arm-iar"], "stm32l0 stm32l4": ["arm-gcc", "arm-clang", "arm-iar"], + "stm32n6": ["arm-gcc"], "stm32u5 stm32wb": ["arm-gcc", "arm-clang", "arm-iar"], "xmc4000": ["arm-gcc"], "-bespressif_s2_devkitc": ["esp-idf"], |
