diff options
| author | Zixun LI <[email protected]> | 2025-12-16 20:18:40 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-12-16 20:18:40 +0100 |
| commit | 8a246db49f5ad52bd1c430e2796c0d363c4cdede (patch) | |
| tree | 1878cba0dd7a239424be31039b3c4fa3795f4989 /tools | |
| parent | 77fcf62f9fba99a0344ba95d78130a5c0c921e56 (diff) | |
| parent | 5a7e5db78770d6fd37992b5812f910c3546f2a72 (diff) | |
Merge pull request #3398 from chenzhihong007/feature/support_hpmicro_chips
Feature/support hpmicro chips
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 b1b50d319..9d9e8149f 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/hpmicro/hpm_sdk': ['https://github.com/hpmicro/hpm_sdk', + '8d2af741ecc4aaa82d7ee395dc1ce25d7070c3ff', + 'hpmicro'], 'lib/CMSIS_5': ['https://github.com/ARM-software/CMSIS_5.git', '2b7495b8535bdcb306dac29b9ded4cfb679d7e5c', 'imxrt kinetis_k32l2 kinetis_kl lpc51 lpc54 lpc55 mcx mm32 msp432e4 nrf saml2x ' |
