diff options
| author | Ha Thach <[email protected]> | 2026-01-09 11:46:23 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-01-09 11:46:23 +0700 |
| commit | d5f0260267bf53fd5ba416c38e9cbce9f7b596ff (patch) | |
| tree | ba8e9e8217cf47d318efb0fa813691ebc413fe4d /tools/build.py | |
| parent | 4025036e03dcea0da51b247140ecc707dc8a15db (diff) | |
| parent | 6ab368f655f8aff3bf684066af85ccd4287aadad (diff) | |
Merge pull request #3442 from zhiqiang-ch/master
support for the AT32F45X series
Diffstat (limited to 'tools/build.py')
| -rwxr-xr-x | tools/build.py | 4 |
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'] } |
