diff options
| author | HiFiPhile <[email protected]> | 2025-12-16 20:47:15 +0100 |
|---|---|---|
| committer | HiFiPhile <[email protected]> | 2025-12-16 20:47:37 +0100 |
| commit | abf27bfa37f9e8bee49011eb91f7088287afa529 (patch) | |
| tree | c8dd14cb0e839007cc612b105824f8b0eea48858 /.github/workflows | |
| parent | cb1873881e3cc51f522978e165748ad7ef7a7b0a (diff) | |
| parent | 8a246db49f5ad52bd1c430e2796c0d363c4cdede (diff) | |
Merge remote-tracking branch 'tinyusb/master' into support-nxp-rw612
Signed-off-by: HiFiPhile <[email protected]>
Diffstat (limited to '.github/workflows')
| -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 dfe7e7780..b682da1a2 100755 --- a/.github/workflows/ci_set_matrix.py +++ b/.github/workflows/ci_set_matrix.py @@ -17,7 +17,7 @@ toolchain_list = [ family_list = { "at32f402_405 at32f403a_407 at32f413 at32f415 at32f423 at32f425 at32f435_437 broadcom_32bit da1469x": ["arm-gcc"], "broadcom_64bit": ["aarch64-gcc"], - "ch32v10x ch32v20x ch32v30x fomu gd32vf103": ["riscv-gcc"], + "ch32v10x ch32v20x ch32v30x fomu gd32vf103 hpmicro": ["riscv-gcc"], "imxrt": ["arm-gcc", "arm-clang"], "kinetis_k kinetis_kl kinetis_k32l2": ["arm-gcc", "arm-clang"], "lpc11 lpc13 lpc15 lpc17 lpc18 lpc40 lpc43": ["arm-gcc", "arm-clang"], |
