diff options
| author | Jie Feng <[email protected]> | 2026-06-10 18:25:08 +0800 |
|---|---|---|
| committer | Jie Feng <[email protected]> | 2026-07-19 19:24:40 +0800 |
| commit | 127dd2ca26dcba18d14e745bec4c1a69b55a2c01 (patch) | |
| tree | d53c3fd95ecb6f274fa56efd86f99cbc4fcf408e /tools | |
| parent | 50f30773522d21bc599f00c18980ae651f780ff8 (diff) | |
add py32f0 support
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/get_deps.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/get_deps.py b/tools/get_deps.py index 9d745ee26..e26810cac 100755 --- a/tools/get_deps.py +++ b/tools/get_deps.py @@ -82,6 +82,12 @@ deps_optional = { 'hw/mcu/nxp/mcux-devices-rt': ['https://github.com/nxp-mcuxpresso/mcux-devices-rt', 'dba2b523c9df61f3330bd186242f8210a8e47c45', 'imxrt'], + 'hw/mcu/puya/PY32F071_Firmware': ['https://github.com/OpenPuya/PY32F071_Firmware.git', + '73e384cddce63e3019de41d9b6af17dfc96fa536', + 'py32f0'], + 'hw/mcu/puya/PY32F072_Firmware': ['https://github.com/OpenPuya/PY32F072_Firmware.git', + 'bc3a6cdbece335a27abb8b51e6fc4911f5116185', + 'py32f0'], 'hw/mcu/raspberry_pi/FreeRTOS-Kernel': ['https://github.com/raspberrypi/FreeRTOS-Kernel.git', '4f7299d6ea746b27a9dd19e87af568e34bd65b15', 'rp2040'], |
