Skip to content

Commit

Permalink
try to fix circleci with kinetis
Browse files Browse the repository at this point in the history
  • Loading branch information
hathach committed Nov 22, 2024
1 parent 07d47ba commit 2d68be8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
"cmake esp-idf"
)
RESOURCE_LARGE='["nrf", "imxrt"]'
RESOURCE_LARGE='["nrf", "imxrt", "kinetis_k"]'
for e in "${BUILDSYSTEM_TOOLCHAIN[@]}"; do
e_arr=($e)
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ci_set_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"ch32v10x ch32v20x ch32v307 fomu gd32vf103": ["riscv-gcc"],
"da1469x": ["arm-gcc"],
"imxrt": ["arm-gcc", "arm-clang"],
"kinetis_k kinetis_kl kinetis_k32l2": ["arm-gcc", "arm-clang"],
"kinetis_k" : ["arm-gcc", "arm-clang"],
"kinetis_kl kinetis_k32l2": ["arm-gcc", "arm-clang"],
"lpc11 lpc13 lpc15": ["arm-gcc", "arm-clang"],
"lpc17 lpc18 lpc40 lpc43": ["arm-gcc", "arm-clang"],
"lpc51 lpc54 lpc55": ["arm-gcc", "arm-clang"],
Expand Down

0 comments on commit 2d68be8

Please sign in to comment.