diff options
| author | hathach <[email protected]> | 2025-04-18 12:39:49 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2025-04-18 14:29:06 +0700 |
| commit | ba45625ea4fe57625059b90e5d2c0f4602818737 (patch) | |
| tree | 3a2c716f7669cbb310eb9935d83414e680e58ed0 /.github/workflows/ci_set_matrix.py | |
| parent | 5c7ca2acad12c72112437b51fcdd9d5adf5fe985 (diff) | |
minor ci update
Diffstat (limited to '.github/workflows/ci_set_matrix.py')
| -rwxr-xr-x | .github/workflows/ci_set_matrix.py | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.github/workflows/ci_set_matrix.py b/.github/workflows/ci_set_matrix.py index 410508246..fa73dc1b6 100755 --- a/.github/workflows/ci_set_matrix.py +++ b/.github/workflows/ci_set_matrix.py @@ -44,9 +44,10 @@ family_list = { "stm32l0 stm32l4": ["arm-gcc", "arm-clang", "arm-iar"], "stm32u5 stm32wb": ["arm-gcc", "arm-clang", "arm-iar"], "xmc4000": ["arm-gcc"], - "-bespressif_kaluga_1": ["esp-idf"], - "-bespressif_s3_devkitm": ["esp-idf"], - "-bespressif_p4_function_ev": ["esp-idf"], + "-bespressif_s2_devkitc": ["esp-idf"], + # S3, P4 will be built by hil test + # "-bespressif_s3_devkitm": ["esp-idf"], + # "-bespressif_p4_function_ev": ["esp-idf"], } |
