summaryrefslogtreecommitdiff
path: root/tools/build.py
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2026-01-09 11:46:23 +0700
committerGitHub <[email protected]>2026-01-09 11:46:23 +0700
commitd5f0260267bf53fd5ba416c38e9cbce9f7b596ff (patch)
treeba8e9e8217cf47d318efb0fa813691ebc413fe4d /tools/build.py
parent4025036e03dcea0da51b247140ecc707dc8a15db (diff)
parent6ab368f655f8aff3bf684066af85ccd4287aadad (diff)
Merge pull request #3442 from zhiqiang-ch/master
support for the AT32F45X series
Diffstat (limited to 'tools/build.py')
-rwxr-xr-xtools/build.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/build.py b/tools/build.py
index 87064b7a0..d22d06a0b 100755
--- a/tools/build.py
+++ b/tools/build.py
@@ -40,7 +40,9 @@ ci_skip_boards = {
}
ci_preferred_boards = {
- 'stm32h7': ['stm32h743eval'],
+ 'samd2x_l2x': ['metro_m0_express'],
+ 'samd5x_e5x': ['metro_m4_express'],
+ 'stm32h7': ['stm32h743eval']
}