diff options
| author | zhiqiang-ch <[email protected]> | 2025-12-30 10:44:03 +0800 |
|---|---|---|
| committer | zhiqiang-ch <[email protected]> | 2025-12-30 10:44:03 +0800 |
| commit | 239e20ba7399fc026325c4cd8c98c08a160a9773 (patch) | |
| tree | 6cc029d84232bea3f1898193cd62eaebc09ffe57 /tools | |
| parent | b209b177ecc41ca733a4420c60fb7c1170be2342 (diff) | |
support for the AT32F45X series
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/get_deps.py | 3 |
1 files changed, 3 insertions, 0 deletions
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'], |
