diff options
| author | Zixun LI <[email protected]> | 2026-07-19 22:20:09 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-07-19 22:20:09 +0200 |
| commit | 2555891761f771bd87504574c48096eb2d07c985 (patch) | |
| tree | c8d936281847d5fd9e7185fe898ea1538a6367bf /tools | |
| parent | 52e6ab7704ce2e57f41f70d6ba2bc5470c4b56c7 (diff) | |
| parent | b00b40da28285f67efd652e20cfe3877d42d2ff3 (diff) | |
Merge pull request #3694 from rhgndf/py32f0
Puya PY32F07x 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'], |
