diff options
| author | HiFiPhile <[email protected]> | 2024-05-11 12:44:16 +0200 |
|---|---|---|
| committer | HiFiPhile <[email protected]> | 2024-05-11 12:44:16 +0200 |
| commit | 33882b3e89ead1d8b27e858ac8a932b4cbb9b165 (patch) | |
| tree | 6b4bac21569d9c01cb027ca7cc30068fbf1dd0aa /.github/workflows/ci_set_matrix.py | |
| parent | 9ce44db56f145d2efeec6b67d0786230c1a735c4 (diff) | |
| parent | d707ea56b47e2fbbe5eaa4854a427a3a7873dea3 (diff) | |
Merge remote-tracking branch 'remotes/tinyusb/master' into rx_fb
Diffstat (limited to '.github/workflows/ci_set_matrix.py')
| -rw-r--r-- | .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 2a17be6a1..ea758d917 100644 --- a/.github/workflows/ci_set_matrix.py +++ b/.github/workflows/ci_set_matrix.py @@ -16,7 +16,7 @@ family_list = { "ch32v307 fomu gd32vf103": ["riscv-gcc"], "imxrt": ["arm-gcc", "arm-clang"], "kinetis_k kinetis_kl kinetis_k32l2": ["arm-gcc", "arm-clang"], - "lpc11 lpc13 lpc15": ["arm-gcc"], + "lpc11 lpc13 lpc15": ["arm-gcc", "arm-clang"], "lpc17 lpc18 lpc40 lpc43": ["arm-gcc", "arm-clang"], "lpc51 lpc54 lpc55": ["arm-gcc", "arm-clang"], "mcx": ["arm-gcc"], |
