diff options
| author | hathach <[email protected]> | 2026-03-13 11:46:53 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2026-03-13 11:46:53 +0700 |
| commit | 5794e50c377b615ba7d29484cf8575433affe0fe (patch) | |
| tree | ed738c1b7fa881ffc9baf62cca3ff51eca572dfc /.github/workflows/ci_set_matrix.py | |
| parent | f98f7e003fc8c4bcdf503e8c9bff29122b70cc9e (diff) | |
rename and migrate kinetis_k32l to new mcux-devices
Diffstat (limited to '.github/workflows/ci_set_matrix.py')
| -rwxr-xr-x | .github/workflows/ci_set_matrix.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci_set_matrix.py b/.github/workflows/ci_set_matrix.py index cd7dfa76b..b5c8d9544 100755 --- a/.github/workflows/ci_set_matrix.py +++ b/.github/workflows/ci_set_matrix.py @@ -34,7 +34,7 @@ family_list = { "hpmicro": ["riscv-gcc"], "imxrt": ["arm-gcc", "arm-clang"], "kinetis_k": ["arm-gcc", "arm-clang"], - "kinetis_k32l2": ["arm-gcc", "arm-clang"], + "kinetis_k32l": ["arm-gcc", "arm-clang"], "kinetis_kl": ["arm-gcc", "arm-clang"], "lpc11": ["arm-gcc", "arm-clang"], "lpc13": ["arm-gcc", "arm-clang"], |
