diff options
| author | Ha Thach <[email protected]> | 2025-09-12 12:41:14 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-09-12 12:41:14 +0700 |
| commit | 2027ac246791caa9f1dc03e9727b60d90bee0f2d (patch) | |
| tree | 9c0037a34a351602f7e5699c4eecb14c157fb87e /.github | |
| parent | b6b22096dd5e2f97a98cccc10ad451ffa1b2b88e (diff) | |
| parent | 9f055f113c38b6fbd898231bc1636448712adf14 (diff) | |
Merge pull request #3245 from Dolphindalt/master
Added NUCLEO-WBA65RI evaluation 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 40d51a7a2..3559909ba 100755 --- a/.github/workflows/ci_set_matrix.py +++ b/.github/workflows/ci_set_matrix.py @@ -45,6 +45,7 @@ family_list = { "stm32l0 stm32l4": ["arm-gcc", "arm-clang", "arm-iar"], "stm32n6": ["arm-gcc"], "stm32u5 stm32wb": ["arm-gcc", "arm-clang", "arm-iar"], + "stm32wba": ["arm-gcc", "arm-clang"], "xmc4000": ["arm-gcc"], "-bespressif_s2_devkitc": ["esp-idf"], # S3, P4 will be built by hil test |
