summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorRémi Berthoz <[email protected]>2026-01-14 19:51:01 +0100
committerRémi Berthoz <[email protected]>2026-01-14 19:51:01 +0100
commitbd760e5e37cf8be0c6ac9be48eb9f3852e3a0424 (patch)
tree4ad2c93a379929121004bf20ba0a504b3ceede01 /tools
parentc6fb438a3437c23a7ff931c4370154eade8cd960 (diff)
parent5e6e9e6ad0cf7b49b3ed3b6d18c20be57afeef06 (diff)
Merge 'upstream/master' into device-class-printer
Diffstat (limited to 'tools')
-rwxr-xr-xtools/build.py4
-rwxr-xr-xtools/get_deps.py3
2 files changed, 6 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']
}
diff --git a/tools/get_deps.py b/tools/get_deps.py
index deacbb23b..773445adc 100755
--- a/tools/get_deps.py
+++ b/tools/get_deps.py
@@ -244,6 +244,9 @@ deps_optional = {
'hw/mcu/artery/at32f413': ['https://github.com/ArteryTek/AT32F413_Firmware_Library.git',
'f6fe62dfec9fd40c5b63d92fc5ef2c2b5e77a450',
'at32f413'],
+ 'hw/mcu/artery/at32f45x': ['https://github.com/ArteryTek/AT32F45x_Firmware_Library.git',
+ '3d4a1b38be8ebac292e2350ca53bc4bfa4430233',
+ 'at32f45x'],
'hw/mcu/hpmicro/hpm_sdk': ['https://github.com/hpmicro/hpm_sdk',
'8d2af741ecc4aaa82d7ee395dc1ce25d7070c3ff',
'hpmicro'],