summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2025-06-11 16:20:35 +0700
committerGitHub <[email protected]>2025-06-11 16:20:35 +0700
commit8e252203697bc74f622d31a0de113e0ad01c9704 (patch)
treebdc7be38b6f5cc0f00fac5af34cc5b4bf876938c /.github
parentb203d9eaf7d76fd9fec71b4ee327805a80594574 (diff)
parent41e615d7c2c0588793bcf85f9cb5207e82a9e6f6 (diff)
Merge pull request #3145 from hathach/refactor-maxim-bsp
Refactor maxim bsp
Diffstat (limited to '.github')
-rwxr-xr-x.github/workflows/ci_set_matrix.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci_set_matrix.py b/.github/workflows/ci_set_matrix.py
index fa73dc1b6..bccb07e3e 100755
--- a/.github/workflows/ci_set_matrix.py
+++ b/.github/workflows/ci_set_matrix.py
@@ -24,7 +24,7 @@ family_list = {
"lpc11 lpc13 lpc15": ["arm-gcc", "arm-clang"],
"lpc17 lpc18 lpc40 lpc43": ["arm-gcc", "arm-clang"],
"lpc51 lpc54 lpc55": ["arm-gcc", "arm-clang"],
- "max32650 max32666 max32690 max78002": ["arm-gcc"],
+ "maxim": ["arm-gcc"],
"mcx": ["arm-gcc"],
"mm32": ["arm-gcc"],
"msp430": ["msp430-gcc"],