diff options
| author | hathach <[email protected]> | 2026-01-09 11:01:58 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2026-01-09 11:01:58 +0700 |
| commit | 9465ce985bcf5732795d2aea5df4fd6315896cf9 (patch) | |
| tree | 02dd4a1ff1a026b7b6a086f9be39402de35232e3 /tools | |
| parent | e69494d94a680c7b5aa5310338c206921d57640b (diff) | |
apply copilot suggestion
Diffstat (limited to 'tools')
| -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'] } |
