diff options
| author | Ha Thach <[email protected]> | 2026-02-10 12:54:52 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-02-10 12:54:52 +0700 |
| commit | e416a81a50483dde140e3bfdc1be8657d44f560e (patch) | |
| tree | 44f4df082bd7175bcef2a67ec3bc6584f60e433d /.github | |
| parent | 207396bba68b8eb5243fee81f0c40805032ae41c (diff) | |
| parent | b66c3f75c311f1424c6d7085c7fc3ad14c544de6 (diff) | |
Merge pull request #3437 from hathach/copilot/improve-build-steps-rp2040-esp32
doc update
Diffstat (limited to '.github')
| -rwxr-xr-x | .github/workflows/ci_set_matrix.py | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/ci_set_matrix.py b/.github/workflows/ci_set_matrix.py index 9ab08601d..05a48b6c9 100755 --- a/.github/workflows/ci_set_matrix.py +++ b/.github/workflows/ci_set_matrix.py @@ -15,8 +15,8 @@ toolchain_list = [ # family: [supported toolchain] family_list = { - "at32f45x at32f402_405 at32f403a_407 at32f413 at32f415 at32f423 at32f425 at32f435_437 broadcom_32bit da1469x": [ - "arm-gcc"], + "at32f45x at32f402_405 at32f403a_407 at32f413 at32f415 at32f423 at32f425 at32f435_437": ["arm-gcc"], + "broadcom_32bit da1469x": ["arm-gcc"], "broadcom_64bit": ["aarch64-gcc"], "ch32v10x ch32v20x ch32v30x fomu gd32vf103 hpmicro": ["riscv-gcc"], "imxrt": ["arm-gcc", "arm-clang"], @@ -38,9 +38,9 @@ family_list = { "stm32h7": ["arm-gcc", "arm-clang", "arm-iar"], "stm32h7rs stm32l0 stm32l4": ["arm-gcc", "arm-clang", "arm-iar"], "stm32n6": ["arm-gcc"], - "stm32u0 stm32wb stm32wba": ["arm-gcc", "arm-clang", "arm-iar"], - "stm32u5": ["arm-gcc", "arm-clang", "arm-iar"], - "-bespressif_s2_devkitc": ["esp-idf"], + "stm32u0 stm32u5": ["arm-gcc", "arm-clang", "arm-iar"], + "stm32wb stm32wba": ["arm-gcc", "arm-clang", "arm-iar"], + # "-bespressif_s2_devkitc": ["esp-idf"], # S3, P4 will be built by hil test # "-bespressif_s3_devkitm": ["esp-idf"], # "-bespressif_p4_function_ev": ["esp-idf"], |
