summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJie Feng <[email protected]>2026-07-25 11:25:05 +0800
committerJie Feng <[email protected]>2026-07-25 11:28:29 +0800
commit7b9761f1919014152d3e9ee1aaf203d7fb0e762b (patch)
tree082c67bbb5f87dda3d854e492d70b84266fb3cad /tools
parent2d56dc533e45e4e91b15e93fdab5e22e964f328d (diff)
Enable APM32F0 dependency fetching and CI
Diffstat (limited to 'tools')
-rwxr-xr-xtools/get_deps.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/get_deps.py b/tools/get_deps.py
index e26810cac..baaf3761f 100755
--- a/tools/get_deps.py
+++ b/tools/get_deps.py
@@ -46,6 +46,9 @@ deps_optional = {
'hw/mcu/gd/nuclei-sdk': ['https://github.com/Nuclei-Software/nuclei-sdk.git',
'7eb7bfa9ea4fbeacfafe1d5f77d5a0e6ed3922e7',
'gd32vf103'],
+ 'hw/mcu/geehy/APM32F0xx_SDK': ['https://github.com/GeehySemi/APM32F0xx_SDK.git',
+ 'cfc1fe826e1869133de86d4c6b298fc153e6bc32',
+ 'apm32f0xx'],
'hw/mcu/infineon/mtb-xmclib-cat3': ['https://github.com/Infineon/mtb-xmclib-cat3.git',
'daf5500d03cba23e68c2f241c30af79cd9d63880',
'xmc4000'],