diff options
| author | hathach <[email protected]> | 2025-09-12 11:26:16 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2025-09-12 11:27:07 +0700 |
| commit | 913597707493ed7ac075d420795574bc7faa3075 (patch) | |
| tree | f8dfd3c11974c11c64ccda9d6d6dccdfcc56a253 /.github/workflows | |
| parent | e09a2d8d356bd1165a4474f5de7dce43c936cb2e (diff) | |
rename stm32wba eval to nucleo
use local linker to fix READONLY keyword with clang
add wba to ci build
Diffstat (limited to '.github/workflows')
| -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 |
